Date: Sun, 3 Jan 1999 23:40:46 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Gregory Bond <gnb@itga.com.au> Cc: Mike Smith <mike@smith.net.au>, current@FreeBSD.ORG Subject: Re: SOFTUPDATES hangs keyboard Message-ID: <199901040740.XAA83407@apollo.backplane.com> References: <199901040713.SAA26417@lightning.itga.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
:My apologies for unwarranted assumptions. : :OK, I've compiled up with DDB and -g and I get the following :(transcribed by hand, so mind the typos!): : :_Debugger(msg=f01fa58f) at _Debugger+0x37 [../../i386/i386/db_interface.c:66] :_scgetc(flags=2) at _scgetc+0xd9f [../../i386/isa/syscons.c:3738] :_scintr(unit=0) at _scintr+0x17 [../../i386/isa/syscons.c:861] :Xresume1() at Xresume1+0x2b :--- interrupt, eip = 0xf01d0760, esp = 0xf482aeb8, ebp = 0xf482ad68 --- :_doreti(f482af88) at _doreti :_sched_sync() at _sched_sync+0xa4 [../../kern/vfs_subr.c:499] :_kproc_start(udata=f02283ac) at _kproc_start+0x32 [../../kern/init_main.c:311] :_fork_trampoline(21cc1589,c766f025,2521ce05,800008f0,2521d025) at _fork_trampoline+0x30 : :Asking DB for a panic at this point just hangs the system at the :"syncing disks..." prompt. I assume that is the same problem. : :FWIW: All this time, the Alt-Fn still works, until I tried to Alt-Fn :to the Xserver. Then it all hung. : :Anything else I can try? Yah, do a 'ps' from DDB. If Alt-Fn still works the interrupts still work which means it is probably a sleep/wait lockup of some sort. DDB's ps will tell you what processes are waiting on, similar to what 'ps axl' from a shell prompt does. -Matt :Greg. : :To Unsubscribe: send mail to majordomo@FreeBSD.org :with "unsubscribe freebsd-current" in the body of the message : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. <dillon@backplane.com> (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901040740.XAA83407>