Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=6357          
     

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DRM modules                 |General




------- Additional Comments From [EMAIL PROTECTED]  2006-09-16 01:11 -------
The bug comes from a lock on drawable acquirered in the function DRIClipNotify
of the file dri.c from the X server. The lock is after that never released. 
And because of this lock the Mesa driver enters in a endless loop, for instance
in  DoBindContext of dri_util.c waiting for this lock to be released.

The guilty modification has been done between the 1.16 and 1.17 revisions of
dri.c . This change was trying to correct an ugly hack in the file dri.c

A DRI guru should have a look on that, and help us to correct that issue.

 In a couple of day, I could propose a corrective patch, but I'm not sure of
what I could do, because I have only a limited comprehension of the DRI system. 
          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
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