From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 16 20:15:59 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AA316A41C for ; Thu, 16 Jun 2005 20:15:59 +0000 (GMT) (envelope-from shadow@psoft.net) Received: from mail.sevcity.net (mail.sevcity.net [213.227.234.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DB743D5C for ; Thu, 16 Jun 2005 20:15:58 +0000 (GMT) (envelope-from shadow@psoft.net) Received: from mail.sevcity.net (service.sevcity [127.0.0.1]) by mail.sevcity.net (Postfix) with ESMTP id 8EDF8170006 for ; Thu, 16 Jun 2005 23:15:55 +0300 (EEST) Received: from berloga.shadowland (berloga.shadowland [172.20.2.3]) by mail.sevcity.net (Postfix) with ESMTP id 1E147170004 for ; Thu, 16 Jun 2005 23:15:55 +0300 (EEST) Received: from berloga.shadowland (berloga.shadowland [127.0.0.1] (may be forged)) by berloga.shadowland (8.12.11/8.12.11) with ESMTP id j5GKFsZN004076 for ; Thu, 16 Jun 2005 23:15:54 +0300 Received: (from root@localhost) by berloga.shadowland (8.12.11/8.12.11/Submit) id j5GKFnMW004074 for freebsd-hackers@freebsd.org; Thu, 16 Jun 2005 23:15:50 +0300 From: Alex Lyashkov To: freebsd-hackers@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Positive Software Message-Id: <1118952949.2948.51.camel@berloga.shadowland> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-9) Date: Thu, 16 Jun 2005 23:15:49 +0300 X-Virus-Scanned: ClamAV using ClamSMTP Subject: 0xdeadc0de X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 20:15:59 -0000 Hello All With kernel from RELENG_5_4 (and RELENG_5) compiled with INVARIANTS i have - gw# sysctl -a | grep debug\.kdb\.available | hexdump -C 00000000 64 65 62 75 67 2e 6b 64 62 2e 61 76 61 69 6c 61 |debug.kdb.availa| 00000010 62 6c 65 3a 20 de c0 ad de de c0 ad de de c0 ad |ble: ...........| 00000020 de 60 9b 5c c0 de c0 ad de de c0 ad de de c0 ad |.`.\............| 00000030 de 60 9b 5c c0 0a |.`.\..| 00000036 how can be found what are cause of trouble? how can be found who last freed memory? -- Alex Lyashkov Positive Software