|
From: Bart V. A. <bar...@gm...> - 2008-05-20 19:29:16
|
On Tue, May 20, 2008 at 8:07 PM, Masterson, Douglas H <dou...@bo...> wrote: > valgrind: m_scheduler/sema.c:96 (vgModuleLocal_sema_down): Assertion > 'sema->owner_lwpid != lwpid' failed. > > It looks like I might have something wrong with my configuration, but I > have no idea where to start looking. I have tried building valgrind with > both gcc 2.96 and gcc 3.4.6, always with the same result. Has anyone > seen this behavior before? I'm using Valgrind myself since a long time, and have never encountered the above assertion failure myself. Regarding the compiler version: gcc 2.96 is ancient and is not supported by Valgrind. gcc 3.4.6 should be OK though. Do you get the same error message when you build the Valgrind trunk with gcc 3.4.6 ? See also http://www.valgrind.org/downloads/repository.html for instructions on how to do this. Bart. |