Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4433095
By: j_blackburn
Ug. The errors were copied from the error view, but unfortunately not from the
log which has since disappeared due to it being run as a temporary
configuration.
I do have yet another error though :)
Just stepping through the helloworld to 'def _run_exitfuncs():' at the end of
my code gives me an error when it tries to parse the stack:
!SESSION 2007-07-26 15:02:14.033
-----------------------------------------------
eclipse.buildId=I20070625-1500
java.version=1.5.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:
-Dosgi.sharedConfiguration.area=/projects/firepath/tools/releases/eclipse/3.3.0-
1/configuration -Dosgi.sharedConfiguration.area.readOnly=true
-Dosgi.configuration.cascaded=true
Command-line arguments: -os linux -ws gtk -arch x86_64 -data
/home/jamesb/jamesb-work/runtime-EclipseApplication
-Dosgi.sharedConfiguration.area=/projects/firepath/tools/releases/eclipse/3.3.0-
1/configuration -Dosgi.sharedConfiguration.area.readOnly=true
-Dosgi.configuration.cascaded=true
!ENTRY org.python.pydev.debug 4 4 2007-07-26 15:02:49.307
!MESSAGE Error reading ThreadSuspended
!STACK 1
org.eclipse.core.runtime.CoreException: Unexpected XML error
reading:<xml><thread
id="1076664268" stop_reason="107"><frame id="136087164" name="_run_exitfuncs"
file="/tools/oss/packages/i686-rhel3/python/2.4.1/lib/python2.4/atexit.py"
line="21">"</frame></thread></xml>
at org.python.pydev.debug.model.XMLUtils.XMLToStack(XMLUtils.java:234)
at
org.python.pydev.debug.model.AbstractDebugTarget.processThreadSuspended(Abst
ractDebugTarget.java:335)
at
org.python.pydev.debug.model.AbstractDebugTarget.processCommand(AbstractDebu
gTarget.java:215)
at
org.python.pydev.debug.model.remote.DebuggerReader.processCommand(DebuggerRe
ader.java:96)
at
org.python.pydev.debug.model.remote.DebuggerReader.run(DebuggerReader.java:1
20)
at java.lang.Thread.run(Thread.java:595)
org.eclipse.core.runtime.CoreException[4]: org.xml.sax.SAXException: Thread
not found (1076664268)
at
org.python.pydev.debug.model.XMLUtils$XMLToStackInfo.startThread(XMLUtils.ja
va:146)
at
org.python.pydev.debug.model.XMLUtils$XMLToStackInfo.startElement(XMLUtils.j
ava:201)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Ab
stractSAXParser.java:533)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanS
tartElement(XMLDocumentFragmentScannerImpl.java:878)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Fragm
entContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanD
ocument(XMLDocumentFragmentScannerImpl.java:368)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Con
figuration.java:834)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Con
figuration.java:764)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:14
8)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractS
AXParser.java:1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:176)
at org.python.pydev.debug.model.XMLUtils.XMLToStack(XMLUtils.java:224)
at
org.python.pydev.debug.model.AbstractDebugTarget.processThreadSuspended(Abst
ractDebugTarget.java:335)
at
org.python.pydev.debug.model.AbstractDebugTarget.processCommand(AbstractDebu
gTarget.java:215)
at
org.python.pydev.debug.model.remote.DebuggerReader.processCommand(DebuggerRe
ader.java:96)
at
org.python.pydev.debug.model.remote.DebuggerReader.run(DebuggerReader.java:1
20)
at java.lang.Thread.run(Thread.java:595)
!SUBENTRY 1 org.python.pydev.debug 4 4 2007-07-26 15:02:49.307
!MESSAGE Unexpected XML error reading:<xml><thread id="1076664268"
stop_reason="107"><frame id="136087164" name="_run_exitfuncs"
file="/tools/oss/packages/i686-rhel3/python/2.4.1/lib/python2.4/atexit.py"
line="21">"</frame></thread></xml>
!STACK 0
org.xml.sax.SAXException: Thread not found (1076664268)
at
org.python.pydev.debug.model.XMLUtils$XMLToStackInfo.startThread(XMLUtils.ja
va:146)
at
org.python.pydev.debug.model.XMLUtils$XMLToStackInfo.startElement(XMLUtils.j
ava:201)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Ab
stractSAXParser.java:533)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanS
tartElement(XMLDocumentFragmentScannerImpl.java:878)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$Fragm
entContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanD
ocument(XMLDocumentFragmentScannerImpl.java:368)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Con
figuration.java:834)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Con
figuration.java:764)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:14
8)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractS
AXParser.java:1242)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:176)
at org.python.pydev.debug.model.XMLUtils.XMLToStack(XMLUtils.java:224)
at
org.python.pydev.debug.model.AbstractDebugTarget.processThreadSuspended(Abst
ractDebugTarget.java:335)
at
org.python.pydev.debug.model.AbstractDebugTarget.processCommand(AbstractDebu
gTarget.java:215)
at
org.python.pydev.debug.model.remote.DebuggerReader.processCommand(DebuggerRe
ader.java:96)
at
org.python.pydev.debug.model.remote.DebuggerReader.run(DebuggerReader.java:1
20)
at java.lang.Thread.run(Thread.java:595)
Cheers,
James
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users