> I'm not sure whether this is a a libc problem but using Bytemark's
> 2.6.9 and 2.4.26 user mode linux kernels with Debian testing causes
> threaded applications to segfault.

IIRC, this is not glibc problem - the actual fault is UML does not
support tls (/lib/tls).  With 2.6 kernel, glibc dynamic loader
automatically selects /lib/tls directory that has NPTL pthread with
tls (thread local storage).  To avoid this problem, please try to
create /etc/ld.so.nohwcap in UML image.  I don't know UML is also
crashed on 2.4 kernel.

Regards,
-- gotom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to