Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary

2010-10-05 Thread Dino Viehland
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

Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary

2010-10-05 Thread Idan Zaltzberg
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

Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary

2010-10-04 Thread Idan Zaltzberg
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

Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary

2010-10-04 Thread Dino Viehland
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

Re: [IronPython] Possible bug in Ipy 2.6.1 WeakDictionary

2010-10-04 Thread Dino Viehland
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

[IronPython] Possible bug in Ipy 2.6.1 WeakDictionary

2010-10-04 Thread Idan Zaltzberg
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