From: Nicholas N. <nj...@ca...> - 2003-05-21 07:26:17
|
On Wed, 21 May 2003, Yasushi Saito wrote: > >Also works ok on SuSE 8.2. You say -lpthread in your command line; if > >you remove that does it make any difference? > > > Helgrind runs fine without -pthread. Here the point of segfault, > according to gdb: > > #0 0x400182b3 in vgSkin_dup_extra_and_update (err=0x40c3a018) > at hg_main.c:2288 > 2288 *new_extra = *((HelgrindError*)VG_(get_error_extra)(err)); Ah, that bug. It's been fixed in the CVS HEAD, you can check it out from Valgrind's SourceForge page. (Instructions for building from CVS are in valgrind/README.) N |