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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Sep 2004 13:13:44 -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 james@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=66479

--- shadow/66479	2004-09-21 13:13:44.000000000 -0400
+++ shadow/66479.tmp.20560	2004-09-21 13:13:44.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 66479
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: james@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: abort() in io layer
+
+Description of Problem:
+
+When running my app, the runtime spews the following warning and then aborts.
+
+** ERROR **: file ../../mono/io-layer/handles-private.h: line 102
+(_wapi_handle_fd_offset_store): assertion failed:
+(_wapi_fd_offset_table[fd]==NULL || handle==NULL)
+aborting...
+/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 :)