From owner-freebsd-hackers Sun Apr 28 07:54:19 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03008 for hackers-outgoing; Sun, 28 Apr 1996 07:54:19 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA03000 for ; Sun, 28 Apr 1996 07:54:15 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id JAA12164; Sun, 28 Apr 1996 09:54:07 -0500 (EST) From: "John S. Dyson" Message-Id: <199604281454.JAA12164@dyson.iquest.net> Subject: Re: double fault upon running gzip binary... To: gurney_j@resnet.uoregon.edu Date: Sun, 28 Apr 1996 09:54:07 -0500 (EST) Cc: hackers@freebsd.org In-Reply-To: from "John-Mark Gurney" at Apr 27, 96 09:13:28 pm Reply-To: dyson@freebsd.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > well... I'm running FreeBSD 2.2-960323-SNAP on my Toshiba T1960CS > notebook, 486/50dx2... > > I have > > pseudo-device gzip # Exec gzipped a.out's > > compiled into my kernel for my notebook plus pccard stuff from 0414... I > would run tcsh gzipped under multiuser mode and it would just reboot.. > no warning or anything.. imediate reboot... so I decided to run it under > single user mode and got: > > Fatal double fault: > eip = 0xf018c479 > esp = 0xefbfdff8 > ebp = 0xefbfe094 > panic: double fault > > when I ran it... > The problem was fixed in -current. Grab a -current kernel and see how it works. There is a multitude of fixes in it. John