This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug linuxthreads/4338] pthread_create / pthread_exit -- use of partially uninitialized buffer


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]