[XML-SIG] Memory Problem

Kamel Hamard (QC/EMC) kamel.hamard at ericsson.com
Wed Oct 1 23:13:47 EDT 2003


Hi,

I'm getting errors when executing my python program which is using 4Suite.

Here are the errors:

sys.excepthook is missing
Traceback (most recent call last):
  File "/opt/Py/lib/python2.2/site-packages/Ft/Xml/Xslt/StylesheetHandler.py", line 618, in _combine_stylesheet
    include = self.clone().fromSrc(new_source)
  File "/opt/Py/lib/python2.2/site-packages/Ft/Xml/Xslt/StylesheetReader.py", line 159, in fromSrc
    stylesheet =  self._parseSrc(new_source)
  File "/opt/Py/lib/python2.2/site-packages/Ft/Xml/Xslt/StylesheetReader.py", line 179, in _parseSrc
    success = self.parser.ParseFile(src.stream)
  File "/opt/Py/lib/python2.2/site-packages/Ft/Xml/Xslt/StylesheetHandler.py", line 360, in startElement
    inst_dict[instance_var_name] = value
<unknown>MemoryError
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/opt/Py/lib/python2.2/atexit.py", line 20, in _run_exitfuncs
    apply(func, targs, kargs)
  File "/opt/Py/lib/python2.2/threading.py", line 538, in __exitfunc
    t = _pickSomeNonDaemonThread()
  File "/opt/Py/lib/python2.2/threading.py", line 550, in _pickSomeNonDaemonThread
    for t in enumerate():
MemoryError

Is it possible to have an idea about the problem?

Is it possible that the dom is consuming lot of memory  when using XSL API?

I'm able to get my document in XML but when I start transforming it with XSL API, the script crashes.

/Regards



More information about the XML-SIG mailing list