kernel panic
Matthew Dillon
dillon at apollo.backplane.com
Tue May 4 16:21:16 PDT 2004
:Hi, Installed dfly today on a vmware emulated environment and after doing
:the whole installation procedure I got a kernel panic "Page fault in kernel
:mode = 12" or something like that meanwhile making
:/usr/ports/editors/emacs20
:
:I captured a screenshot of the ddb> prompt with a trace which you can find
:here:
:http://gcg.leapfrog.se/jontro/crash.bmp
:
:Im using the default kernel on the latest stable live cd that you posted a
:few days ago
:Best Regards,
:Jonas Trollvik
Ok. You must have hit '^T'. There are known bugs in ^T, in FreeBSD
and in DragonFly.
In this case it looks like ttyinfo is trying to dereference p_wmesg
which is actually p_thread->td_wmesg, just after the thread has been
detached.
I will commit a fix for this particular issue, thanks for your bug
report!
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Bugs
mailing list