indy and jython not getting along

Frank Wierzbicki fwierzbicki at gmail.com
Mon May 18 20:15:42 PDT 2009


Hi all,

In my experiments it seems like even the simplest invokedynamic calls
will crash in the presence of an initialized jython.

To reproduce:

co https://jython.svn.sourceforge.net/svnroot/jython/trunk/jython
ant jar-complete

put the [jython]/dist/jython.jar in your classpath (I also tried
bootclasspath) and run this code:
http://pylonshq.com/pasties/c4d63bb23cac801c1d25131af9908dab

This crashes for me on Linux with a recent clone of
http://hg.openjdk.java.net/jdk7/jdk7.

Comment out the "new PySystemState()", and things work fine.

-Frank



More information about the mlvm-dev mailing list