From owner-freebsd-current Thu May 9 08:33:27 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16129 for current-outgoing; Thu, 9 May 1996 08:33:27 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA16123 for ; Thu, 9 May 1996 08:33:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id IAA02371; Thu, 9 May 1996 08:30:50 -0700 (PDT) Message-Id: <199605091530.IAA02371@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Christoph Kukulies cc: phk@critter.tfs.com (Poul-Henning Kamp), freebsd-current@freefall.FreeBSD.org Subject: Re: -current kernel panics In-reply-to: Your message of "Thu, 09 May 1996 15:10:19 +0200." <199605091310.PAA00865@gilberto.physik.rwth-aachen.de> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 09 May 1996 08:30:50 -0700 Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Please do a nm -n /kernel and send us the lines around 0xf01c2707 >> >> Thanks in advance! >> >> Poul-Henning >> >> > >> > Fatal double fault: >> > eip = 0xf01c2707 >> > esp = 0xefbfd000 >> > ebp = 0xefbfd010 >> > panic: double fault > >Did already and didn't find it worth sending since >it was in trap.o. Anyway , here it is: > >f01c2570 F trap.o >f01c2700 T _trap >f01c2b84 t _trap_pfault >f01c2ee8 t _trap_fatal >f01c31f0 T _dblfault_handler >f01c323c T _trapwrite On the contrary...this appears to indicate a recursive trap fault and likely indicates a pmap bug of some kind. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project