Date: Tue, 05 Jan 1999 18:46:40 +1100 From: Gregory Bond <gnb@itga.com.au> To: Matthew Dillon <dillon@apollo.backplane.com> Cc: Mike Smith <mike@smith.net.au>, current@FreeBSD.ORG, gnb@itga.com.au Subject: Re: SOFTUPDATES hangs keyboard Message-ID: <199901050746.SAA08498@lightning.itga.com.au> In-Reply-To: Your message of Sun, 03 Jan 1999 23:40:46 -0800.
next in thread | raw e-mail | index | archive | help
OK, it's happened again. I was doing a make on a partition with softupdates and swapping vtys. Traceback: _Debugger(msg=f01fa58f) at _Debugger+0x37 [../../i386/i386/db_interface.c:66] _scgetc(flags=2) at _scgetc+0xd9f [syscons.c:3738] _scintr(unit=0) at _scintr+0x17 [syscons.c:861] Xresume1() at Xresume1+0x2b --- interrupt, eip=0xf020221d, esp=0xf4802e50, ebp=0xf4801e6c --- _wdwait(du=f1039e00,bits_wanted=0,timeout=2710) at _wdwait+0x55 [wc.c:179] _wdintr(unit=0) at _wdint+0x10c [wd.c:1111] _add_interrupt_randomness(vsc=f0251100) at _add_interrupt_randomness+0xe [random_machdep.c:233] Xresume14() at XResume14+0x2b -- interrup[t, eip=0xxf01d08ea, esp=0xf4801efc, ebp=0xf4801f68 --- vec14(f4801f88) at vec14+0x2 _sched_sync(0 at _sched_sync+0xa4 [vfs_subr.c:499] _kproc_start(udata=f022b3ac) at _kproc_start+0x32 [init_main.c:311] _fork_trampoline(52701589,c766f025,25527205,800008f0,25527425) at -fork_trampoline+0x30 PS list: (it's quite long and I can't cut-n-pase from here so I'll summarise) pid proc flag wmsg wchan cmd 1203 f47f3d00 0016 cc 1202 f47f3bc0 4006 cpp 1201 f47f3f80 4006 ppwait f47f3f80 cc 1192 f47f40c0 4086 wait f47f40c0 make 762 f47f4200 4086 wait f47f4200 sh [..] 154 f47f4fc0 0084 nanslp f023d5a8 cron 35 f47f5600 0284 mfsidl f47ee340 mount_mfs 4 f47f5b00 0204 syncer 3 f47f5c40 0204 psleep f024fb38 vmdaemon 2 f47f5d80 0604 pagedaemon 1 f47f5ec0 4048 wait f47f5ec0 init 0 f0259248 0204 shed f0259248 swapper apart from that, all are sleeping on the obvious things: select, ttyin, wait, pause, etc. Hope this helps, Greg. 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?199901050746.SAA08498>