|
From: Jeremy F. <je...@go...> - 2005-03-18 16:24:09
|
Julian Seward wrote:
>>In general that's true, but exit and exit_group always need to be
>>emulated, and I'm worried about non-standard behaviour in exit_group,
>>particularly. Though its hard to tell, your trace seems to suggest that
>>it expects exit_group to kill the whole process, even though they
>>threads are not in the same thread group (they weren't created with
>>CLONE_THREAD). Valgrind, naturally, emulates standard 2.6 behaviour of
>>exit_group.
>>
>>
>
>The kernel in question is a 2.6.5 variant from SuSE. I've mailed to
>ask if they have mutantified it re exit_group.
>
>
I just installed a SuSE 9.1 VMWare machine, and it seems to be a proper
TLS/NPTL system. Is there something broken about your installation?
I can reproduce the hang if I start OOo with LD_ASSUME_KERNEL=2.4.1 to
disable NPTL, but otherwise it works fine.
J
|