[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, 11 Jun 2003 07:30:21 -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 dietmar@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=44474

--- shadow/44474	Wed Jun 11 01:21:54 2003
+++ shadow/44474.tmp.21224	Wed Jun 11 07:30:21 2003
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Mandrake 9.1
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: cmello@gmx.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -64,6 +64,26 @@
 
 How often does this happen? 
 Always.
 
 Additional Information:
 Congratulations for the excellent job, I hope to be able to help a bit. :-)
+
+------- Additional Comments From dietmar@ximian.com  2003-06-11 07:30 -------
+You test program allocates about 1.7 GB of memory. My guess is that
+this is a GC problem, but I cant reproduce the bug here. 
+
+ llocation profiler
+Total mem Method
+########################
+ 1758222 KB .Class2::.ctor(int)
+     1758222 KB    30000 System.Int32[]
+  Callers (with count) that contribute at least for 1%:
+       30000  100 % .Test::Main()
+########################
+     351 KB .Test::Main()
+         351 KB    30000 .Class2
+  Callers (with count) that contribute at least for 1%:
+           1  100 % .Test::Main(object,intptr,intptr)
+Total memory allocated: 1758583 KB
+
+