6.0 hangs at boot time
Julian Elischer
julian at elischer.org
Tue Sep 14 17:42:19 PDT 2004
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"
>
>
More information about the freebsd-current
mailing list