Panic in -current when using i386_set_ioperm()

2002-07-21 Thread Mark Peek
There is a reproducible panic in -current after using i386_set_ioperm(). The extended pcb is attempted to be freed in cpu_thread_exit() using kmem_free(). Via private mail, Alan Cox explained it to me as such: The problem runs deeper than Giant not being held: cpu_thread_exit() really can't

Re: Panic in -current when using i386_set_ioperm()

2002-07-21 Thread Julian Elischer
On Sun, 21 Jul 2002, Mark Peek wrote: There is a reproducible panic in -current after using i386_set_ioperm(). The extended pcb is attempted to be freed in cpu_thread_exit() using kmem_free(). Via private mail, Alan Cox explained it to me as such: The problem runs deeper than Giant