From owner-freebsd-usb@FreeBSD.ORG Thu Jan 13 08:43:37 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305BD16A4CE for ; Thu, 13 Jan 2005 08:43:37 +0000 (GMT) Received: from ptb-relay02.plus.net (ptb-relay02.plus.net [212.159.14.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA26643D2F for ; Thu, 13 Jan 2005 08:43:36 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=[192.168.254.25]) by ptb-relay02.plus.net with esmtp (Exim) id 1Cp0Zq-000DcF-8K; Thu, 13 Jan 2005 08:43:34 +0000 Message-ID: <41E6354C.5010404@freebsd.org> Date: Thu, 13 Jan 2005 08:46:04 +0000 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (X11/20050110) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <41E54591.70109@freebsd.org> <41E58102.8010603@elischer.org> <41E58B2D.2040505@freebsd.org> <41E5C6F7.2070807@elischer.org> In-Reply-To: <41E5C6F7.2070807@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org Subject: Re: USB camera causing OS crash? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2005 08:43:37 -0000 Julian Elischer wrote: > > Mark Ovens wrote: > >>> >>> >>> you probably need to run with ddb, kdb and a serial console, or at >>> least from the console, outside of >>> X11 so you can see the error messages. The system will not go int ddb >>> if the console is being controlled by X11. >>> >> >> I guess I can't do that then as I don't have serial console and can >> only force the crash from within X - and there's no time to switch >> back to the console before it hangs. > > > can you run the program with $DISPLAY set to another machine? > Someone mailed me off-list with that suggestion. I've got another machine that can just about manage to run X so I'll try it; got to rebuild the world first to make sure the kernel and userland are in synch as I've cvsup'd my tree since my last build. What, in particular should I be looking for when it crashes? Regards, Mark