[Mono-bugs] [Bug 605295] Memory leak when marshaling an instance delegate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 15 17:24:28 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=605295

http://bugzilla.novell.com/show_bug.cgi?id=605295#c9


--- Comment #9 from Geoff Norton <gnorton at novell.com> 2010-05-15 21:24:27 UTC ---
Created an attachment (id=362494)
 --> (http://bugzilla.novell.com/attachment.cgi?id=362494)
fix some leaks in the debug code / xdebug code

Running the loop 10000 times with patch:

==14217== LEAK SUMMARY:
==14217==    definitely lost: 366 bytes in 26 blocks
==14217==    indirectly lost: 330 bytes in 33 blocks
==14217==      possibly lost: 126,354 bytes in 386 blocks
==14217==    still reachable: 3,958,669 bytes in 5,237 blocks

Running the loop 10000 on trunk:

==16425== LEAK SUMMARY:
==16425==    definitely lost: 3,628,469 bytes in 28,511 blocks
==16425==    indirectly lost: 1,983,495 bytes in 21,943 blocks
==16425==      possibly lost: 127,618 bytes in 390 blocks
==16425==    still reachable: 3,943,685 bytes in 4,747 blocks

-- 
Configure bugmail: http://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