[Mono-bugs] [Bug 44474][Nor] Changed - Mono hangs and crashes after some seconds when running this loop
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 18 Jun 2003 01:37:24 -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 cmello@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=44474
--- shadow/44474 Tue Jun 17 15:37:17 2003
+++ shadow/44474.tmp.14595 Wed Jun 18 01:37:24 2003
@@ -1,12 +1,12 @@
Bug#: 44474
Product: Mono/Runtime
Version: unspecified
OS: Mandrake 9.1
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: cmello@gmx.net
@@ -104,7 +104,27 @@
passes 10 MB. As Dietmar stated, the memory consumption is actually
very high under Linux, is there some way to improve the garbage
collector response so that it collects more often?
Thank you a lot for the attention.
Best regards,
+Cesar
+
+------- Additional Comments From cmello@gmx.net 2003-06-18 01:37 -------
+I've done more tests and got these conclusions:
+
+1) mono runtime is killed because of lack of memory available (it
+consumes all the available memory). Taking a look at dmesg it shows
+several "alloc_failed" errors and the mono process is destroyed; my
+system is an Athlon 1.7 with 256 MB of RAM and a 256 MB swap;
+
+2) Under Windows 2000 Professional running MS .NET 1.1, the same
+sample in the same machine runs smooth and the memory consumption does
+not exceed 5 MB in any time. Please take a look for yourself.
+
+Unfortunately the memory management in Mono is still *very* bad
+compared to MS implementation. Hope you are able to fix this soon.
+It's extremely bad in my opinion, that the same program takes 5 MB of
+RAM in a platform and no less than 256 MB in another.
+
+Thank you a lot for the attention.
Cesar