[IronPython] IronPython console runs out of memory

Martin Maly Martin.Maly at microsoft.com
Thu Feb 16 10:06:15 CET 2006


This is a valid bug - thanks for the repro. IronPython gets into infinite recursion when importing minidom. Of course, this is something we'll fix.

Martin

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Greg Lee
Sent: Tuesday, January 31, 2006 12:40 PM
To: users at lists.ironpython.com
Subject: [IronPython] IronPython console runs out of memory


This one-liner causes IronPython console to run out of memory (2.05GB page file) and freeze Windows XP:

from xml.dom import minidom

This is the installation:

Microsoft Windows XP [Version 5.1.2600]
IronPython 1.0.2216 (Beta) on .NET 2.0.50727.42

python 2.4.2
pyxml 0.8.4
pywin32 205
py2exe 0.6.3

IRONPYTHONPATH = c:\python24\lib
_______________________________________________
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