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 libc/3087] Memory leak in allocate_dtv (in /lib/ld-2.3.5.so), SuSE Linux 10.0


------- Additional Comments From drepper at redhat dot com  2006-08-23 17:49 -------
Again, this is no leak.  If you run the code on a non-UP machine you indeed see
more reported blocks.  But this is all correct.  These are memory blocks
associated with cached stacks.  No memory is lost.

I have added some code to clean up this code as well so valgrind should indeed
report no leaks.  But this is a misleading report anyway and it is safe to use
the current code.

-- 


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

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