[Mono-bugs] [Bug 385140] New: GC.Collect does not finalize objects

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 30 05:33:50 EDT 2008


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: lupus at novell.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list