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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Mar 2004 08:04:03 -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 bmaurer@users.sf.net.

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

--- shadow/55644	2004-03-16 02:12:28.000000000 -0500
+++ shadow/55644.tmp.15878	2004-03-16 08:04:03.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jimeno@servidor.unam.mx               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,18 @@
 This might be related to bug 47232.
 
 ------- Additional Comments From jimeno@servidor.unam.mx  2004-03-16 02:12 -------
 Created an attachment (id=6979)
 Display a message on the screen before the object is collected.
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-16 08:04 -------
+Does this compile with mcs? I do not think it is valid. IIRC, the 
+spec requires that you write:
+
+~object () {
+   // finalizer code
+}
+
+This may or may not be related to the actual bug. Can you try 
+compiling with the above syntax? If this fixes the problem, please 
+move the bug to mcs.