[Mono-bugs] [Bug 74740][Cri] Changed - Unhandled Exception: System.IO.IOException: Win32 IO returned 997. Path: /tmp/file.txt.94.txt

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 May 2005 18:46:34 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74740

--- shadow/74740	2005-04-26 13:21:16.000000000 -0400
+++ shadow/74740.tmp.13896	2005-05-02 18:46:34.000000000 -0400
@@ -3,13 +3,13 @@
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Critical
 Component: io-layer
 AssignedTo: dick@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -104,6 +104,12 @@
 			Console.WriteLine("Createpath: " + e.Message);
 			return false;
 		}
 
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2005-05-02 18:46 -------
+Resetting priority to critical.
+
+Gonzalo believes that we are not catching an EINTR return somewhere
+and that we should be retrying the operation.