From owner-freebsd-current@FreeBSD.ORG Fri Nov 11 21:38:23 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 7D54D16A41F; Fri, 11 Nov 2005 21:38:23 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from smtp6-g19.free.fr (smtp6-g19.free.fr [212.27.42.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1823C43D45; Fri, 11 Nov 2005 21:38:23 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp6-g19.free.fr (Postfix) with ESMTP id 0779896C4; Fri, 11 Nov 2005 22:38:21 +0100 (CET) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id jABLcJrC009182; Fri, 11 Nov 2005 22:38:20 +0100 (CET) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Fri, 11 Nov 2005 22:38:11 +0100 User-Agent: KMail/1.8.3 References: <200511112200.23138.thierry@herbelot.com> <200511111620.00731.jhb@freebsd.org> In-Reply-To: <200511111620.00731.jhb@freebsd.org> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200511112238.12355.thierry@herbelot.com> Cc: Subject: Re: Panic while idle ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 21:38:23 -0000 Le Friday 11 November 2005 22:19, John Baldwin a écrit : > On Friday 11 November 2005 04:00 pm, Thierry Herbelot wrote: > > Hello, > > > > with a recent -current cvs-ing the sources from an NFS repository, I just > > had the following panic : (on an SMP box) > > > > cpuid = 0; apic id = 00 > > instruction pointer = 0x20:0xc07fad79 > > stack pointer = 0x28:0xc6cd3cf8 > > frame pointer = 0x28:0xc6cd3cf8 > > code segment = base 0x0, limit 0xfffff, type 0x1b > > = DPL 0, pres 1, def32 1, gran 1 > > processor eflags = interrupt enabled, IOPL = 0 > > current process = 12 (idle: cpu0) > > [thread pid 12 tid 100004 ] > > Stopped at cpu_idle_default+0x5: leave > > db> trace > > Tracing pid 12 tid 100004 td 0xc16de900 > > cpu_idle_default(c6cd3d0c,c0632b29,c0632acc,c6cd3d24,c063290c) at > > cpu_idle_default+0x5 > > cpu_idle(c0632acc,c6cd3d24,c063290c,0,c6cd3d38) at cpu_idle+0x28 > > idle_proc(0,c6cd3d38,0,c0632acc,0) at idle_proc+0x5d > > fork_exit(c0632acc,0,c6cd3d38) at fork_exit+0xa4 > > fork_trampoline() at fork_trampoline+0x8 > > --- trap 0x1, eip = 0, esp = 0xc6cd3d6c, ebp = 0 --- > > db> > > Was there an additional line specifying which type of trap? unfortunately, no (the machine is currently -slowly- fsck-ing and rebuilding a gmirror) I also have : an extract of the ps listing 13 c16dd678 0 0 0 0000204 [IWAIT] swi1: net 12 c16dd8a0 0 0 0 000020c [CPU 0] idle: cpu0 11 c16ddac8 0 0 0 000020c [CPU 1] idle: cpu1 1 c16ddcf0 0 0 1 0004200 [SLPQ wait 0xc16ddcf0][SLP] init TfH