From owner-freebsd-current@FreeBSD.ORG Fri Jul 18 20:08:32 2003 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 8969337B405 for ; Fri, 18 Jul 2003 20:08:32 -0700 (PDT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C1D43FAF for ; Fri, 18 Jul 2003 20:08:31 -0700 (PDT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) h6J38U4D035416; Fri, 18 Jul 2003 23:08:31 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)h6J38UkV035413; Fri, 18 Jul 2003 23:08:30 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Fri, 18 Jul 2003 23:08:30 -0400 (EDT) From: Andre Guibert de Bruet To: David Hill In-Reply-To: Message-ID: <20030718230357.P19406@alpha.siliconlandmark.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: debugging a lockup 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: Sat, 19 Jul 2003 03:08:32 -0000 On Fri, 18 Jul 2003, David Hill wrote: > cu -l /dev/cuaa0 completely locks up my machine... > How can I debug this? David, As usual, update your sources, enable all of the debugging options in your kernel config file, including DDB. Compile a kernel and ensure that you have an up-to-date world (Just to make sure that the issue hasn't already been fixed). To find out exactly where it's hanging, truss and strace are your friends. What's the last line that's printed out? Can you break to the debugger when the machine locks up (CTRL+ALT+ESC)? If so, can you get a backtrace by means of a 'tr'? Regards > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ >