Message10669

Author iMichka
Recipients iMichka, zyasoft
Date 2016-01-22.13:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453469203.22.0.342156286362.issue2412@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to compile the master branch, and gave it a shot.

Using some debug print statements, I found that Jython is stuck in JLineConsole, when creating a new ConsoleReader(). Even when using the ConsoleReader constructor without arguments, Jython is stuck. This probably means that the bug is in Jline.

https://github.com/jythontools/jython/blob/master/src/org/python/util/JLineConsole.java#L107

Using a different console (with -Dpython.console=org.python.core.PlainConsole at start) works with loadwatch. This is a first alternative which allows to work with Jython and loadwatch.

I will continue to investigate what is going on inside JLine.
History
Date User Action Args
2016-01-22 13:26:43iMichkasetmessageid: <1453469203.22.0.342156286362.issue2412@psf.upfronthosting.co.za>
2016-01-22 13:26:43iMichkasetrecipients: + iMichka, zyasoft
2016-01-22 13:26:43iMichkalinkissue2412 messages
2016-01-22 13:26:42iMichkacreate