HomeAbout Us A-Z IndexSearch * Contact Us Register LoginPress Shop

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 2756 Details

Help Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges

This page provides all information on Problem Report 2756.


Report 2756 Actions


    Problem Report Number 2756
    Submitter's Classification Minor System Fault
    State Resolved
    Resolution Minor System Fault (MSF)
    Problem Resolution ID MSF.X.0136
    Raised 2024-06-06 17:39
    Updated 2024-06-06 11:17
    Published 2024-06-06 11:17
    Expiry Date 2025-06-06
    Product Standard Commands and Utilities V4 (UNIX 03)
    Certification Program The Open Brand certification program
    Test Suite VSC version 5.3.23NW
    Test Identification /tset/POSIX.annexA/c99/c99.ex{93}
    Specification Shell and Utilities Issue 6
    Location in Spec https://pubs.opengroup.org/onlinepubs/009604499/utilities/c99.html
    Problem Summary c99 not returning signal exit code with new sigwait assertion (added in
    VSC5.3.23NW)
    Problem Text Sigwait is forking a child and sending signal to them while waiting while the
    child runs the given
    utility (in this case c99) and test is failing because some signals are not
    returning the signal exit
    status but exit code

    The reason the test is not passing is that certain signals : SIGABRT, SIGBUS,
    SIGFPE, SIGILL,
    SIGPIPE, SIGQUIT, SIGSEGV, SIGUSR1, SIGSYS, SIGTRAP, SIGXCPU, SIGXFSZ are not
    returning the
    signal exit status for nm test, but rather exit code 0. Sigwait is forking a
    child and passing signals
    to them while waiting while the child performs the utility.
    Test Output 400|186 93 1 06:19:45|IC Start
    200|186 93 06:19:45|TP Start
    520|186 93 26008 1 1|Assertion #93 (C): GA42: ASYNCHRONOUS EVENTS default
    behavior
    520|186 93 26008 2 1|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 2 2|when testing SIGABRT inherited as default
    520|186 93 26008 2 3|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29354 1 1|*** _ga42_wstat26008 Tue May 21 06:19:50 2024
    520|186 93 29354 1 2|--- _ga42_expwstat26008 Tue May 21 06:19:50 2024
    520|186 93 29354 1 3|***************
    520|186 93 29354 1 4|*** 1 ****
    520|186 93 29354 1 5|! SigWait: child exited with code 0
    520|186 93 29354 1 6|--- 1 ----
    520|186 93 29354 1 7|! SigWait: child terminated by signal ABRT
    520|186 93 26008 3 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' did
    not create
    a file matching
    520|186 93 26008 3 2|pattern '*core*' when sent SIGABRT
    520|186 93 26008 3 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 3 4|when testing SIGBUS inherited as default
    520|186 93 26008 3 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29382 1 1|*** _ga42_wstat26008 Tue May 21 06:19:58 2024
    520|186 93 29382 1 2|--- _ga42_expwstat26008 Tue May 21 06:19:58 2024
    520|186 93 29382 1 3|***************
    520|186 93 29382 1 4|*** 1 ****
    520|186 93 29382 1 5|! SigWait: child exited with code 0
    520|186 93 29382 1 6|--- 1 ----
    520|186 93 29382 1 7|! SigWait: child terminated by signal BUS
    520|186 93 26008 4 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' did
    not create
    a file matching
    520|186 93 26008 4 2|pattern '*core*' when sent SIGBUS
    520|186 93 26008 4 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 4 4|when testing SIGFPE inherited as default
    520|186 93 26008 4 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29415 1 1|*** _ga42_wstat26008 Tue May 21 06:20:11 2024
    520|186 93 29415 1 2|--- _ga42_expwstat26008 Tue May 21 06:20:11 2024
    520|186 93 29415 1 3|***************
    520|186 93 29415 1 4|*** 1 ****
    520|186 93 29415 1 5|! SigWait: child exited with code 0
    520|186 93 29415 1 6|--- 1 ----
    520|186 93 29415 1 7|! SigWait: child terminated by signal FPE
    520|186 93 26008 5 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' did
    not create
    a file matching
    520|186 93 26008 5 2|pattern '*core*' when sent SIGFPE
    520|186 93 26008 5 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 5 4|when testing SIGILL inherited as default
    520|186 93 26008 5 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29442 1 1|*** _ga42_wstat26008 Tue May 21 06:20:20 2024
    520|186 93 29442 1 2|--- _ga42_expwstat26008 Tue May 21 06:20:20 2024
    520|186 93 29442 1 3|***************
    520|186 93 29442 1 4|*** 1 ****
    520|186 93 29442 1 5|! SigWait: child exited with code 0
    520|186 93 29442 1 6|--- 1 ----
    520|186 93 29442 1 7|! SigWait: child terminated by signal ILL
    520|186 93 26008 6 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' did
    not create
    a file matching
    520|186 93 26008 6 2|pattern '*core*' when sent SIGILL
    520|186 93 26008 6 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 6 4|when testing SIGPIPE inherited as default
    520|186 93 26008 6 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29476 1 1|*** _ga42_wstat26008 Tue May 21 06:20:29 2024
    520|186 93 29476 1 2|--- _ga42_expwstat26008 Tue May 21 06:20:29 2024
    520|186 93 29476 1 3|***************
    520|186 93 29476 1 4|*** 1 ****
    520|186 93 29476 1 5|! SigWait: child exited with code 74
    520|186 93 29476 1 6|--- 1 ----
    520|186 93 29476 1 7|! SigWait: child terminated by signal PIPE
    520|186 93 26008 7 1|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 7 2|when testing SIGQUIT inherited as default
    520|186 93 26008 7 3|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29495 1 1|*** _ga42_wstat26008 Tue May 21 06:20:34 2024
    520|186 93 29495 1 2|--- _ga42_expwstat26008 Tue May 21 06:20:34 2024
    520|186 93 29495 1 3|***************
    520|186 93 29495 1 4|*** 1 ****
    520|186 93 29495 1 5|! SigWait: child exited with code 0
    520|186 93 29495 1 6|--- 1 ----
    520|186 93 29495 1 7|! SigWait: child terminated by signal QUIT
    520|186 93 26008 8 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' did
    not create
    a file matching
    520|186 93 26008 8 2|pattern '*core*' when sent SIGQUIT
    520|186 93 26008 8 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 8 4|when testing SIGSEGV inherited as default
    520|186 93 26008 8 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29516 1 1|*** _ga42_wstat26008 Tue May 21 06:20:39 2024
    520|186 93 29516 1 2|--- _ga42_expwstat26008 Tue May 21 06:20:39 2024
    520|186 93 29516 1 3|***************
    520|186 93 29516 1 4|*** 1 ****
    520|186 93 29516 1 5|! SigWait: child exited with code 0
    520|186 93 29516 1 6|--- 1 ----
    520|186 93 29516 1 7|! SigWait: child terminated by signal SEGV
    520|186 93 26008 9 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' did
    not create
    a file matching
    520|186 93 26008 9 2|pattern '*core*' when sent SIGSEGV
    520|186 93 26008 9 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 9 4|when testing SIGUSR1 inherited as default
    520|186 93 26008 9 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29578 1 1|*** _ga42_wstat26008 Tue May 21 06:21:04 2024
    520|186 93 29578 1 2|--- _ga42_expwstat26008 Tue May 21 06:21:04 2024
    520|186 93 29578 1 3|***************
    520|186 93 29578 1 4|*** 1 ****
    520|186 93 29578 1 5|! SigWait: child exited with code 0
    520|186 93 29578 1 6|--- 1 ----
    520|186 93 29578 1 7|! SigWait: child terminated by signal USR1
    520|186 93 26008 10 1|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 10 2|when testing SIGSYS inherited as default
    520|186 93 26008 10 3|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29614 1 1|*** _ga42_wstat26008 Tue May 21 06:21:15 2024
    520|186 93 29614 1 2|--- _ga42_expwstat26008 Tue May 21 06:21:15 2024
    520|186 93 29614 1 3|***************
    520|186 93 29614 1 4|*** 1 ****
    520|186 93 29614 1 5|! SigWait: child exited with code 0
    520|186 93 29614 1 6|--- 1 ----
    520|186 93 29614 1 7|! SigWait: child terminated by signal SYS
    520|186 93 26008 11 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c'
    did not
    create a file matching
    520|186 93 26008 11 2|pattern '*core*' when sent SIGSYS
    520|186 93 26008 11 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 11 4|when testing SIGTRAP inherited as default
    520|186 93 26008 11 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29633 1 1|*** _ga42_wstat26008 Tue May 21 06:21:20 2024
    520|186 93 29633 1 2|--- _ga42_expwstat26008 Tue May 21 06:21:20 2024
    520|186 93 29633 1 3|***************
    520|186 93 29633 1 4|*** 1 ****
    520|186 93 29633 1 5|! SigWait: child exited with code 0
    520|186 93 29633 1 6|--- 1 ----
    520|186 93 29633 1 7|! SigWait: child terminated by signal TRAP
    520|186 93 26008 12 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c'
    did not
    create a file matching
    520|186 93 26008 12 2|pattern '*core*' when sent SIGTRAP
    520|186 93 26008 12 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 12 4|when testing SIGXCPU inherited as default
    520|186 93 26008 12 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29660 1 1|*** _ga42_wstat26008 Tue May 21 06:21:28 2024
    520|186 93 29660 1 2|--- _ga42_expwstat26008 Tue May 21 06:21:28 2024
    520|186 93 29660 1 3|***************
    520|186 93 29660 1 4|*** 1 ****
    520|186 93 29660 1 5|! SigWait: child exited with code 0
    520|186 93 29660 1 6|--- 1 ----
    520|186 93 29660 1 7|! SigWait: child terminated by signal XCPU
    520|186 93 26008 13 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c'
    did not
    create a file matching
    520|186 93 26008 13 2|pattern '*core*' when sent SIGXCPU
    520|186 93 26008 13 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 13 4|when testing SIGXFSZ inherited as default
    520|186 93 26008 13 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29679 1 1|*** _ga42_wstat26008 Tue May 21 06:21:32 2024
    520|186 93 29679 1 2|--- _ga42_expwstat26008 Tue May 21 06:21:32 2024
    520|186 93 29679 1 3|***************
    520|186 93 29679 1 4|*** 1 ****
    520|186 93 29679 1 5|! SigWait: child exited with code 0
    520|186 93 29679 1 6|--- 1 ----
    520|186 93 29679 1 7|! SigWait: child terminated by signal XFSZ
    520|186 93 26008 14 1|Warning: command 'c99 -D_XOPEN_SOURCE=600 -E hello.c'
    did not
    create a file matching
    520|186 93 26008 14 2|pattern '*core*' when sent SIGXFSZ
    520|186 93 26008 14 3|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected wait
    status
    520|186 93 26008 14 4|when testing SIGPIPE inherited as ignored
    520|186 93 26008 14 5|diff of "_ga42_wstat26008" and "_ga42_expwstat26008":
    520|186 93 29732 1 1|*** _ga42_wstat26008 Tue May 21 06:22:06 2024
    520|186 93 29732 1 2|--- _ga42_expwstat26008 Tue May 21 06:22:06 2024
    520|186 93 29732 1 3|***************
    520|186 93 29732 1 4|*** 1 ****
    520|186 93 29732 1 5|! SigWait: child exited with code 74
    520|186 93 29732 1 6|--- 1 ----
    520|186 93 29732 1 7|! SigWait: child exited with code 0
    520|186 93 26008 15 1|Command 'c99 -D_XOPEN_SOURCE=600 -E hello.c' had
    unexpected
    output
    520|186 93 26008 15 2|when testing SIGPIPE inherited as ignored
    520|186 93 26008 15 3|First 100 lines of diff of "_ga42_out26008" and
    "c99_93_eso":
    520|186 93 29745 1 1|*** _ga42_out26008 Tue May 21 06:22:03 2024
    520|186 93 29745 1 2|--- c99_93_eso Tue May 21 06:19:45 2024
    520|186 93 29745 1 3|***************
    520|186 93 29745 1 4|*** 0 ****
    520|186 93 29745 1 5|--- 1,504 ----
    520|186 93 29745 1 6|+ # 1 "hello.c"
    520|186 93 29745 1 7|+ # 1 "<built-in>" 1
    520|186 93 29745 1 8|+ # 1 "<built-in>" 3
    520|186 93 29745 1 9|+ # 422 "<built-in>" 3
    520|186 93 29745 1 10|+ # 1 "<command line>" 1
    520|186 93 29745 1 11|+ # 1 "<built-in>" 2
    520|186 93 29745 1 12|+ # 1 "hello.c" 2
    [...]
    520|186 93 29745 1 101|...omitting remaining lines.
    220|186 93 1 06:23:14|FAIL
    410|186 93 1 06:23:14|IC End

    Review Information

    Review Type SA Review
    Start Date 2024-06-06 17:39
    Last Updated 2024-06-06 11:17
    Completed 2024-06-06 11:17
    Status Complete
    Review Resolution Minor System Fault (MSF)
    Review Conclusion A minor system fault is granted

    Problem Reporting System Options:

     

    Back   


Contact the Certification Authority