From owner-freebsd-current@FreeBSD.ORG Tue Sep 2 08:43:51 2003 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 6A8C716A4BF for ; Tue, 2 Sep 2003 08:43:51 -0700 (PDT) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEB543F75 for ; Tue, 2 Sep 2003 08:43:50 -0700 (PDT) (envelope-from D.Rock@t-online.de) Received: from fwd03.aul.t-online.de by mailout03.sul.t-online.com with smtp id 19uDJt-00011A-01; Tue, 02 Sep 2003 17:43:49 +0200 Received: from dialin.t-online.de (VyQr92ZQgeVtxNbi7yaQipMnQB9AAIZCEIlAOo13XsQmStD1j3BXgo@[217.255.114.58]) by fwd03.sul.t-online.com with esmtp id 19uDJn-1CbTfc0; Tue, 2 Sep 2003 17:43:43 +0200 Received: from t-online.de (server [172.23.7.1])h82Fh7bS050978 for ; Tue, 2 Sep 2003 17:43:08 +0200 (CEST) Message-ID: <3F54BA8B.9030101@t-online.de> Date: Tue, 02 Sep 2003 17:43:07 +0200 From: D.Rock@t-online.de (D. Rock) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; de-AT; rv:1.4) Gecko/20030701 X-Accept-Language: de-at, de, en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: VyQr92ZQgeVtxNbi7yaQipMnQB9AAIZCEIlAOo13XsQmStD1j3BXgo Subject: Kernel panic (with uipc_domain.c, rev 1.33) 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: Tue, 02 Sep 2003 15:43:51 -0000 X-List-Received-Date: Tue, 02 Sep 2003 15:43:51 -0000 Hi, latest kernel causes a panic early during boot: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x68 fault code = supervisor read, page not present instruction pointer = 0x8:0xc02667cf stack pointer = 0x10:0xc0641cf8 frame pointer = 0x10:0xc0641d08 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) kernel: type 12 trap, code=0 Stopped at _mtx_lock_sleep+0x18f: movl 0x68(%ecx),%edx db> where _mtx_lock_sleep(c050fbe0,0,0,0) at _mtx_lock_sleep+0x18f net_add_domain(c04bd500) at net_add_domain+0x34 ngs_mod_event(c09e8c80,0,c04bd300,0,c09e8c80) at ngs_mod_event+0x26 ng_mod_event(c09e8c80,0,c04bd300,c050c500,0) at ng_mod_event+0x52 module_register_init(c04bd33c,63ec00,63e000,0,c013d015) at module_register_init+ 0x4b mi_startup() at mi_startup+0x96 begin() at begin+0x2c db> backing out rev. 1.33 of kern/uipc_domain.c solved the problem for me. Additional side notice: netgraph is compiled statically into the kernel, no separate module.