From owner-freebsd-current@FreeBSD.ORG Mon Feb 21 01:30:07 2005 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 81D4C16A4CE for ; Mon, 21 Feb 2005 01:30:07 +0000 (GMT) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A08443D31 for ; Mon, 21 Feb 2005 01:30:07 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-68-120-130-255.dsl.snfc21.pacbell.net [68.120.130.255])j1L1TLSJ027252; Sun, 20 Feb 2005 20:29:27 -0500 Message-ID: <42193971.2080401@elischer.org> Date: Sun, 20 Feb 2005 17:29:21 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050214 X-Accept-Language: en, hu MIME-Version: 1.0 To: delphij@delphij.net References: <421808E9.8060706@freebsd.org> <1108872886.909.2.camel@leguin> <42182880.6000101@freebsd.org> <1108881662.618.1.camel@spirit> In-Reply-To: <1108881662.618.1.camel@spirit> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit cc: freebsd-current@freebsd.org cc: Garance A Drosihn cc: David Xu Subject: Re: AMD64 machine stability problem 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: Mon, 21 Feb 2005 01:30:07 -0000 Xin LI wrote: > I guess there are something strange happening in sys/dev/syscons. My > laptop (i386 based) crashes about 25% times when I start GNOME, and the > possibility raises when I have the VESA High Resolution Console patch > applied, therefore I still don't want to commit it :-( > > 在 2005-02-20日的 14:04 +0800,David Xu写道: > >>Garance A Drosihn wrote: >> >> >>>>Now, I can always reproduce it: >>>>just run "find /usr/src " in gnome termimal, it will reboots in >>>>five seconds. >>> >>> >>>What happens if you enter the same find command on a console >>>session? (ie, outside of X11) >>> >> >>running it on a console never reboots, works just fine. >>I also switched graphics card, and run it under X11, it still reboots. > > > Cheers, run the command in X11 and then switch to console to await the crash that way you'll see if there is a messsage (or serial console I guess). A panic when X is running will not sto pbecause it assumes you can't look at it. so it just reboots. (I haven't seen the code that does this but I've observed the behaviour). could it be achieved by anything tha scrolls that amount of data? (e.g. catting a huge file?) if so it may just be bad thermal control as teh cpu is doing all that renderring.