[IronPython] Crash on Beta3

Dino Viehland dinov at exchange.microsoft.com
Thu Feb 23 17:34:20 CET 2006


Yep, it's a known issue w/ beta 3.  We'll have it fixed for beta 4.

You can work around this by going to the CLR to do the load:

import System
clr.AddReference(System.Reflection.Assembly.Load('<some_assy>'))

as a temporarily workaround (you may find you need to call .LoadFrom instead of .Load to get the assembly loaded).


Sorry for the trouble!



Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Etienne Fortin
Sent: Thursday, February 23, 2006 7:59 AM
To: users at lists.ironpython.com
Subject: [IronPython] Crash on Beta3

clr.AddReference("<some_assy>") crash IronPython 1.0 Beta 3 with an
StackOverflowException on my system. Looks like a recursive call that never
ends... Anyone else experienced that?


_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list