From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 16:06:17 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 6FABC16A4CE; Fri, 16 Jul 2004 16:06:17 +0000 (GMT) Received: from freebee.digiware.nl (dsl390.iae.nl [212.61.63.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D489743D5E; Fri, 16 Jul 2004 16:06:16 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.10) with SMTP id i6GG4dsD094478; Fri, 16 Jul 2004 18:04:40 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <0b5b01c46b4d$b24cd4d0$471b3dd4@digiware.nl> From: "Willem Jan Withagen" To: "Scott Long" References: <0b4001c46b49$d146f6d0$471b3dd4@digiware.nl> <40F7F97D.80801@freebsd.org> Date: Fri, 16 Jul 2004 17:58:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: freebsd-current@freebsd.org Subject: Re: spin lock sched lock held by 0xffffff007b712250 for > 5 seconds 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: Fri, 16 Jul 2004 16:06:17 -0000 From: "Scott Long" > Willem Jan Withagen wrote: > > After todays kernelbuild the system seem to be a lot better... > > It can take quite some buildworld abuse, but still: > > > > spin lock sched lock held by 0xffffff007b712250 for > 5 seconds > > panic: spin lock held too long > > cpuid = 1; > > KDB: enter: panic > > > > > > > > But I'm not shure what I could/should do now, since the KDB introduction. > > Normally I'd expect to see: > > db> > > > > But there no way to get any response. > > Is your kernel built with both KDB and DDB? from /usr/src/amd64conf/OPTERON.amd64 # Debugging for use in -current options KDB # Enable kernel debugger support. options KDB_TRACE options DDB # Support DDB. options GDB # Support remote GDB. --WjW