Bug #1934
closedi386 vkernel fails on boot
0%
Description
Hi,
i386 vkernel fails early in boot with:
Finish MP startup
panic: assertion: ref >= &td->td_toks_base && ref->tr_tok == tok in
lwkt_reltoken
cpuid = 0
Trace beginning at frame 0xbfbfeeac
panic(ffffffff,bfbfeed4,82e8964,82c9a04,82e8860) at 0x80e0481
panic(826a288,8284dfc,8284ffb,82e49c8,82e5e04) at 0x80e0481
lwkt_reltoken(82c9a04,bfbfef10,80ba245,0,fffffff) at 0x80eb95d
start_ap(0,fffffff,6020020a,0,8) at 0x825a379
mi_startup(bfbff769,1,2,0,1) at 0x80ba245
main(e,bfbff608,bfbff644,8269c14,e) at 0x826355f
_start(bfbff734,bfbff759,bfbff75c,bfbff75e,bfbff761) at 0x8082bea
Debugger("panic")
-- vs
Updated by dillon almost 14 years ago
:Hi,
:
:i386 vkernel fails early in boot with:
:
:Finish MP startup
:panic: assertion: ref >= &td->td_toks_base && ref->tr_tok == tok in
:lwkt_reltoken
Try this patch, tell me if it works.
fetch http://apollo.backplane.com/DFlyMisc/vkernel02.patch
-Matt
Updated by vsrinivas almost 14 years ago
Works; make sure to include <sys/mplock2.h>