[Mono-bugs] [Bug 74649][Maj] New - NUnit test in corlib fails
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 05:00:13 -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-18 05:00:13.000000000 -0400
+++ shadow/74649.tmp.10260 2005-04-18 05:00:13.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 74649
+Product: Mono: Runtime
+Version: 1.1
+OS: other
+OS Details: FreeBSD 6.0
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: io-layer
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: flashdict@gmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: NUnit test in corlib fails
+
+In an effort to try and chase down the io-layer difficulties, I
+reconfigured to enable unit testing. I'm seeing several problems which
+I'll report separately. The first is an error from the io-layer when
+running nunit test on corlib. Enabling /labels on the nunit-console shows
+me that the test always fails on
+
+***** MonoTests.System.IO.DirectoryInfo
+
+when running "make run-test-local" in the directory, mcs/class/corlib.
+
+I see the same error for both default and net_2_0 profile:
+
+** ERROR **: file ../../mono/io-layer/handles-private.h: line 331
+(_wapi_handle_share_release): assertion failed: (info->handle_refs > 0)
+aborting...
+Abort trap (core dumped)
+
+I don't know if this is unique to FreeBSD, or something that is occuring
+elsewhere, but I hope so. :)
+
+I can turn on some debugging in the io-layer if it will help.