|
From: Tilman S. <ti...@co...> - 2004-04-24 20:35:09
Attachments:
pthread_leak_supp.diff
|
Hi, it seems the glibc suppression files are a bit out of date. The entry for the pthread_key_create() leak from Valgrind's libpthread doesn't work anymore :) The attached patch fixes them. Maybe I'm missing something, though, it just seems odd that the suppressions haven't been adjusted yet :) -- Regards, Tilman |
|
From: Nicholas N. <nj...@ca...> - 2004-04-25 12:08:23
|
On Sat, 24 Apr 2004, Tilman Sauerbeck wrote: > it seems the glibc suppression files are a bit out of date. > The entry for the pthread_key_create() leak from Valgrind's libpthread > doesn't work anymore :) > > The attached patch fixes them. Maybe I'm missing something, though, it > just seems odd that the suppressions haven't been adjusted yet :) Committed, thanks. N |