On Thu, Aug 4, 2011 at 3:30 AM, [B&G-Consulting] Elmar Bschorer
<[email protected]> wrote:
...
>>>> On Fri, Jul 29, 2011 at 2:58 AM, [B&G-Consulting] Elmar Bschorer
>>>> <[email protected]>   wrote:
...
>>>>> kqemu: kqemu version 0x000103000 loaded, max locked mem=2026212kB
>>>>> uvm_fault(0xfffffe816acf0380, 0x0, 0, 1) ->   e
>>>>> kernel: page fault trap, code=0
>>>>> Stopped at namei+0x1c: movq 0x20(%r14),%rax
>>>>> ddb{1}>
...
> As I already mentioned in my first post - my systems freezes right away,
> when I try to load the module :-( therefore I cant run trace, ps, show
> registers etc :-(

<sigh>

You see that ddb{1}> prompt that I'm quoting from *your* original
email?  That's the prompt of the built-in kernel debugger.  It even
has a manpage: try "man ddb" on a running system.  That's the prompt
you get when the kernel panics or faults; it's completely unrelated to
the normal shell command-line that you would normally get.  There, in
ddb, right after you fire up kqemu and get a fault, *that's* where you
should enter the *ddb* commands "trace" and "ps" and "show registers".


Philip Guenther

Reply via email to