Message6939

Author amak
Recipients amak, fwierzbicki, slestak
Date 2012-03-20.22:19:04
SpamBayes Score 2.5181982e-05
Marked as misclassified No
Message-id <1332281944.76.0.217800075507.issue1823@psf.upfronthosting.co.za>
In-reply-to
Content
> I also noticed the problem does not occur when you type exit().  Only
> when you exit the interpreter with a Ctl-D it seems.

That's interesting.

I found this issue, which seems to be related.

JLine is not restoring terminal settings appropriately on some linux environments
http://code.google.com/p/jaql/issues/detail?id=81

Key quote: "Problem turns out to be related to using the IBM jdk.  Jline restores the console correctly with the Sun jdk."

They also have a fix: looks like we might need to include something similar in our invocation script.

http://code.google.com/p/jaql/source/diff?spec=svn551&r=551&format=side&path=/trunk/bin/jaqlshell

So it appears that your addition of "stty sane" to the end of the jython invocation script was the right way to go.
History
Date User Action Args
2012-03-20 22:19:04amaksetmessageid: <1332281944.76.0.217800075507.issue1823@psf.upfronthosting.co.za>
2012-03-20 22:19:04amaksetrecipients: + amak, fwierzbicki, slestak
2012-03-20 22:19:04amaklinkissue1823 messages
2012-03-20 22:19:04amakcreate