From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 3 21:42:35 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B41D16A5BE for ; Sat, 3 Jun 2006 21:42:35 +0000 (UTC) (envelope-from 2igosha@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0707143D5F for ; Sat, 3 Jun 2006 21:42:31 +0000 (GMT) (envelope-from 2igosha@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so536178wxd for ; Sat, 03 Jun 2006 14:42:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uQoFmDNJpPA1l1GvFvF1uq/DprYRE674bTAa7A0MtKaEex2iWwq5gVIxKd1vk/XVmaeaNosgTmv+ZRmpPmcVnECLgdpPloc3auHQrbtY6xQW+5aVnYWKvS6k/EAyrebBuVrMjQZ6U7PhzKSnrtI/Eo4SbRq/J+NzCKwcdPsSHeo= Received: by 10.70.62.1 with SMTP id k1mr4283241wxa; Sat, 03 Jun 2006 14:42:29 -0700 (PDT) Received: by 10.70.102.12 with HTTP; Sat, 3 Jun 2006 14:42:29 -0700 (PDT) Message-ID: Date: Sun, 4 Jun 2006 01:42:29 +0400 From: "Igor Soumenkov" <2igosha@gmail.com> To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: re-send: kernel panic on 6.0-RELEASE amd64 - please help X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 21:42:46 -0000 Hi All, Can you please tell if this is the right list to post this problem to? I just got a kernel panic on my dual Xeon (EM64T) Supermicro server with 6.0-RELEASE amd64 SMP kernel. The error follows: May 30 12:17:37 mss kernel: Fatal trap 12: page fault while in kernel mode May 30 12:17:37 mss kernel: cpuid = 1; apic id = 01 May 30 12:17:37 mss kernel: fault virtual address = 0x30 May 30 12:17:37 mss kernel: fault code = supervisor write, page not present May 30 12:17:37 mss kernel: instruction pointer = 0x8:0xffffffff80349c54 May 30 12:19:20 mss syslogd: kernel boot file is /boot/kernel/kernel Here is the dump of nm for the address: igosha@mss$ nm -n /boot/kernel/kernel | grep ffffffff80349 ffffffff8034904e t devfs_ioctl_f ffffffff8034931b t devfs_kqfilter_f ffffffff8034937f t devfs_lookup ffffffff80349962 t devfs_mknod ffffffff80349a5f t devfs_open ffffffff80349d1e t devfs_pathconf ffffffff80349d37 t devfs_poll_f ffffffff80349dac t devfs_print ffffffff80349dd5 t devfs_read_f ffffffff80349eb9 t devfs_readdir ffffffff80349fb1 t devfs_readlink ffffffff80349ff6 t devfs_reclaim Can anyone point out to the source of this issue? -- Igor Soumenkov.