Re: [IronPython] Chasing memory leak in IronPython scripts

2010-08-19 Thread yngipy hernan
eptionDetail to > get the C# stack trace? > > > > *From:* users-boun...@lists.ironpython.com [mailto: > users-boun...@lists.ironpython.com] *On Behalf Of *yngipy hernan > *Sent:* Thursday, August 19, 2010 3:24 AM > > *To:* Discussion of IronPython > *Subject:* Re: [Iro

Re: [IronPython] Chasing memory leak in IronPython scripts

2010-08-19 Thread Dino Viehland
: [IronPython] Chasing memory leak in IronPython scripts Thanks for the input Dino. I will to try to track GC Heap. In the meantime, I tried -X:MTA and got this error: TypeError: Specified cast is not valid. Works fine without -X:MTA switch. -Yngipy ___ Users

Re: [IronPython] Chasing memory leak in IronPython scripts

2010-08-19 Thread yngipy hernan
Thanks for the input Dino. I will to try to track GC Heap. In the meantime, I tried -X:MTA and got this error: TypeError: Specified cast is not valid. Works fine without -X:MTA switch. -Yngipy ___ Users mailing list Users@lists.ironpython.com http://

Re: [IronPython] Chasing memory leak in IronPython scripts

2010-08-18 Thread Dino Viehland
PM > To: Discussion of IronPython > Subject: Re: [IronPython] Chasing memory leak in IronPython scripts > > On 18.8.2010 7:25, yngipy hernan wrote: > > Hi All, > > > > I have an IronPython script that is using/talking to COM server. I am > > not sure if I have

Re: [IronPython] Chasing memory leak in IronPython scripts

2010-08-17 Thread Lukas Cenovsky
On 18.8.2010 7:25, yngipy hernan wrote: Hi All, I have an IronPython script that is using/talking to COM server. I am not sure if I have a memory leak but the IronPython Private Byte keeps on growing. I haven't seen it run of memory but I might be leaking memory. Essential I am using an int

[IronPython] Chasing memory leak in IronPython scripts

2010-08-17 Thread yngipy hernan
Hi All, I have an IronPython script that is using/talking to COM server. I am not sure if I have a memory leak but the IronPython Private Byte keeps on growing. I haven't seen it run of memory but I might be leaking memory. Essential I am using an interop dll to connect to the COM server. Call so