Re: [IronPython] Any idea what might cause this?

2009-02-10 Thread Dino Viehland
] On Behalf Of Dan Eloff Sent: Monday, February 09, 2009 10:25 PM To: Discussion of IronPython Subject: Re: [IronPython] Any idea what might cause this? Hi Dino, I modified the importing code a to spit out the CLR trace and to auto refresh the browser if there is no error. 299 reloads later it crashed

Re: [IronPython] Any idea what might cause this?

2009-02-10 Thread Dan Eloff
that will go in (probably today). -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dan Eloff Sent: Monday, February 09, 2009 10:25 PM To: Discussion of IronPython Subject: Re: [IronPython] Any idea what might cause

[IronPython] Any idea what might cause this?

2009-02-09 Thread Dan Eloff
Hi IronPython team, Occasionally, when importing one particular module on a background thread I get this error: SystemError: Collection was modified; enumeration operation may not execute. The offending line is: class SerializeCustom(_custom_base): And _custom_base is defined earlier in the

Re: [IronPython] Any idea what might cause this?

2009-02-09 Thread Dan Eloff
Hi Dino, I modified the importing code a to spit out the CLR trace and to auto refresh the browser if there is no error. 299 reloads later it crashed because it ran out of memory, looks like IE/silverlight has a leak. 108 reloads after that I hit paydirt. There error was in another module, but