[Mono-bugs] [Bug 66479][Maj] Changed - abort() in io layer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Sep 2004 16:13:32 -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 13:13:44.000000000 -0400
+++ shadow/66479.tmp.26546	2004-09-21 16:13:32.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 66479
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,12 @@
 /usr/local/sbin/zmd: line 2:  1440 Aborted                
 /usr/local/bin/mono --debug /usr/local/sbin/zmd.exe $@
 
 
 I can't reproduce this reliably, and this is only the second time I've seen
 it.  But whatever zmd is doing, I don't think it should crash the runtime :)
+
+------- 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?
+