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 linuxthreads/4338] pthread_create / pthread_exit -- use of partially uninitialized buffer


------- Additional Comments From poletto at jeuxvideo dot com  2007-04-11 08:53 -------
(In reply to comment #3)
> Subject: Re:  pthread_create / pthread_exit -- use of partially uninitialized
buffer
> 
> Well i think you should upgrade your version of the glibc :(
> Or it would be great to have a way to reproduce your bug by sending to us 
> some informations about the system you are using...
> 
> Regards,
> Michael Vergoz 
> 
> 
> 

Oh sorry, i forget to say something important : it's a 2.4 kernel (i know
threads are managed differently in 2.6)
A friend has tested this program in a recent 2.6 system, there's no such errors,
no unclosed pipes, just a little leak

==4608== 68 bytes in 1 blocks are possibly lost in loss record 4 of 6
==4608==    at 0x401DB0E: calloc (vg_replace_malloc.c:279)
==4608==    by 0x400EBDC: _dl_allocate_tls (in /lib/ld-2.3.6.so)
==4608==    by 0x40417BE: pthread_create@@GLIBC_2.1 (in
/lib/tls/libpthread-2.3.6.so)
==4608==    by 0x80485C9: main (testpthread.c:21)

Thanks

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


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]