[Mono-bugs] [Bug 81929][Maj] New - MONO_DISABLE_SHM aborts application

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 22 06:59:54 EDT 2007


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 joe at otee.dk.

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

--- shadow/81929	2007-06-22 06:59:53.000000000 -0400
+++ shadow/81929.tmp.26601	2007-06-22 06:59:53.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 81929
+Product: Mono: Runtime
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: io-layer
+AssignedTo: dick at ximian.com                            
+ReportedBy: joe at otee.dk               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MONO_DISABLE_SHM aborts application
+
+When MONO_DISABLE_SHM is enabled mono will simply abort in an assert.
+A simple test is to run mcs without any arguments.
+
+export MONO_DISABLE_SHM=yes
+mcs
+
+It produces this.
+
+
+** ERROR **: file handles.c: line 283 (_wapi_handle_new_shared): assertion failed: (thr_ret == 0)
+aborting...
+Stacktrace:
+
+Abort trap
+
+
+
+This is happening on a Mac OS X machine (ppc) but is most likely happening on all unix 
+machines.


More information about the mono-bugs mailing list