Message10404

Author iMichka
Recipients iMichka, zyasoft
Date 2015-10-29.10:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446113112.95.0.917141809632.issue2412@psf.upfronthosting.co.za>
In-reply-to
Content
Hi

By testing with --print, you mean:
loadwatch -h 10 -- jython-2.5.3 --print

This works, the help is printend and the process terminates. So this is only happening when a file is read.

I tested with jython 2.7.0 and it is also stuck:
loadwatch -h 10 -- /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar jython-standalone-2.7.0.jar test.py

15103 pts/5    Ss     0:00  \_ bash
16211 pts/5    S+     0:00  |   \_ loadwatch -h 10 -- /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar jython-standalone-2.7.0.jar test.py
16212 pts/5    T      0:00  |       \_ loadwatch -h 10 -- /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar jython-standalone-2.7.0.jar test.py
16213 pts/5    Tl     0:01  |           \_ /usr/lib/jvm/java-8-openjdk-amd64/bin/java -jar jython-standalone-2.7.0.jar test.py
16238 pts/5    T      0:00  |               \_ sh -c stty -icanon min 1 -icrnl -inlcr -ixon < /dev/tty
16239 pts/5    T      0:00  |                   \_ stty -icanon min 1 -icrnl -inlcr -ixon
History
Date User Action Args
2015-10-29 10:05:12iMichkasetmessageid: <1446113112.95.0.917141809632.issue2412@psf.upfronthosting.co.za>
2015-10-29 10:05:12iMichkasetrecipients: + iMichka, zyasoft
2015-10-29 10:05:12iMichkalinkissue2412 messages
2015-10-29 10:05:12iMichkacreate