Page 1 of 1

what is SIGINT

Posted: Wed Jan 10, 2007 4:03 pm
by attu
Hi Guys,

What is this error?

main_program: ORCHESTRATE step execution terminating due to SIGINT
Parallel job was aborted

Posted: Wed Jan 10, 2007 4:05 pm
by DSguru2B
Search is your best friend.

Posted: Wed Jan 10, 2007 4:25 pm
by kumar_s
I got 18 hits for Key work SIGINT. It has been covered previously.
SIGINT is a Interrupt signal thrown during the process. It can be even due to SIGKILL (Kill Signal). It is most likely due to short fall in availability of resource.

Posted: Wed Jan 10, 2007 4:53 pm
by ray.wurlod
Get to a UNIX prompt and type man signal or obtain a basic UNIX book to learn about UNIX signals, of which SIGINT, SIGKILL, SIGBUS are a few examples. Each has a particular purpose.

Posted: Wed Jan 10, 2007 6:17 pm
by attu
Thanks guys