Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Markus Schaber
Hi, Dino, Thanks for your vast amount of information. Von: Dino Viehland [mailto:[email protected]] > Also make sure that you don't have debugging enabled as that forces to create > uncollectible code too and probably overrides the light weight scopes option. I'll first try to check that on

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Markus Schaber
Hi, Dino, Von: Markus Schaber > Von: Dino Viehland [mailto:[email protected]] >> Also make sure that you don't have debugging enabled as that forces to >> create uncollectible code too and probably overrides the light weight scopes >> option. > I'll first try to check that one. The reason is

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Markus Schaber
Hi, Von: Markus Schaber >[Memory Leaks] I now created a smaller stand-alone testcase simulating our environment, and isolated the following cases: - using Python.SetTrace(engine, delegate) leaks about 165k per script invocation. - importing the warning module from the hosting environment lea

[Ironpython-users] IronPython, Daily Digest 11/15/2011

2011-11-16 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Misleading error message with clr.AddReferenceToFileAndPath on a UNC path -- ISSUES 1. [New issue] Misleading error message with

Re: [Ironpython-users] Memory Leak and Lightweight Scopes

2011-11-16 Thread Dino Viehland
settrace() debugging should be perfectly fine, it's only the .NET debugging which causes the memory leaks. Can you open a bug and attach the repro? The repro's simple enough, I might be able to track down the leak fairly quickly. -Original Message- From: ironpython-users-bounces+dinov=m