"Aaron M. Renn" wrote:

> Ok, I download NSPR, build it, install it.  Build and install Japhar
> built against it, set LD_LIBRARY_PATH, type japhar and get:
>
> Assertion failure: _PT_PTHREAD_MUTEX_IS_LOCKED(lock->mutex), at ptsynch.c:183
> Bus error
>
> This is in NPSR someplace.  I got the code from CVS.  I'm on Linux
> 2.0.33.  Any ideas?
>

wow, interesting.  can you run it under gdb and get a stack trace?

looks like we're trying to operate on a monitor when we haven't entered it.

Chris

--
<saturn5> do { addMoreFeatures(); } until (engineers = 0);


Reply via email to