Hello, I am having problems running our code in valgrind. I get a SIG11. It looks like the problem is in libpthread.so in the cond_wait function. I've reported the bug (#96559). Is there a way to build valgrind using Linux's libpthread library instead of its own? -d |
|
From: Tom H. <to...@co...> - 2005-02-03 19:38:49
|
In message <1107458660.6659.109.camel@d-usca22-161-76>
Darryl Mocek <Darryl.Mocek@Sun.COM> wrote:
> I am having problems running our code in valgrind. I get a SIG11.
> It looks like the problem is in libpthread.so in the cond_wait
> function. I've reported the bug (#96559). Is there a way to build
> valgrind using Linux's libpthread library instead of its own?
If you use CVS that is exactly what you will get - we have dropped
the special libpthread.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|