[Mono-bugs] [Bug 66479][Maj] Changed - abort() in io layer
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Sep 2004 14:41:55 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66479
--- shadow/66479 2004-09-21 16:13:32.000000000 -0400
+++ shadow/66479.tmp.5295 2004-09-24 14:41:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 66479
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
@@ -33,6 +33,13 @@
------- Additional Comments From dick@ximian.com 2004-09-21 16:13 -------
It's asserting in a sanity check for the fd-as-handle code. It looks
like a file descriptor was reused without closing the handle that
thought it owned it. Did you use Mono.Posix to close it?
+
+------- Additional Comments From dick@ximian.com 2004-09-24 14:41 -------
+Fixed in CVS HEAD and 1.0. The runtime will now cope if a file
+descriptor is reused.
+
+You've probably got a bug in your application though if the file
+descriptor is being closed while the handle is still referenced.