[Mono-bugs] [Bug 55644][Maj] New - GC not being called.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 02:10:54 -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 jimeno@servidor.unam.mx.

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

--- shadow/55644	2004-03-16 02:10:53.000000000 -0500
+++ shadow/55644.tmp.10830	2004-03-16 02:10:53.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 55644
+Product: Mono: Runtime
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jimeno@servidor.unam.mx               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: GC not being called.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Apparently, the garbage collector is never invoked even though memory grows
+and unreferenced object are "alive".
+
+
+Steps to reproduce the problem:
+1. Compile the small example. 
+2. Run the example.
+3. Wait untill the finilizer shows a message on the screen.
+
+
+Actual Results:
+
+(nothing)
+
+
+Expected Results:
+
+Several lines containing the message "El finalizador fue llamado ..."
+
+
+How often does this happen? 
+
+Always.
+
+
+Additional Information:
+
+This might be related to bug 47232.