Sreedhar,

This is an assertion on a pthread_mutex_lock failure .

What operating system and version are you running your application on ?

Using a debugger, can you print the value of rv and errno from your core file when you get this assertion ?

On Solaris 10, the possible error codes are EAGAIN, EINVAL, EDEADLK, ENOMEM, EOWNERDEAD, ENOTRECOVERABLE .



ksreedha...@gmail.com wrote:
On Mar 20, 9:59 pm, ksreedha...@gmail.com wrote:
Hello,

I am using JSS 4.2.5, NSS 3.11.4 and NSPR 4.6.4

Many times, my Java Server crashes with the following error.

Assertion failure: 0 == rv, at ../../../../../nsprpub/pr/src/pthreads/
ptsynch.c:207

Is there any solution to this.

Thanks,
Sreedhar

One more observation is, this is happening whenever there is a problem
with the SSL connection. If server refuses the connection, may be
because of wrong protocol or some other problem, instead of just
throwing error and continuing, it is completely killing the process.
Is there any configuration or work around I need to do for it.

Thanks,
Sreedhar
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to