Message8104

Author zyasoft
Recipients ben_b, zyasoft
Date 2013-09-05.22:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378420271.19.0.91825926464.issue2084@psf.upfronthosting.co.za>
In-reply-to
Content
That's interesting, subprocess imports signal, which in turn probes for available signals in _init_signals(), using sun.misc.Signal. The stack trace in exception_stack.txt shows that java.lang.IllegalArgumentException is being thrown. This exception is expected if the probe fails, but for some reason it's not being caught.
History
Date User Action Args
2013-09-05 22:31:11zyasoftsetmessageid: <1378420271.19.0.91825926464.issue2084@psf.upfronthosting.co.za>
2013-09-05 22:31:11zyasoftsetrecipients: + zyasoft, ben_b
2013-09-05 22:31:11zyasoftlinkissue2084 messages
2013-09-05 22:31:11zyasoftcreate