[Bug linuxthreads/4338] pthread_create / pthread_exit -- use of partially uninitialized buffer
Michael Vergoz
mv@binarysec.com
Wed Apr 11 08:48:00 GMT 2007
Hi,
It is not a real leak. As far as i know The buffer allocated at
pthread_create() is used to extend the stack of threads.
If you pthread_join() and pthread_create() again The old position in the
stack will be used by the new one.
For your initial problem i finaly think that you need to downgrade you glibc
or upgrade your kernel.
Regards,
Michael Vergoz
----- Original Message -----
From: "poletto at jeuxvideo dot com" <sourceware-bugzilla@sourceware.org>
To: <glibc-bugs@sources.redhat.com>
Sent: Wednesday, April 11, 2007 10:06 AM
Subject: [Bug linuxthreads/4338] pthread_create / pthread_exit -- use of
partially uninitialized buffer
>
>
> --
> What |Removed |Added
> ----------------------------------------------------------------------------
> GCC host triplet|linux-pc i386 glibc 2.1 |linux-2.4 i386 glibc 2.1
>
>
> http://sourceware.org/bugzilla/show_bug.cgi?id=4338
>
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>
More information about the Glibc-bugs
mailing list