[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 20:37:08 -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-05-02 20:23:56.000000000 -0400
+++ shadow/74740.tmp.16364	2005-05-02 20:37:08.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74740
 Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: io-layer
 AssignedTo: dick@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -114,6 +114,12 @@
 Gonzalo believes that we are not catching an EINTR return somewhere
 and that we should be retrying the operation.
 
 ------- Additional Comments From flashdict@gmail.com  2005-05-02 20:23 -------
 Just to note, this works ok on FreeBSD with r43787.  No errors, even
 after thousands of interations in Process() per thread.
+
+------- Additional Comments From miguel@ximian.com  2005-05-02 20:37 -------
+This is now fixed on SVN.
+
+This was a libgc issue for pthreads support, see r43905 in case the
+fix has to be adjusted for other platforms.