Re: panic in ithread_loop()

2002-12-10 Thread Dag-Erling Smorgrav
John Baldwin [EMAIL PROTECTED] writes: This is where it faulted for some reason or another. It was running a registered interrupt handler. Do you have any kernel modules in this system? Not that were loaded at the time of the panic. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To

Re: panic in ithread_loop()

2002-12-10 Thread John Baldwin
On 10-Dec-2002 Dag-Erling Smorgrav wrote: John Baldwin [EMAIL PROTECTED] writes: This is where it faulted for some reason or another. It was running a registered interrupt handler. Do you have any kernel modules in this system? Not that were loaded at the time of the panic. Had you

Re: panic in ithread_loop()

2002-12-10 Thread Mitsuru IWASAKI
This is 100% reproducible with a top-of-tree kernel, but didn't happen with Wednesday's sources: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc01e8d fault code = supervisor write, page not present instruction pointer = 0x8:0xc045dc80 stack

Re: panic in ithread_loop()

2002-12-10 Thread Nate Lawson
On Wed, 11 Dec 2002, Mitsuru IWASAKI wrote: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc01e8d fault code = supervisor write, page not present instruction pointer = 0x8:0xc045dc80 stack pointer = 0x10:0xd536dce4 frame pointer

Re: panic in ithread_loop()

2002-12-10 Thread Dag-Erling Smorgrav
John Baldwin [EMAIL PROTECTED] writes: On 10-Dec-2002 Dag-Erling Smorgrav wrote: John Baldwin [EMAIL PROTECTED] writes: This is where it faulted for some reason or another. It was running a registered interrupt handler. Do you have any kernel modules in this system? Not that were

Re: panic in ithread_loop()

2002-12-10 Thread John Baldwin
On 10-Dec-2002 Dag-Erling Smorgrav wrote: John Baldwin [EMAIL PROTECTED] writes: On 10-Dec-2002 Dag-Erling Smorgrav wrote: John Baldwin [EMAIL PROTECTED] writes: This is where it faulted for some reason or another. It was running a registered interrupt handler. Do you have any kernel

RE: panic in ithread_loop()

2002-12-09 Thread John Baldwin
On 08-Dec-2002 Dag-Erling Smorgrav wrote: This is 100% reproducible with a top-of-tree kernel, but didn't happen with Wednesday's sources: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc01e8d fault code = supervisor write, page not present