Re: Thread and process dentifiers (CPU affinity, kill)

From: Lee Revell
Date: Fri May 20 2005 - 15:40:37 EST


On Fri, 2005-05-20 at 22:17 +0200, Olivier Croquette wrote:
> # export LD_ASSUME_KERNEL=2.4.1
> This is a clever way to enable some existing applications that rely on
> LinuxThreads to continue to work in an NPTL environment, but is a
> short-term solution. To make the most of the design and performance
> benefits provided by NPTL, you should update the code for any existing
> applications that use threading.

Applications that rely on linuxthreads, heh, that's a good one.

The most common use of LD_ASSUME_KERNEL is to force Linuxthreads to be
used in order to work around a bad bug in NPTL 0.60, often present on
Debian systems. Ubuntu still reports NPTL 0.60, but they at least fixed
the bug for the Hoary release. The Debian people refuse to.

The issue is very well known to JACK users.

Lee

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/