http://bugs.freedesktop.org/show_bug.cgi?id=27340





--- Comment #1 from Török Edwin <edwinto...@gmail.com>  2010-03-27 03:32:55 PST 
---
Looks like it is trying to lock a mutex that is already locked:
_mesa_HashFindFreeKeyBlock(
line 438:   _glthread_LOCK_MUTEX(table->Mutex);
line 450:        if (_mesa_HashLookup(table, key)) {

_mesa_HashLookup( 
line 140:  _glthread_LOCK_MUTEX(table->Mutex);


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to