|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 0246 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 0246.
Report 0246 Actions
Problem Report Number 0246 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0246 Raised 1995-11-10 08:00 Updated 2003-03-13 08:00 Published 1995-11-21 08:00 Product Standard Internationalised System Calls and Libraries (XPG4) Certification Program The Open Brand certification program Test Suite VSX4 version 4.3.5 Test Identification POSIX.os/procprim/sigconcept 27 Problem Summary TSD4.246 The SIGTERM termination is coming about because ch_t27 is spining forever in this loop (sigcon3.c): while(!sig_recvd) i++, j++; This is because sig_recevd is not declared as volatile. Due to a more ag... Problem Text
*************************************************************************
The SIGTERM termination is coming about because ch_t27 is spining
forever in this loop (sigcon3.c):
while(!sig_recvd)
i++, j++;
This is because sig_recevd is not declared as volatile. Due to a
more aggressive optimization default behavior, our C compiler
simply optimizes the test of sig_recvd away.
When sig_recvd is declared as "extern volatile int sig_recvd"
in sigcon3.c, the program works fine.
We believe this to be a test suite defficiency.
*******************************************************************Test Output
*******************************************************************
/tset/POSIX.os/procprim/sigconcept/T.sigconcept 27 Unresolved
Test Description:
After returning from the signal-catching function, the receiving
process shall resume execution at the point it was interrupted.
Posix Ref: Component Signal Concepts Assertion 3.3.1.3-35(A)
Test Information:
deletion reason: external error - waitpid() failed, errno 4
unexpected signal 15 (SIGTERM) received
*******************************************************************Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
It is agreed that this is a fault in the test suite and it is recommended
that a waiver is granted on the grounds of a Test Suite Deficiency.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion
This is an agreed Test Suite Deficiency.
Problem Reporting System Options:
- View Report 0246
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority