From owner-freebsd-current@FreeBSD.ORG Thu Nov 18 21:24:30 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB9D3106567A for ; Thu, 18 Nov 2010 21:24:30 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A20BF8FC0C for ; Thu, 18 Nov 2010 21:24:30 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PJBy0-0004H8-Rx for freebsd-current@freebsd.org; Thu, 18 Nov 2010 22:24:28 +0100 Received: from static-78-8-147-77.ssp.dialog.net.pl ([78.8.147.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Nov 2010 22:24:28 +0100 Received: from mwisnicki+freebsd by static-78-8-147-77.ssp.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Nov 2010 22:24:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Marcin Wisnicki Date: Thu, 18 Nov 2010 21:24:18 +0000 (UTC) Lines: 15 Message-ID: References: <20101113112447.GF2392@deviant.kiev.zoral.com.ua> <20101113115900.GA14975@freebsd.org> <20101113122853.GG2392@deviant.kiev.zoral.com.ua> <20101113123846.GA21390@freebsd.org> <20101113124146.GH2392@deviant.kiev.zoral.com.ua> <20101113124758.GA23469@freebsd.org> <4CDF0E7F.3060406@freebsd.org> <20101116224156.GA52556@freebsd.org> <20101117033520.GA95666@freebsd.org> <4CE4B9E5.3000005@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-78-8-147-77.ssp.dialog.net.pl User-Agent: Pan/0.133 (House of Butterflies) Subject: Re: www/chromium crashing whole system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 18 Nov 2010 21:24:31 -0000 On Wed, 17 Nov 2010 21:30:13 -0800, Julian Elischer wrote: > On 11/17/10 12:15 PM, Marcin Wisnicki wrote: >>> >> Probably not. I thought about it a bit more and realized that you will >> miss state of cpu registers which is rather important. >> >> How does debugging over firewire work if it only has access to host RAM >> ? > > registers are saved to ram as part of exception handling.. > So I guess it means it's not possible to debug complete lockup (caused by driver) where no panic() occured ?