Re: i915 on FreeBSD issues.

2006-09-18 Thread Angka H. K.
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 a

Re: i915 on FreeBSD issues.

2006-09-15 Thread Angka H. K.
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

i915 on FreeBSD issues.

2006-09-13 Thread Eric Anholt
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 >