From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 13:06:46 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 B9D7516A4CE for ; Wed, 7 Jul 2004 13:06:46 +0000 (GMT) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5C343D58 for ; Wed, 7 Jul 2004 13:06:46 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from pd2mr6so.prod.shaw.ca (pd2mr6so-qfe3.prod.shaw.ca [10.0.141.9]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I0H000XCG6NYC@l-daemon> for current@freebsd.org; Wed, 07 Jul 2004 07:01:35 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151]) by pd2mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I0H00B71G6OJDJ0@pd2mr6so.prod.shaw.ca> for current@freebsd.org; Wed, 07 Jul 2004 07:01:36 -0600 (MDT) Received: from piii600.wadham.ox.ac.uk (S0106006067227a4a.vc.shawcable.net [24.87.233.42]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I0H00214G6MDK@l-daemon> for current@freebsd.org; Wed, 07 Jul 2004 07:01:36 -0600 (MDT) Date: Wed, 07 Jul 2004 06:01:09 -0700 From: Colin Percival In-reply-to: X-Sender: cperciva@popserver.sfu.ca (Unverified) To: "Bjoern A. Zeeb" Message-id: <6.1.0.6.1.20040707050952.03e44038@popserver.sfu.ca> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Content-type: text/plain; charset=us-ascii References: cc: FreeBSD current mailing list Subject: Re: Fatal trap 12 in microuptime 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, 07 Jul 2004 13:06:46 -0000 At 04:55 07/07/2004, Bjoern A. Zeeb wrote: >when PXE booting I am getting this: >[snip] Well, it looks like proc0_post is being called at a time when there is a partially-initialized process in allproc: p->p_stats is NULL. How it is possible for this to happen is beyond my understanding. :-( Colin Percival