From owner-freebsd-current@FreeBSD.ORG Tue Feb 6 01:07:36 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CDEC016A405 for ; Tue, 6 Feb 2007 01:07:34 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.174]) by mx1.freebsd.org (Postfix) with ESMTP id AFC0013C47E for ; Tue, 6 Feb 2007 01:07:34 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id l1617YGV012273; Mon, 5 Feb 2007 17:07:34 -0800 (PST) Received: from [172.23.10.8] (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id l1617JUS017601 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 5 Feb 2007 17:07:29 -0800 (PST) In-Reply-To: <200702051954.21322.jhb@freebsd.org> References: <6671F519-76BF-4866-8A64-92406E7B79AB@mac.com> <200702051954.21322.jhb@freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <398D3001-77EE-4032-919D-E1A13BCBC0A7@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 5 Feb 2007 17:05:51 -0800 To: John Baldwin X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: FreeBSD Current , Robert Watson , freebsd-ia64@freebsd.org Subject: Re: [ia64] panic at shutdown (unp_connect) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 06 Feb 2007 01:07:36 -0000 On Feb 5, 2007, at 4:54 PM, John Baldwin wrote: > On Monday 05 February 2007 18:54, Marcel Moolenaar wrote: >> All, >> >> I've been seeing the following panic on and off for a while. >> Is this a known issue? Has anyone seen this before? > > I've saw this today on a recent 6.x on amd64, but I think it is > supposed > to be fixed in HEAD. This actually happened with -CURRENT; sources updated Feb 1st 2007. If the fix happened within the last, say, week then I just need to update and rebuild. Otherwise, it seems that the problem may not be fixed or it remains a problem on ia64. I'll update and rebuild... >> fatal kernel trap (cpu 1): >> >> trap vector = 0x14 (Page Not Present) >> cr.iip = 0xe00000000440f5c0 >> cr.ipsr = 0x1010080a6018 >> (ac,mfl,ic,i,dt,dfh,rt,cpl=0,it,ri=0,bn) >> cr.isr = 0x400000000 (code=0,vector=0,r,ei=0) >> cr.ifa = 0x48 >> curthread = 0xe000000028861600 >> pid = 435, comm = ypbind >> >> [thread pid 435 tid 100060 ] >> Stopped at unp_connect+0x580: [M0] ld8 r14=[r14] *snip* >> unp_connect+0x580 is line 1005 of src/sys/kern/uipc_usrreq.c and the >> panic indicates that unp2 is NULL. -- Marcel Moolenaar xcllnt@mac.com