From owner-freebsd-ia64@FreeBSD.ORG Tue Feb 6 01:23:41 2007 Return-Path: X-Original-To: freebsd-ia64@freebsd.org Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 338C716A401 for ; Tue, 6 Feb 2007 01:23:39 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id 961C913C481 for ; Tue, 6 Feb 2007 01:23:32 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id l160sMb1065120; Mon, 5 Feb 2007 19:54:22 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-ia64@freebsd.org Date: Mon, 5 Feb 2007 19:54:20 -0500 User-Agent: KMail/1.9.4 References: <6671F519-76BF-4866-8A64-92406E7B79AB@mac.com> In-Reply-To: <6671F519-76BF-4866-8A64-92406E7B79AB@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702051954.21322.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 05 Feb 2007 19:54:22 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2525/Mon Feb 5 11:11:08 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Robert Watson , FreeBSD Current Subject: Re: [ia64] panic at shutdown (unp_connect) X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 01:23:41 -0000 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. > bigsur% sudo shutdown -r now > Shutdown NOW! > shutdown: [pid 1068] > bigsur% > *** FINAL System shutdown message from marcel@bigsur.pn.xcllnt.net *** > System going down IMMEDIATELY > > > Feb 5 15:33:05 bigsur shutdown: reboot by marcel: > > System shutdown time has arrived > Stopping inetd. > Shutting down daemon processes:. > Stopping cron. > Shutting down local daemons:. > Writing entropy file:. > . > > 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] > db> bt > Tracing pid 435 tid 100060 td 0xe000000028861600 > unp_connect(0xe000000061351630, 0xe0000000620eafc0, > 0xe000000028861600, 0xe000000060e1c5b8, 0xe0000000620eb140) at > unp_connect+0x580 > uipc_connect(0xe000000061351630, 0xe000000003e45480, > 0xe000000028861600) at uipc_connect+0x80 > soconnect(0xe000000061351630, 0xe000000003e45480, 0xe000000028861600, > 0xe0000000044066e0, 0x48e) at soconnect+0x140 > kern_connect(0xe000000028861600, 0x0, 0xe000000003e45480) at > kern_connect+0x140 > connect(0xe000000028861600, 0xa000000032b0f4e8, 0xe00000002899f500, > 0xe000000004682560, 0x48e) at connect+0x90 > syscall(0xa000000032b0f400, 0xe00000002899f500, 0xe000000028861600, > 0xe000000004858a80, 0x62, 0xa000000032b0f4e8, 0xe00000000467c960, > 0x8) at syscall+0x440 > epc_syscall_return() at epc_syscall_return > db> > > > unp_connect+0x580 is line 1005 of src/sys/kern/uipc_usrreq.c and the > panic indicates that unp2 is NULL. > -- John Baldwin