[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 18:15:25 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59557
--- shadow/59557 2004-06-04 17:01:19.000000000 -0400
+++ shadow/59557.tmp.1593 2004-06-04 18:15:25.000000000 -0400
@@ -10,13 +10,12 @@
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Mono hangs when allocating memory
Description of Problem:
Mono sometimes hangs when allocating memory. The results are predictable
(repeatable) but they don't seems very logical to me.
@@ -107,6 +106,19 @@
I'm using debian unstable with kernel 2.6.6 and statically linking
against libmonogc.a from mono/libgc/.libs.
+
+------- Additional Comments From sebastien@ximian.com 2004-06-04 18:15 -------
+Rebuilding Mono with previous boehm's GC source resulted in:
+GC 6.3 alpha 3: works
+GC 6.3 alpha 4: works
+GC 6.3 alpha 5: hangs
+GC 6.3 alpha 6: hangs
+
+All on FC1 (2.4 + NPTL).
+
+I also noticed that the first (biggest) allocation was must faster (no
+hard-drive scratching) for beta5 and 6 - so maybe the first
+allocations isn't "ok" either.