Re: Still panic() with userland binary on CURRENT

2001-11-26 Thread Dag-Erling Smorgrav
John Baldwin <[EMAIL PROTECTED]> writes: > On 24-Nov-01 Martin Blapp wrote: > > - realitexpire, td); > > + realitexpire, td->td_proc); > > > > Fixes the panic 100%. > Ouch, something this simple definitely caused a warning, it looks > like warnings are being ig

Re: Still panic() with userland binary on CURRENT

2001-11-26 Thread John Baldwin
On 26-Nov-01 Garrett Wollman wrote: > < > said: > >>> - realitexpire, td); >>> + realitexpire, td->td_proc); > >> Ouch, something this simple definitely caused a warning, it looks like >> warnings >> are being ignored. :( > > Nope. Look at the prototype for

Re: Still panic() with userland binary on CURRENT

2001-11-26 Thread Garrett Wollman
< said: >> - realitexpire, td); >> + realitexpire, td->td_proc); > Ouch, something this simple definitely caused a warning, it looks like warnings > are being ignored. :( Nope. Look at the prototype for callout_reset() and then think about why the last two p

Re: Still panic() with userland binary on CURRENT

2001-11-26 Thread John Baldwin
On 24-Nov-01 Martin Blapp wrote: > > Hi DES, > > - realitexpire, td); > + realitexpire, td->td_proc); > > Fixes the panic 100%. > > Thanks a lot ! > > Martin Ouch, something this simple definitely caused a warning, it looks like warnings are being ignored

Re: Still panic() with userland binary on CURRENT

2001-11-24 Thread Martin Blapp
Hi DES, - realitexpire, td); + realitexpire, td->td_proc); Fixes the panic 100%. Thanks a lot ! Martin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Still panic() with userland binary on CURRENT

2001-11-24 Thread Dag-Erling Smorgrav
Martin Blapp <[EMAIL PROTECTED]> writes: > kernel trap 12 with interrupts disabled > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x123423bd > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc024d74a > stack pointer

Still panic() with userland binary on CURRENT

2001-11-23 Thread Martin Blapp
Hi DES, John, It does not lock the box completly, but it still panics. Sorry. DDB over serial connection: #./unilockd lock order reversal 1st 0xc04a8e80 sched lock @ /usr/src/sys/kern/kern_mutex.c:319 2nd 0xc049d8a0 sio @ /usr/src/sys/dev/sio/sio.c:2958 kernel trap 12 with interrupts disabl