Log message

Julian Elischer julian at elischer.org
Sat May 30 00:00:29 UTC 2009


Sergio Tam wrote:
> Hi
> 
> On the /var/log/messages show this:
> 
>  kernel: pid 33785: corrected slot count (4->1)
> 
> ¿Whats means?
> 
> 
> Thanks for your time.
> 
> Regards
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"

It means that you are running an old system, using M:N threads and 
that the threading code somehow lost track of how may threads were 
running on that process. The system scheduler corrected it.

I never figured out the situation when this occured but it goes away 
if you move to a newer version of the OS and go to linking with libthr.



More information about the freebsd-hackers mailing list