From owner-freebsd-questions@FreeBSD.ORG Mon Nov 26 02:06:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB72516A417 for ; Mon, 26 Nov 2007 02:06:03 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id B2FBC13C474 for ; Mon, 26 Nov 2007 02:06:03 +0000 (UTC) (envelope-from simonychang@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so418802rvb for ; Sun, 25 Nov 2007 18:05:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=7saNWqzH9tTF2SB2YGjlr6Fwk82kGSDiA6BCsfZ0H2Y=; b=rykIQ6Q/SpEKku+ITHzanSN3racwkUVGPzkop+kQf2sgRCpADtrd23GIKIJd4YgTDQg3Q4AmMkFyPLDUeANAigV3TRDXABoIGg58gaZudnT6H4DunP7Hng9PXvWL9WsNGqNw70pRPh/Hr8zyzDJY+d2oAiq7GRF6o3NNVsZglfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lHpOIxcI8ZFwGHaiDepQY6Q4e2ZTZ78l4FhSbJ/V3ocBFGU4uOr84hIB3w7rOnYnGCWScfLysjW81GwzIphyomYPzs9xXJ1/gqxA8vaC9Q3+SfmZEpl4WI8fxMu5EPsGHXz7roYZEglofZVqiSTIfQWe1gZRTt8cG5sDajX06u8= Received: by 10.141.48.10 with SMTP id a10mr850554rvk.1196042757860; Sun, 25 Nov 2007 18:05:57 -0800 (PST) Received: by 10.141.190.20 with HTTP; Sun, 25 Nov 2007 18:05:57 -0800 (PST) Message-ID: <8efc42630711251805k76ee90bbt7ad9088485aaffc6@mail.gmail.com> Date: Sun, 25 Nov 2007 21:05:57 -0500 From: "Simon Chang" To: "Bernt Hansson" In-Reply-To: <4749A880.9050704@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4749A880.9050704@bah.homeip.net> Cc: freebsd-questions@freebsd.org Subject: Re: Double fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 02:06:03 -0000 Hi Bernt, A few observations: 1) This double fault apparently occurs fairly early in your boot process. Do you initialize anything late, like an external drive or some other hardware? 2) By your saying that you "usually" get either trap 9 or 12, I assume it happens frequently enough for you to notice a pattern. Do you have the kernel dump file and the backtrace? It would be a really good starting point to troubleshoot. SC On Nov 25, 2007 11:53 AM, Bernt Hansson wrote: > Any help with this? > > > Fatal double fault: > eip = 0xc08a6589 > esp = 0x14 > ebp = 0xd020cb1c > panic: double fault > Uptime: 1m45s > > I usally get fatal trap 9 or 12 > > > FreeBSD 6.2-STABLE #0: Fri May 11 17:02:55 CEST 2007 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >