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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@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.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"