From owner-freebsd-current@FreeBSD.ORG Wed Jul 21 16:40:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4758A16A4CE for ; Wed, 21 Jul 2004 16:40:50 +0000 (GMT) Received: from mage.trollkarl.net (018.216-123-203-0.interbaun.com [216.123.203.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7242243D5F for ; Wed, 21 Jul 2004 16:40:49 +0000 (GMT) (envelope-from skafte@trollkarl.net) Received: from trollkarl.skafte.org (root@trollkarl [192.168.100.16]) by mage.trollkarl.net (8.12.11/8.12.11) with ESMTP id i6LGemea054395 for ; Wed, 21 Jul 2004 10:40:48 -0600 (MDT) (envelope-from skafte@trollkarl.net) Received: from trollkarl.skafte.org (skafte@localhost [127.0.0.1]) i6LGemd7004573 for ; Wed, 21 Jul 2004 10:40:48 -0600 (MDT) (envelope-from skafte@trollkarl.skafte.org) Received: (from skafte@localhost) by trollkarl.skafte.org (8.12.11/8.12.9/Submit) id i6LGemLH004572 for freebsd-current@freebsd.org; Wed, 21 Jul 2004 10:40:48 -0600 (MDT) Date: Wed, 21 Jul 2004 10:40:48 -0600 From: Greg Skafte To: freebsd-current@freebsd.org Message-ID: <20040721164048.GC4506@trollkarl.skafte.org> References: <20040721160434.GA4506@trollkarl.skafte.org> <20040721163025.GB4506@trollkarl.skafte.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040721163025.GB4506@trollkarl.skafte.org> User-Agent: Mutt/1.4.2.1i Organization: Gregs Hidey Hole Subject: Re: panic: mb_init_pack(): Can't deal with failure yet. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 21 Jul 2004 16:40:50 -0000 Is this maybe related to my panic back here? http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1806225+0+archive/2004/freebsd-current/20040627.freebsd-current Quoting Greg Skafte (skafte+freebsd-current@trollkarl.net) On Subject: panic: mb_init_pack(): Can't deal with failure yet. Date: Wed, Jul 21, 2004 at 10:04:34AM -0600 > panic: mb_init_pack(): Can't deal with failure yet. > panic messages: > --- > panic: mb_init_pack(): Can't deal with failure yet. > cpuid = 0; > boot() called on cpu#0 > > syncing disks, buffers remaining... kernel trap 12 with interrupts disabled > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x24 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0659e39 > stack pointer = 0x10:0xe18b6c10 > frame pointer = 0x10:0xe18b6c30 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = resume, IOPL = 0 > current process = 62 (swi8: tty:sio clock) > trap number = 12 > panic: page fault > cpuid = 0; > boot() called on cpu#0 > Uptime: 4d23h53m11s > > > backtrace > #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:236 > 236 dumping++; > (kgdb) bt > #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:236 > #1 0xc063621b in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:370 > #2 0xc06369e8 in panic (fmt=0xc0830807 "%s") at /usr/src/sys/kern/kern_shutdown.c:548 > #3 0xc07e8cc7 in trap_fatal (frame=0xe18b6bd0, eva=0) at /usr/src/sys/i386/i386/trap.c:815 > #4 0xc07e87aa in trap (frame= > {tf_fs = -983236584, tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = -984090208, tf_ebp = -510956496, tf_isp = -510956548, tf_ebx = -984470080, tf_edx = -983145932, tf_ecx = -984090208, tf_eax = 36, tf_trapno = 12, tf_err = 0, tf_eip = -1067082183, tf_cs = 8, tf_eflags = 65683, tf_esp = 1, tf_ss = 2}) at /usr/src/sys/i386/i386/trap.c:250 > #5 0xc0659e39 in propagate_priority (td=0xc5522dc0) at /usr/src/sys/kern/subr_turnstile.c:212 > #6 0xc065a58e in turnstile_wait (ts=0xc5d207c0, lock=0xc5666234, owner=0xc5522dc0) > at /usr/src/sys/kern/subr_turnstile.c:505 > #7 0xc062bd8e in _mtx_lock_sleep (m=0xc5666234, opts=0, file=0x0, line=0) > at /usr/src/sys/kern/kern_mutex.c:541 > #8 0xc05296a6 in fxp_tick (xsc=0xc5666000) at /usr/src/sys/dev/fxp/if_fxp.c:1807 > #9 0xc0644709 in softclock (dummy=0x0) at /usr/src/sys/kern/kern_timeout.c:255 > #10 0xc061d974 in ithread_loop (arg=0xc55aa880) at /usr/src/sys/kern/kern_intr.c:557 > #11 0xc061c670 in fork_exit (callout=0xc061d752 , arg=0x0, frame=0x0) > at /usr/src/sys/kern/kern_fork.c:816 > > > KERNEL Supdate date=2004.06.25.01.00.00 > > Quad Xeon, 4Gig Ram, HTT disabled, ADAPTIVE_MUTEXES > > I'm getting this about every 4 days.... > > > -- > Email: skafte@trollkarl.net ICQ: 93234105 > -- -- > When things can't get any worse, they simplify themselves by getting a > whole lot worse then complicated. A complete and utter disaster is the > simplest thing in the world; it's preventing one that's complex. > (Janet Morris) > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Email: skafte@trollkarl.net ICQ: 93234105 -- -- When things can't get any worse, they simplify themselves by getting a whole lot worse then complicated. A complete and utter disaster is the simplest thing in the world; it's preventing one that's complex. (Janet Morris)