From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 05:08:00 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 3420F37B401 for ; Wed, 6 Aug 2003 05:08:00 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DDBD43F75 for ; Wed, 6 Aug 2003 05:07:59 -0700 (PDT) (envelope-from bleez@comcast.net) Received: from gravy.homeunix.net ([68.81.196.221]) by comcast.net (sccrmhc13) with ESMTP id <200308061207580160053ki0e>; Wed, 6 Aug 2003 12:07:58 +0000 Received: from gravy.homeunix.net (gravy.homeunix.net [192.168.1.2]) by gravy.homeunix.net (8.12.9/8.12.9) with ESMTP id h76C7w5J000467 for ; Wed, 6 Aug 2003 08:07:58 -0400 (EDT) (envelope-from bleez@comcast.net) Date: Wed, 6 Aug 2003 08:07:58 -0400 (EDT) From: Bryan Liesner To: freebsd-current@freebsd.org Message-ID: <20030806080401.T466@gravy.homeunix.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: PANIC shutting down inetd 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: Wed, 06 Aug 2003 12:08:00 -0000 I get the following panic while shutting down the system or simply issuing a kill to inetd. This happens each and every time, but locks the system, so a dump isn't available. The kernel is compiled without WITNESS and without INVARIANTS. Fatal trap 12: page fault while in kernel mode fault virtual address = 0x8108810 fault code = supervisor read, page not present instruction pointer = 0x8:0xc02e02d stack pointer = 0x10:0xdcdfaa50 frame pointer = 0x10:0xdcdfaa50 code segment = base 0x0 limit 0xffff, type 0x1b = DPL 0, pres 1, def32 1,gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = 381 (inetd) trap number = 12 panic page fault DDB says: Stopped at in_pcbremlists+0x8d stack trace: in_pcbremlists() in_pcbdetach() tcp_close() tcp_disconnect() tcp_usr_detach() soclose() soo_close() fdrop_locked() fdrop()