[Bug 6131] exit in r200_texmem.c with Croquet

2006-03-05 Thread bugzilla-daemon
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=6131  
 

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-03-05 10:52 ---
This is fixed since some months in cvs, the reporter used squeak/croquet too, I
don't think there was a bug in bugzilla for it however. Looks like the fix
didn't make it to the mesa 6.4 stable branch though so it's not in xorg 6.9/7.0.
I'm going to fix that. The patch looks exactly like yours, btw (with the
exception that it still exits in case of error). The log message was:
revision 1.12
date: 2005-08-25 03:38:07 +;  author: anholt;  state: Exp;  lines: +1 -1
Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE
erroring out when it shouldn't.  The errno could be changed by usleep() between
the ioctl call and the loop check, if a signal was received.  This could cause
an EAGAIN return from the DRM_RADEON_TEXTURE ioctl to not loop again.
Instead of checking errno, check thevalue of ret itself, since it is a saved
(and sign-flipped) copy of errno from the ioctl call.  
 
 
--   
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 xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Bug 6131] exit in r200_texmem.c with Croquet

2006-03-04 Thread bugzilla-daemon
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=6131  
 




--- Additional Comments From [EMAIL PROTECTED]  2006-03-05 06:58 ---
Created an attachment (id=4823)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=4823&action=view)
patch for crasher in Croquet

Not sure why ret && errno == EAGAIN fails, but I'm getting this behaviour here.
Powerpc, 2.6.15 kernel, glibc 2.3.6, using PREEMPT_VOLUNTARY.
  
 
 
--   
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 xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel