------- Comment #1 from marcus at mc dot pp dot se 2010-03-07 12:39 ------- Here is a reproduction recipe using Jython 2.5.1, by the way:
chiyo:~/jython2.5.1% gij-4.4 -jar jython.jar Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54) [GNU libgcj (Free Software Foundation, Inc.)] on java1.5.0 Type "help", "copyright", "credits" or "license" for more information. >>> u'A'[0] Traceback (most recent call last): File "<stdin>", line 1, in <module> java.lang.NoSuchMethodError: method java.lang.String.<init> with signature ([III)V was not found. at org.python.core.PyUnicode.<init>(PyUnicode.java:62) at org.python.core.Py.makeCharacter(Py.java:1476) at org.python.core.PyUnicode.pyget(PyUnicode.java:300) at org.python.core.PySequence$1.getItem(PySequence.java:452) at org.python.core.SequenceIndexDelegate.checkIdxAndFindItem(SequenceIndexDelegate.java:88) at org.python.core.SequenceIndexDelegate.checkIdxAndFindItem(SequenceIndexDelegate.java:70) at org.python.core.SequenceIndexDelegate.checkIdxAndGetItem(SequenceIndexDelegate.java:61) at org.python.core.PySequence.seq___getitem__(PySequence.java:305) at org.python.core.PySequence.__getitem__(PySequence.java:301) at org.python.pycode._pyx1.f$0(<stdin>:1) at org.python.pycode._pyx1.call_function(<stdin>) 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:1204) at org.python.core.Py.exec(Py.java:1248) at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:181) at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java:89) at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:70) at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java:46) at org.python.util.InteractiveConsole.push(InteractiveConsole.java:110) at org.python.util.InteractiveConsole.interact(InteractiveConsole.java:90) at org.python.util.jython.run(jython.java:316) at org.python.util.jython.main(jython.java:129) java.lang.NoSuchMethodError: java.lang.NoSuchMethodError: method java.lang.String.<init> with signature ([III)V was not found. >>> -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43279