on 15/12/2010 12:37 [email protected] said the following: > Fatal double fault: > eip = 0xc07feb98 > esp = 0xc101e000 > ebp = 0xc101e004 > cpuid = 0; apic id = 00 > panic: double fault > cpuid = 0 > > How do I go about tracking this down?
Do you have the standard debugging options in your kernel? http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html BTW, are you sure that you correctly placed initialization of msgbufsize ? I am not saying that you haven't, just make sure that it is set before its first use. -- Andriy Gapon _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
