From owner-freebsd-stable@FreeBSD.ORG Wed Aug 2 15:43:12 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D9D16A4E0 for ; Wed, 2 Aug 2006 15:43:12 +0000 (UTC) (envelope-from eric.j.christeson@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6730643D53 for ; Wed, 2 Aug 2006 15:43:11 +0000 (GMT) (envelope-from eric.j.christeson@gmail.com) Received: by wx-out-0102.google.com with SMTP id s11so862428wxc for ; Wed, 02 Aug 2006 08:43:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=af8JhPh8zJAkIvZlKkUHBKhJmN3XcaxTPNwd2jy1X19G9CT6fULaYxrayYWnLVkqrVlhjh+2CQzlOsHoliqvjuUXs9EhU7yxQBpYUBOPOTD0caj5dYK3uXieMmiDvisiLX1HViiB8VJh4Y8a71iyLTfZ6QOdECw0qDDja6/A3Oo= Received: by 10.78.117.10 with SMTP id p10mr397180huc; Wed, 02 Aug 2006 08:43:10 -0700 (PDT) Received: by 10.78.148.5 with HTTP; Wed, 2 Aug 2006 08:43:05 -0700 (PDT) Message-ID: <7e3339060608020843q52302488waf4f33781afef724@mail.gmail.com> Date: Wed, 2 Aug 2006 10:43:05 -0500 From: ejc To: "John Baldwin" In-Reply-To: <200608021017.05699.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7e3339060608020617m183022a7l8f4aeb07efa61800@mail.gmail.com> <7e3339060608020633q73f19f05x83c7a6b526e91bd7@mail.gmail.com> <200608021017.05699.jhb@freebsd.org> Cc: freebsd-stable@freebsd.org Subject: Re: ncplogin panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2006 15:43:12 -0000 On 8/2/06, John Baldwin wrote: > On Wednesday 02 August 2006 09:33, ejc wrote: > > On 8/2/06, ejc wrote: > > > Backtrace with module symbols loaded. It looks almost exactly the > > > same as Maik's . > > > > I messed up that last one and loaded the local module symbols with > > 'kldsyms'. Here's one with 'getsyms'. > > Can you jump to the 'selrecord' frame and do 'p selector->td_selq' and > 'p *sip'? (kgdb) frame 7 #7 0xc0507520 in selrecord (selector=0xc174d000, sip=0xc17755e0) at ../../../kern/sys_generic.c:1105 1105 TAILQ_INSERT_TAIL(&selector->td_selq, sip, si_thrlist); (kgdb) p selector->td_selq $1 = { tqh_first = 0x0, tqh_last = 0x0 } (kgdb) p *sip $2 = { si_thrlist = { tqe_next = 0x0, tqe_prev = 0x0 }, si_thread = 0xc174d000, si_note = { kl_list = { slh_first = 0x0 }, kl_lock = 0xc04c6b1c , kl_unlock = 0xc04c6b54 , kl_locked = 0xc04c6b90 , kl_lockarg = 0xc1775604 }, si_flags = 0x0 }