Message8583

Author alexykot
Recipients alexykot
Date 2014-05-28.19:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401305580.7.0.826985420187.issue2156@psf.upfronthosting.co.za>
In-reply-to
Content
consider test jython script

----- SCRIPT START -----
#!/opt/jython/jython
print 'script started'
import decimal
print 'script done'
----- SCRIPT END -----

in jython2.7b1 it works fine, in jython2.7b2 it hangs forever on `import decimal`, with java process eating all CPU.

Environment:
Debian wheezy on ARMv7 CPU, Jython 2.7b2, OpenJDK java1.7.0_25.

PS: In fact I have a little more advanced application than that script, but when I tried updating from jython2.7b1 to jython2.7b2 - found this issue.
History
Date User Action Args
2014-05-28 19:33:00alexykotsetrecipients: + alexykot
2014-05-28 19:33:00alexykotsetmessageid: <1401305580.7.0.826985420187.issue2156@psf.upfronthosting.co.za>
2014-05-28 19:33:00alexykotlinkissue2156 messages
2014-05-28 19:33:00alexykotcreate