From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 09:55:15 2004 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 B765016A4CE for ; Tue, 1 Jun 2004 09:55:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9263A43D1D; Tue, 1 Jun 2004 09:55:15 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) i51GtFGf076139; Tue, 1 Jun 2004 09:55:15 -0700 (PDT) (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i51GtFPI076138; Tue, 1 Jun 2004 09:55:15 -0700 (PDT) (envelope-from bmilekic) Date: Tue, 1 Jun 2004 09:55:15 -0700 From: Bosko Milekic To: Divacky Roman Message-ID: <20040601165515.GA75864@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: uipc_socket2.c panic 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, 01 Jun 2004 16:55:15 -0000 Divacky Roman wrote: >Hi > >I am getting panics in uipc_socket2.c very often (every hour at least). >I am afraid I am not able to provide you more info since I dont have -g >compiled kernel and it takes me more than hour to compile kernel on this >machine ;( > >once the panic was on line 867, then it was 885 I believe I have fixed a potential cause for this. Please sync up to the latest version of src/sys/kern/kern_mbuf.c and let me know if they go away. If they do not, please enable debugging options and provide at least a stack trace. -Bosko