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]

[Bug nptl/5171] Memory leak in nptl pthread_create() call


------- Additional Comments From drepper at redhat dot com  2007-10-15 04:04 -------
There are no known leaks.  Aside from the fact that you're using an ancient
glibc version there are other possibilities

- valgrind gets it wrong.  This can happen in lowlevel code like glibc

- you mistake memory which cannot be freed until the end for a memory leak.
  This is not the same


Get the most recent glibc and provide a self-contained test case.  Until then I
close the bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


http://sourceware.org/bugzilla/show_bug.cgi?id=5171

------- 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]