Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2005 15:31:40 +0300
From:      Dan Cojocar <dan.cojocar@gmail.com>
To:        freebsd-java@freebsd.org
Subject:   Fatal error: mutex is on list
Message-ID:  <b37cb09705060405314fb8b3b6@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello all,

I received this fatal error using jdk build
1.5.0-p1-root_12_may_2005_13_14 with -current from Mon May 23 10:32:18
EEST 2005:

Fatal error 'mutex is on list' at line 540 in file
/usr/src/lib/libpthread/thread/thr_mutex.c (errno =3D 0)

Here is a backtrace:
(gdb) bt
#0  0x280b0bf7 in pthread_testcancel () from /usr/lib/libpthread.so.1
#1  0x280a03ff in sigaction () from /usr/lib/libpthread.so.1
#2  0x2809969d in pthread_kill () from /usr/lib/libpthread.so.1
#3  0x28098fdf in raise () from /usr/lib/libpthread.so.1
#4  0x28198eda in abort () from /lib/libc.so.6
#5  0x280b2781 in pthread_testcancel () from /usr/lib/libpthread.so.1
#6  0x280a431b in _pthread_mutex_trylock () from /usr/lib/libpthread.so.1
#7  0x280a582a in pthread_mutex_lock () from /usr/lib/libpthread.so.1
#8  0x28532ca6 in OSThread::pd_initialize () from
/usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so
#9  0x28532a4d in OSThread::OSThread () from
/usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so
#10 0x2853438e in os::create_thread () from
/usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so
#11 0x28594666 in JavaThread::JavaThread () from
/usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so
#12 0x2848b0e6 in JVM_StartThread () from
/usr/local/jdk1.5.0/jre/lib/i386/client/libjvm.so
#13 0x2b121c09 in ?? ()

Please contact me if you need more details.
Thanks,
Dan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b37cb09705060405314fb8b3b6>