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=4804          
     
           Summary: endless loop in dri_utils.c
           Product: Mesa
           Version: CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Drivers/DRI/r200
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When I run glxgears (or any other 3D-accelerated software) I see the cpu going
at 100% and nothing happening on the screen. I've run glxgears with gdb and I
saw the application in stuck on a spinlock in DoBindContext (line 338):

(gdb) r
Starting program: /usr/bin/glxinfo 
[Thread debugging using libthread_db enabled]
[New Thread 46912524512928 (LWP 11057)]
name of display: :0.0

Program received signal SIGINT, Interrupt.
[Switching to Thread 46912524512928 (LWP 11057)]
0x00002aaaac5f3629 in DoBindContext (dpy=0x505010, draw=60817410, 
    read=60817410, ctx=0x50ff60, modes=0x50cf10, psp=0x50e1e0)
    at ../common/dri_util.c:338
338             DRM_SPINLOCK(&psp->pSAREA->drawable_lock, psp->drawLockID);
(gdb) 


 any hints?          
     
     
--           
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.


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to