On Fri, Aug 26, 2005 at 11:27:38AM -0400, Will H. Backman wrote: > Running Aug 24 snapshot, kismet has been running fine many times over > the past day. > Now, just ran it and got the following: > > Source 0 (dlink): Opening radiotap_bsd_b source interface rtw0... > Uvm_fault(0xd0598480, 0xd0a25000, 0 1) -> e > Kernel: page fault trap, code=0 > Stopped at strcmp+0xc: movb 0(%eax),%cl > ddb> > > Not sure what I should do to capture more info for developers. I don't > want to reboot and give dmesg yet in case there are some ddb commands I > should run. >
you should read sendbug(1) first. in ddb you should type "trace", "dmesg" and "ps", if possible. the stack "trace" is the most important command. reyk