I know the line that causing this.

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 the recursive to run.

I think I whould report it to freebsd instead here.

Or may be the code at libX11 should be change. I found also that libX11 doesn't compile when opetion "--disable-thread" is active.

Regards,


On 9/15/06, Angka H. K. <[EMAIL PROTECTED]> wrote:
Thanks for the replay, and I am sorry for hijacking thread, I was thinking it a little bit related to i915.

Here the error I found :

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

It appears whe I run glxgears and glxinfo. A core dump also produced by it

Regards,


On 9/14/06, Eric Anholt < [EMAIL PROTECTED]> wrote:
On Thu, 2006-09-14 at 09:28 +0700, Angka H. K. wrote:
> Does anyone here using freebsd ?
>
> I have 2 problem with my i915 dri
>
> 1. glxgears not running with error 35 from
> "/usr/src/lib/lipthread/thr_mutex.c" line 1003
> 2. X always crash when exit and the screen stay at graphic, gdb output
> shows problem with dri close function,
> dlclose(extension_pointer_number). I think Eric knows well about it.
>
> My second problem gones when dri is disable.
> Any suggestion ?

Please don't hijack unrelated threads.

1) you didn't supply the full error message, but this could be the usual
issue when you load two major versions of libpthread.so.  ldd will tell
you if you are.
2) This is a known issue with AIGLX on Intel on FreeBSD, with no known
solution other than disabling AIGLX.

--
Eric Anholt                             [EMAIL PROTECTED]
[EMAIL PROTECTED]                         [EMAIL PROTECTED]




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to