From owner-freebsd-current@FreeBSD.ORG Tue Feb 3 22:28:44 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D522106566B for ; Tue, 3 Feb 2009 22:28:44 +0000 (UTC) (envelope-from spikey.it@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188]) by mx1.freebsd.org (Postfix) with ESMTP id EB25A8FC0C for ; Tue, 3 Feb 2009 22:28:43 +0000 (UTC) (envelope-from spikey.it@gmail.com) Received: by mu-out-0910.google.com with SMTP id w1so179636mue.3 for ; Tue, 03 Feb 2009 14:28:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=LbLnl4au1R3R4eHgtxcKS0Vq6j0AFJ3ue0HnnpKAU2g=; b=C6eiqYD0SPpE1mbgbfmUG5qGPz7f2juw5iSOGutg6bZyv/FZbD+yemaFnSqpreFHns XW7Z9LIER7oR7Ma6o1151eTo+XKX9Gzvc6BjLJdHmqhyfDQDUJvbrK6YbJdYQ6uUh5jv az0zjZ6f0eRgVHuvrgDhnrnFKMgrKAjsBvIj4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=fWC+7Kkkh7GlPYwLcA0SgOdP8wGluRw2pkssjrdPzHys2jItrcA4896WAohKKJPwNv ziKDMnZ7ZRgxCSDt0JxF7E+PnXFcF5qcH1JcsE5bbRXf26YXc/Ov+Ss439zJr/RJGNY7 nIom9ztzVzQyhxCR/elCG6l5r3TrXSuk9wiOg= Received: by 10.103.176.20 with SMTP id d20mr1607976mup.27.1233698129034; Tue, 03 Feb 2009 13:55:29 -0800 (PST) Received: from host.homenet.telecomitalia.it (host210-103-dynamic.16-87-r.retail.telecomitalia.it [87.16.103.210]) by mx.google.com with ESMTPS id y37sm855208mug.53.2009.02.03.13.55.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 03 Feb 2009 13:55:28 -0800 (PST) Message-Id: From: Andrea Di Pasquale To: freebsd-current@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 3 Feb 2009 22:55:25 +0100 X-Mailer: Apple Mail (2.930.3) Subject: Boot panic on macbook alluminium X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 22:28:44 -0000 Hi guys! In my boot freebsd install, i have panic: pci0: on pcib0 Memory modified after free 0xc5b026a0(12) val=c0dedead @ 0xc5b026a panic: Most recently used by (null) cpuid = 0 KDB: enter: panic [Thread pid 0 tid 100000] Stopped at kdb_enter+0x3a: movl $0,kdb_why I can use ddb because the macbook keyboard is usb device, so i think that before the panic, the kernel doesn't load the usb keyboard driver. Thank you, cheers Andrea