Latest Version: 0.9.6.2

VerifyError from interactive by Nicholas Riley


Language: Text only
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Exception in thread "main" Traceback (most recent call last):
  File "/Users/nicholas/zilles/jython-asm/dist/Lib/os.py", line 99, in <module>
    class PythonPOSIXHandler(POSIXHandler):
java.lang.VerifyError: (class: org/python/core/PyArray$array_fromunicode_exposer, method: __call__ signature: (Lorg/python/core/PyObject;)Lorg/python/core/PyObject;) Incompatible argument to function
	at org.python.core.PyArray$PyExposer.<init>(Unknown Source)
	at org.python.core.PyArray.<clinit>(PyArray.java)
	at org.python.core.adapter.ClassicPyObjectAdapter$9.adapt(ClassicPyObjectAdapter.java:107)
	at org.python.core.adapter.ExtensiblePyObjectAdapter.adapt(ExtensiblePyObjectAdapter.java:49)
	at org.python.core.adapter.ClassicPyObjectAdapter.adapt(ClassicPyObjectAdapter.java:125)
	at org.python.core.Py.java2py(Py.java:1471)
	at org.python.proxies.os$PythonPOSIXHandler$0.classDictInit(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.python.core.PyJavaClass.initialize(PyJavaClass.java:129)
	at org.python.core.PyJavaClass.__findattr_ex__(PyJavaClass.java:759)
	at org.python.core.PyObject.__findattr__(PyObject.java:760)
	at org.python.core.PyClass.init(PyClass.java:126)
	at org.python.core.PyClass.<init>(PyClass.java:74)
	at org.python.core.Py.makeClass(Py.java:1581)
	at org.python.core.Py.makeClass(Py.java:1519)
	at org.python.core.Py.makeClass(Py.java:1507)
	at os$py.f$0(/Users/nicholas/zilles/jython-asm/dist/Lib/os.py)
	at os$py.call_function(/Users/nicholas/zilles/jython-asm/dist/Lib/os.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:187)
	at org.python.core.PyCode.call(PyCode.java:14)
	at org.python.core.imp.createFromCode(imp.java:259)
	at org.python.core.imp.createFromPyClass(imp.java:107)
	at org.python.core.imp.loadFromSource(imp.java:472)
	at org.python.core.imp.find_module(imp.java:380)
	at org.python.core.imp.import_next(imp.java:565)
	at org.python.core.imp.import_first(imp.java:586)
	at org.python.core.imp.load(imp.java:512)
	at org.python.core.io.StreamIO.isatty(StreamIO.java:218)
	at org.python.core.io.BufferedIOMixin.isatty(BufferedIOMixin.java:87)
	at org.python.core.io.TextIOBase.isatty(TextIOBase.java:173)
	at org.python.core.PyFile.file_isatty(PyFile.java:534)
	at org.python.core.PyFile.isatty(PyFile.java:529)
	at org.python.util.jython.run(jython.java:142)
	at org.python.util.jython.main(jython.java:110)

VerifyError: java.lang.VerifyError: (class: org/python/core/PyArray$array_fromunicode_exposer, method: __call__ signature: (Lorg/python/core/PyObject;)Lorg/python/core/PyObject;) Incompatible argument to function

Top