https://bugzilla.novell.com/show_bug.cgi?id=385140


           Summary: GC.Collect does not finalize objects
           Product: Mono: Runtime
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: GC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Apparently, GC.Collect does not finalize objects.

To reproduce, compile and run the following attached source code.

Expected result:

#A1: 3
#A2: 2
#A3: 0
#B1: 3
#B2: 2
#B3: 0

Actual result:

#A1: 3
#A2: 2
#A3: 2
#B1: 3
#B2: 3
#B3: 3


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to