From owner-freebsd-current Tue Jan 26 00:03:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23833 for freebsd-current-outgoing; Tue, 26 Jan 1999 00:03:31 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23826 for ; Tue, 26 Jan 1999 00:03:28 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id DAA76712; Tue, 26 Jan 1999 03:07:33 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Tue, 26 Jan 1999 03:07:33 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: "Reginald S. Perry" cc: Jeroen Ruigrok/Asmodai , Andrew Gordon , current@FreeBSD.ORG, Matthew Dillon Subject: Re: 4.0-Current, netscape halts system In-Reply-To: <199901260734.XAA28740@yakko.zso.dec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 25 Jan 1999, Reginald S. Perry wrote: > I have been having these X lockups with the linux netscape 4.5 > running. I may have exacerbated it when I installed the linux > realplayer and macromedia flash plugins. > > I would like to have a methodology to help debug this, but I have just > this one system to use as the debug system. I do also have a vt220 > which I could set up if that would help. > > The key here is that for me it locks the system up completely. I > cannot telnet in remotely and the ctrl-alt-esc key sequence does not > work so its unclear to me how to debug this. Tell me what I would need > to help debug it, and I will try to be of some help. Ill attach my > dmesg output. > > -Reggie > options DDB options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to options INVARIANTS options INVARIANT_SUPPORT device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" flags 0x30 tty irq 3 vector siointr my 'sio2' is setup with special flags to make it always be the consol. look in lint for more hints. when the machine locks: send a break: if on vt220: F5 using tip/cu: ~% take a look at 'ps' and copy it down to see what's up. you may also want to enable crash dumps, look in rc.conf and set your 'dumpdevice' to your swap partition. then you can type 'panic' and get a core image of the system to look at. on the next reboot you can 'kdb' the kernel and then type 'bt' to get a backtrace. i have a vt320 for vanity purposes :), but i suggest you use a serial line into an xterm on another box if you can, ddb isn't the nicest interface and being able to cut and paste in and out of ddb in an xterm is nice. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message