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

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? > >

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

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 > s

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

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 Uns

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 > i