Message8118

Author thijs
Recipients Arfrever, amak, fwierzbicki, glyph, thijs
Date 2013-09-16.22:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379370160.69.0.857646536315.issue1956@psf.upfronthosting.co.za>
In-reply-to
Content
One mysterious traceback I'm seeing is the following (tested with python2.7b1 and twisted 13.1+ installed using jython setup.py develop). The related twisted ticket for jython support is: https://twistedmatrix.com/trac/ticket/3413

$ /home/thijs/Downloads/jython2.7b1/bin/trial twisted.python
Traceback (most recent call last):
  File "/home/thijs/Downloads/jython2.7b1/bin/trial", line 8, in <module>
    execfile(__file__)
  File "/home/thijs/Downloads/jython2.7b1/bin/trial", line 8, in <module>
    execfile(__file__)
  File "/home/thijs/workspaces/opensource/software/twisted/svn/Twisted/branches/jython-3413-3/bin/trial", line 7, in <module>
    import _preamble
  File "/home/thijs/workspaces/opensource/software/twisted/svn/Twisted/branches/jython-3413-3/bin/trial", line 7, in <module>
    import _preamble
java.lang.ArrayIndexOutOfBoundsException: 6482
	at org.python.objectweb.asm.ClassReader.readClass(Unknown Source)
	at org.python.objectweb.asm.ClassReader.accept(Unknown Source)
	at org.python.objectweb.asm.ClassReader.accept(Unknown Source)
	at org.python.core.AnnotationReader.<init>(AnnotationReader.java:46)
	at org.python.core.imp.readCode(imp.java:219)
	at org.python.core.imp.createFromPyClass(imp.java:185)
	at org.python.core.imp.createFromPyClass(imp.java:177)
	at org.python.core.imp.loadFromSource(imp.java:590)
	at org.python.core.imp.find_module(imp.java:480)
	at org.python.core.imp.import_next(imp.java:737)
	at org.python.core.imp.import_module_level(imp.java:846)
	at org.python.core.imp.importName(imp.java:936)
	at org.python.core.ImportFunction.__call__(__builtin__.java:1278)
	at org.python.core.PyObject.__call__(PyObject.java:373)
	at org.python.core.__builtin__.__import__(__builtin__.java:1231)
	at org.python.core.imp.importOne(imp.java:955)
	at org.python.pycode._pyx23.f$0(/home/thijs/workspaces/opensource/software/twisted/svn/Twisted/branches/jython-3413-3/bin/trial:18)
	at org.python.pycode._pyx23.call_function(/home/thijs/workspaces/opensource/software/twisted/svn/Twisted/branches/jython-3413-3/bin/trial)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.Py.runCode(Py.java:1302)
	at org.python.core.__builtin__.execfile_flags(__builtin__.java:518)
	at org.python.core.__builtin__.execfile(__builtin__.java:495)
	at org.python.core.__builtin__.execfile(__builtin__.java:526)
	at org.python.core.BuiltinFunctions.__call__(__builtin__.java:88)
	at org.python.core.PyObject.__call__(PyObject.java:407)
	at org.python.pycode._pyx2.f$0(/home/thijs/Downloads/jython2.7b1/bin/trial:10)
	at org.python.pycode._pyx2.call_function(/home/thijs/Downloads/jython2.7b1/bin/trial)
	at org.python.core.PyTableCode.call(PyTableCode.java:165)
	at org.python.core.PyCode.call(PyCode.java:18)
	at org.python.core.Py.runCode(Py.java:1302)
	at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:235)
	at org.python.util.jython.run(jython.java:308)
	at org.python.util.jython.main(jython.java:137)

java.lang.ArrayIndexOutOfBoundsException: java.lang.ArrayIndexOutOfBoundsException: 6482
History
Date User Action Args
2013-09-16 22:22:40thijssetmessageid: <1379370160.69.0.857646536315.issue1956@psf.upfronthosting.co.za>
2013-09-16 22:22:40thijssetrecipients: + thijs, fwierzbicki, amak, glyph, Arfrever
2013-09-16 22:22:40thijslinkissue1956 messages
2013-09-16 22:22:39thijscreate