sion of IronPython
Subject: Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary
I want to try to build from source.
We are using the 2.6.1 release from April on .Net 2.0, so I guess I need to
download:
IronPython-2.6.1-Src-Net20SP1.zip
After that, can you tell which configuration to use in
site?
*From:* users-boun...@lists.ironpython.com [mailto:
users-boun...@lists.ironpython.com] *On Behalf Of *Dino Viehland
*Sent:* Monday, October 04, 2010 7:22 PM
*To:* Discussion of IronPython
*Subject:* Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary
Nope, you have it right – this
Great, Thanks!
*From:* users-boun...@lists.ironpython.com [mailto:
users-boun...@lists.ironpython.com] *On Behalf Of *Dino Viehland
*Sent:* Monday, October 04, 2010 11:35 PM
*To:* Discussion of IronPython
*Subject:* Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary
The 2.6.1 sources
Subject: Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary
Nope, you have it right - this is fixed in the Main branch and internally it's
fixed in the 2.6 branch as well (There was a report about this from some
internal uses of IronPython).Unfortunately it looks like the fix h
n...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Idan Zaltzberg
Sent: Monday, October 04, 2010 9:02 AM
To: Discussion of IronPython
Subject: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary
Hi,
I'm investigating memory leakage in a Ipy 2.6.1 application.
Using WinDbg
Hi,
I'm investigating memory leakage in a Ipy 2.6.1 application.
Using WinDbg I found a WeakDictionary that is only increasing in size,
though most of the instances are already collected.
This WeakDicitionary is used by a DelegationInfo object.
Looking at the code, I think I found the problem