[Mono-bugs] [Bug 38326][Nor] Changed - fatal error when shared memory is unsupported
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 25 Feb 2003 12:25:38 -0500 (EST)
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=38326
--- shadow/38326 Fri Feb 21 08:22:32 2003
+++ shadow/38326.tmp.6730 Tue Feb 25 12:25:38 2003
@@ -1,13 +1,13 @@
Bug#: 38326
Product: Mono/Runtime
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: dick@ximian.com
ReportedBy: tds00mahi@thn.htu.se
QAContact: mono-bugs@ximian.com
@@ -28,6 +28,11 @@
Paolo Molaro who suggested I'd send this in as a bug report.
Actual Results:
~ $ mint mcs.exe
** (mcs.exe:537): CRITICAL **: : mmap error: Invalid argument
+
+------- Additional Comments From dick@ximian.com 2003-02-25 12:25 -------
+mmap() errors now cause the code to fall back to non-shared handles.
+Some handle types rely on shared data to work (eg Process handles), so
+there is still reduced functionality when mmap fails.