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=8804          
     
           Summary: r200 gets stuck in r200WaitIrq
           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 running Warcraft 3 on my rv280, I can fairly easily reproduce a lockup of
the X server. A backtrace I got when I sshed in looks roughly like:

__GI___ioctl+0x14 in libc.so.6
r200WaitIrq+0x1e (...) ./r200_ioctl.c:375 in r200_dri.so
r200Finish+0x99 (...) ./r200_ioctl.c:846 in r200_dri.so
_mesa_Finish+0x61 main/context.c:1870 in r200_dri.so
wine_glFinish+0x24 dlls/opengl32/opengl_norm.c:1089 in opengl32
...

The code it's looping in (r200_ioctl.c:375):
   do {
      ret = drmCommandWrite( rmesa->dri.fd, DRM_RADEON_IRQ_WAIT,
                             &rmesa->iw, sizeof(rmesa->iw) );
   } while (ret && (errno == EINTR || errno == EBUSY));

drmCommandWrite is calling out an ioctl, and it's obviously not completing the
operation. I can peek at what's in rmesa, but I don't know anything about it. :)
 I'm putting this up for more ideas while I study how to hack the code.

BTW, my xorg.conf options:
Option "EnablePageFlip" "on"
Option "AGPmode" "8"          
     
     
--           
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to