Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 11:10:11 +0000
From:      "Angka H. K." <harikurniawan@gmail.com>
To:        freebsd-current@freebsd.org
Cc:        freebsd-x11@freebsd.org
Subject:   libpthread prevent glxgears to run
Message-ID:  <4c40c4e70609180410m59af8a2br5ea12c7e3b497d12@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
This code :

if (m->m_flags & MUTEX_FLAGS_PRIVATE)
                PANIC("Recurse on a private mutex.");

at file "/usr/src/lib/libpthread/thread/thr_mutex.c" line 1002 prevent
glxgears to run with the following error :

Fatal error 'Recurse on a private mutex.' at line 1003 in file
/usr/src/lib/libpthread/thread/thr_mutex.c (errno = 35)

If the line is removed the glxgears is running well.

Which could be wrong; The glgears code or the libptrhead code ? And what the
use of that line ?

Regards,



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