Re: panic: absolutely cannot call smp_ipi_shootdown with interrupts already disabled

2003-09-18 Thread Daniel Eischen
On Thu, 18 Sep 2003, Brad Knowles wrote: > At 4:47 PM -0700 2003/09/17, Doug White wrote: > > > This came up at the developer summit. We do need to upgrade/make > > significant changes to gdb for it to understand threaded debugging. The > > panics might be interesting as it might be tickling

Re: panic: absolutely cannot call smp_ipi_shootdown with interrupts already disabled

2003-09-18 Thread Brad Knowles
At 4:47 PM -0700 2003/09/17, Doug White wrote: This came up at the developer summit. We do need to upgrade/make significant changes to gdb for it to understand threaded debugging. The panics might be interesting as it might be tickling other issues, but before we can really debug threaded ap

Re: panic: absolutely cannot call smp_ipi_shootdown with interrupts already disabled

2003-09-17 Thread Doug White
On Tue, 16 Sep 2003, Morten Rodal wrote: > So this brings up the question, is there a known problem with > debugging multi-threaded applications (which use libkse) that can > cause a panic? I will bring home my laptop, and will be able to use a > serial debugger if that would help anyone willing

Re: panic: absolutely cannot call smp_ipi_shootdown with interrupts already disabled

2003-09-15 Thread Morten Rodal
On Fri, Sep 12, 2003 at 08:54:59AM +0200, Morten Rodal wrote: > A little bit of history first. I am having great trouble in running > any of the Mozilla web browsers under -CURRENT with libkse. (If you > are really interested see the thread on threads@) > > When I ran Mozilla Firebird with the -

Re: panic: absolutely cannot call smp_ipi_shootdown with interrupts already disabled

2002-07-15 Thread Andrew Gallatin
Peter Wemm writes: > Eww! Care to confirm that the following works? I was going to just commit > it since it is pretty obvious, but a brief sanity check would probably > be an idea. (beware, xterm cut/paste whitespace damage). > > ddb runs with interrupts disabled and the other cpus halt

Re: panic: absolutely cannot call smp_ipi_shootdown with interrupts already disabled

2002-07-15 Thread Peter Wemm
Eww! Care to confirm that the following works? I was going to just commit it since it is pretty obvious, but a brief sanity check would probably be an idea. (beware, xterm cut/paste whitespace damage). ddb runs with interrupts disabled and the other cpus halted. We could not get the 'ack' fro