Re: -current seems a little unstable tonight

2002-07-18 Thread Mark Santcroos
On Thu, Jul 18, 2002 at 02:00:14PM -0700, Julian Elischer wrote: > set radix 16 > and then print the trap frame again.. (#12) #12 0xc02a0ce5 in trap (frame= {tf_fs = 0xc02a0018, tf_es = 0xc0320010, tf_ds = 0xc0310010, tf_edi = 0xc191d094, tf_esi = 0xc0bc0f00, tf_ebp = 0xc8880c8c, tf_isp = 0xc8880

Re: -current seems a little unstable tonight

2002-07-18 Thread Julian Elischer
if you have ddb it would be instructive to ss what IT thinks the stack looks like: heres' what I think is line 557 of kern_synch.c is: 554 if (td->td_wchan != NULL) { 555 p->p_stats->p_ru.ru_nvcsw++; 556 td->td_state = TDS_SLP; 557

Re: -current seems a little unstable tonight

2002-07-18 Thread Mark Santcroos
On Thu, Jul 18, 2002 at 10:48:09AM +0200, Mark Santcroos wrote: > panic: vm_fault: fault on nofault entry, addr: c8856000 > > (kgdb) bt > I didn't have a kernel with debugging info so I am building that now in > case it happens again. Catched it again and now with debugging kernel. panic: vm

Re: -current seems a little unstable tonight

2002-07-18 Thread Mark Santcroos
On Thu, Jul 18, 2002 at 01:28:22AM -0700, Lamont Granquist wrote: > I just cvsup'd and about 1.5h later got a crash+reboot with no dump. I > think someone else mentioned problems with fsck and I saw something like > that too -- it looked like the rc scripts errored out after the fsck and > droppe