Re: panic: blockable sleep lock (sx) allproc @ /usr/local/src/sys/kern/kern_proc.c:212

2001-10-07 Thread Garrett Wollman
On Sun, 7 Oct 2001 14:49:16 +1000 (EST), Bruce Evans [EMAIL PROTECTED] said: Is using xconsole significantly better than tail -f /var/log/messages? I don't know. I think `xterm -C' is better than either one, if it can be made to work properly. (I have held off on updating to latest -current

Re: panic: blockable sleep lock (sx) allproc @ /usr/local/src/sys/kern/kern_proc.c:212

2001-09-30 Thread Bruce Evans
On Sun, 30 Sep 2001, Doug Barton wrote: With -current as of last night around 7pm PDT: IdlePTD 4390912 initial pcb at 320920 panicstr: bremfree: bp 0xc68bf184 not locked panic messages: --- panic: blockable sleep lock (sx) allproc @ /usr/local/src/sys/kern/kern_proc.c:212

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: could figure out the faulting address that it trapp'd one that would help. You could add KTR tracepoints or some such to store the log message to do that and then examin the KTR buffer to get the actual faulting address. Ok. In

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread John Baldwin
On 30-Sep-01 Marcel Moolenaar wrote: On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: could figure out the faulting address that it trapp'd one that would help. You could add KTR tracepoints or some such to store the log message to do that and then examin the KTR buffer to

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: Can you do 'show locks' at the ddb prompt to get a list of what locks are held? db show locks exclusive (sleep mutex) Giant (0xc0343ae0) locked @ /nfs/5.x/src/sys/kern/kern_timeout.c:186 exclusive (spin mutex) sched lock

RE: panic: blockable sleep lock (sx) ...

2001-09-29 Thread John Baldwin
On 29-Sep-01 Marcel Moolenaar wrote: Gang, I was running the Linux Test Project's (ltp) regression suite to see how our Linuxulator was doing. It looks like we can use that to test our kernel as well. :-)\ Can you do 'show locks' at the ddb prompt to get a list of what locks are held? My

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: On 29-Sep-01 Marcel Moolenaar wrote: Gang, I was running the Linux Test Project's (ltp) regression suite to see how our Linuxulator was doing. It looks like we can use that to test our kernel as well. :-)\ Can you do