|
From: Mukesh K. S. <sr...@ya...> - 2007-02-14 06:51:28
|
Hi All. Below seem to generate Pthread Memory leaks. How should one get rid of it? ----- ==21324== 288 bytes in 2 blocks are possibly lost in loss record 7 of 10 ==21324== at 0x40045EB: calloc (vg_replace_malloc.c:279) ==21324== by 0x6124FA: _dl_allocate_tls (in /lib/ld-2.4.so) ==21324== by 0x9069E2: pthread_create@@GLIBC_2.1 (in /lib/libpthread-2.4.so) ==21324== by 0x8057F1B: ----- Do they get created at the start and deleted at the end and therefore memory doesn't leak away in an operational system. BR Mukesh --------------------------------- Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. |
|
From: Igmar P. <mai...@jd...> - 2007-02-14 07:48:43
|
> Below seem to generate Pthread Memory leaks. How should one get rid of it? Convince the libc maintainers to accept patches to fix this. Igmar |