[Mono-bugs] [Bug 70992][Blo] Changed - Segment fault instead of OutOfMemoryException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Jan 2005 05:08:15 -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 joannes.vermorel@ens.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=70992
--- shadow/70992 2005-01-09 12:28:14.000000000 -0500
+++ shadow/70992.tmp.15047 2005-01-22 05:08:15.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 70992
Product: Mono: Runtime
Version: 1.1
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: JIT
AssignedTo: mono-bugs@ximian.com
ReportedBy: joannes.vermorel@ens.fr
QAContact: mono-bugs@ximian.com
@@ -110,6 +110,9 @@
architectures (on 32 bit archs it depends on the memory layout setup
by the operating system for malloc and mmap space).
So if the app was running in 64 bit mode with a 64 bit mono, it's
likely a libgc or mono bug: it should work just fine with 2 GB of RAM,
unless you have tons of other programs running and overcommit disabled
and no swap etc.
+
+------- Additional Comments From joannes.vermorel@ens.fr 2005-01-22 05:08 -------
+Can't reproduce the bug anymore.