[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 17:01:19 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=59557
--- shadow/59557 2004-06-04 16:17:42.000000000 -0400
+++ shadow/59557.tmp.927 2004-06-04 17:01:19.000000000 -0400
@@ -89,6 +89,24 @@
Additional Information:
This doesn't happen if the numbers are lower (like /10).
------- Additional Comments From sebastien@ximian.com 2004-06-04 16:17 -------
I don't get the hangs if I use GC 6.2.
+
+------- Additional Comments From vargaz@freemail.hu 2004-06-04 17:01 -------
+This happens with C code too:
+
+#include <gc.h>
+
+void main ()
+{
+ void *p1 = GC_malloc (30000000 * 2);
+ void *p2 = GC_malloc (6000014);
+}
+
+I'm using debian unstable with kernel 2.6.6 and statically linking
+against libmonogc.a from mono/libgc/.libs.
+
+
+
+