[Mono-bugs] [Bug 74649][Nor] Changed - NUnit test in corlib fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Apr 2005 04:59:11 -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 flashdict@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74649
--- shadow/74649 2005-04-19 04:40:07.000000000 -0400
+++ shadow/74649.tmp.22724 2005-04-19 04:59:11.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 74649
Product: Mono: Runtime
Version: 1.1
OS: other
OS Details: FreeBSD 6.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
-Priority: Major
+Priority: Normal
Component: io-layer
AssignedTo: mono-bugs@ximian.com
ReportedBy: flashdict@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -66,6 +66,16 @@
stream2.Close ();
if (File.Exists (path))
File.Delete (path);
}
}
+
+------- Additional Comments From flashdict@gmail.com 2005-04-19 04:59 -------
+And it seems this is partially fixed in 43227, because I usually get a
+proper System.IO.IOException, but I still occasionally get:
+
+** ERROR **: file ../../mono/io-layer/handles-private.h: line 331
+(_wapi_handle_share_release): assertion failed: (info->handle_refs > 0)
+aborting...
+
+Setting priority down, anyhow.