-----Original Message-----
From: Jim Brooks <[EMAIL PROTECTED]>
Sent: Saturday, January 26, 2008 4:30 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] Recurse on a private mutex (FreeBSD)

>Could you provide a stack trace and a few more details about when and
>where this problems occurs i.e. which examples and data etc.

Hi Robert,

abort() was called in pthreads before main() was ever reached.
Happens on two different OSG programs (run fine on Linux/Mac/M$).
OSG 1.2 runs fine on the same FreeBSD system.

[New LWP 100101]
[New Thread 0x80ae000 (LWP 100134)]
Fatal error 'Recurse on a private mutex.' at line 986 in file
/usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0)
[New Thread 0x80ae200 (LWP 100132)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x80ae200 (LWP 100132)]
0x289085b7 in pthread_testcancel () from /lib/libpthread.so.2
(gdb) bt
#0  0x289085b7 in pthread_testcancel () from /lib/libpthread.so.2
#1  0x288f5c01 in sigaction () from /lib/libpthread.so.2
#2  0x288f5eed in sigaction () from /lib/libpthread.so.2
#3  0x288f66cc in sigaction () from /lib/libpthread.so.2
#4  0x288f6878 in sigaction () from /lib/libpthread.so.2
#5  0x28900ec8 in pthread_mutexattr_init () from /lib/libpthread.so.2
#6  0x294b0470 in ?? ()
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to