Warning, /testsuites/psxtests/psxsignal01/psxsignal01.scn is written in an unsupported language. File is not indexed.
0001 *** POSIX TEST SIGNAL ***
0002 Init's ID is 0x0b010001
0003 Validate signal with SIG_DFL
0004 Validate signal with SIG_IGN
0005 Init: Unblock SIGUSR1 SIGFPE SIGILL SIGSEGV
0006 Init: signal return value verified
0007 Init: send SIGUSR1 to process
0008 Signal: 25 caught by 0xb010001 (1)
0009 Init: send SIGFPE to process
0010 Handler_1: Signal: 8 caught by 0xb010001 (2)
0011 Init: send SIGILL to process
0012 Handler_1: Signal: 4 caught by 0xb010001 (3)
0013 Init: send SIGSEGV to process
0014 Handler_1: Signal: 11 caught by 0xb010001 (4)
0015 Init: send SIGUSR1 to process from a TSR (interruptible sleep)
0016 Signal: 25 caught by 0xb010001 (1)
0017 Init: send SIGUSR1 to process from a TSR (spin)
0018 Signal: 25 caught by 0xb010001 (1)
0019 *** Validate unexpected program termination ***