From: Julian S. <js...@ac...> - 2003-04-16 07:54:27
|
No, you can't disable it. The only reason we ship our own is that V can't simulate some important things in the real pthread library. All in all it's a gain pain in various parts of the body for us to have our own pthreads library, and believe me, we wouldn't do so if we could run the real one. J On Wednesday 16 April 2003 8:32 am, Luke Howard wrote: > I'm trying to debug a problem with a DCE RPC server, which uses exception > handling implemented on top of pthread cancels and > sigsetjmp()/siglongjmp(). > > This appears to cause problems with valgrind after the first client > request: > > ==29326== valgrind's libpthread.so: KLUDGED call to: siglongjmp (cleanup > handlers are ignored) > > After which the call stack is trashed and the server is catatonic. In > attempting to find the bug I'm looking for, I'm wondering whether it > is possible to disable valgrind's interposing pthread library. > > -- Luke |