Li, Qing wrote: >The 6.0 kernel boot stops at > >... ><snip> >Timecounter "TSC" frequency 2191317004 Hz quality 800 >Timecounters tick every 10.000 msec >acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0% >pid 24: corrected slot count (0->1) > ><Hangs> > >Any pointers on where I should start digging ? > the problem is in kern/kern_switch.c Theoretically the message "corrected slot count (0->1)" indicates that the erro was avoided, however there may be a threaded program that still has the problem (the avoiding code only happens on non-threaded programs where it is possible to know what the value should be (1). <Hangs> <ctl><alt><esc> might get you into the debugger, after whuich it would be interesting to see the reults of 'ps' . But you may need a serial debugger to capture this.. iIt is unfortunatly possible htat this is too early to get into teh debugger, however i am working on this problem today. > >-- Qing >_______________________________________________ >freebsd-current_at_freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" > >Received on Tue Sep 14 2004 - 22:42:19 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:12 UTC