"Stable"
Posted Jun 16, 2005 16:29 UTC (Thu) by
davidw (subscriber, #947)
Parent article:
Debian Sarge Declared Stable
It seems as if the C library's NTPL implementation hasn't included fixes that have made it into other distributions, so things like Tcl and Java that use threads may have weird, random lockups, something I found out at my own expense after having to delay machines shipping to clients. The fix, luckily, is simple - don't use NPTL on Debian:
export LD_ASSUME_KERNEL=2.4.1
(
Log in to post comments)