From owner-freebsd-current@FreeBSD.ORG Mon Feb 5 23:55:56 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 9156916A403 for ; Mon, 5 Feb 2007 23:55:55 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7A613C428 for ; Mon, 5 Feb 2007 23:55:55 +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/smtpout07/MantshX 4.0) with ESMTP id l15NtoaA023987; Mon, 5 Feb 2007 15:55:52 -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 l15NtmBx020122 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 5 Feb 2007 15:55:49 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6671F519-76BF-4866-8A64-92406E7B79AB@mac.com> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 5 Feb 2007 15:54:20 -0800 To: FreeBSD Current X-Mailer: Apple Mail (2.752.3) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: ia64@freebsd.org Subject: [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: Mon, 05 Feb 2007 23:55:56 -0000 All, I've been seeing the following panic on and off for a while. Is this a known issue? Has anyone seen this before? 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. -- Marcel Moolenaar xcllnt@mac.com