Message5192

Author pekka.klarck
Recipients draghuram, fwierzbicki, marc, pekka.klarck
Date 2009-09-24.13:01:40
SpamBayes Score 1.3414608e-10
Marked as misclassified No
Message-id <1253797300.84.0.623180271011.issue1313@psf.upfronthosting.co.za>
In-reply-to
Content
I tested the workaround suggested by marc on 2.5.1 rc 3 but it didn't
work. After adding those lines to the attached ctrlc.py script, I wasn't
able to stop the execution at all. Pressing ctrl-c just gave the
following traceback every time I hit it and even 'kill -9' left a
defunct java process.

^CException in thread "SIGINT handler" Traceback (most recent call last):
  File "/home/peke/Prog/jython2.5.1rc3/Lib/signal.py", line 113, in handle
    self.action(signal.getNumber(), None)
  File "Lataukset/ctrlc.py", line 5, in intHandler
    raise KeyboardInterrupt()
KeyboardInterrupt


The reason I'm interested about this issue is that I'd like to implement
a possibility to stop Robot Framework test execution gracefully from the
command line: http://code.google.com/p/robotframework/issues/detail?id=108
History
Date User Action Args
2009-09-24 13:01:40pekka.klarcksetmessageid: <1253797300.84.0.623180271011.issue1313@psf.upfronthosting.co.za>
2009-09-24 13:01:40pekka.klarcksetrecipients: + pekka.klarck, fwierzbicki, draghuram, marc
2009-09-24 13:01:40pekka.klarcklinkissue1313 messages
2009-09-24 13:01:40pekka.klarckcreate