Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0000597 [1003.1(2008)/Issue 7] System Interfaces Editorial Clarification Requested 2012-08-07 19:53 2012-08-08 15:28
Reporter joerg View Status public  
Assigned To ajosey
Priority normal Resolution Duplicate  
Status Closed  
Name Jörg Schilling
Organization
User Reference
Section System Interfaces
Page Number 545 + 785
Line Number 18912-18913 + 26212-26213
Interp Status ---
Final Accepted Text
Summary 0000597: exit() incorrectly claims that the exit code is masked by 0377
Description Using waitid(), the whole sizeof int may be passed as exit code,
the current text claims that it is masked by 0377.
Desired Action Chage the text:

The value of status may be 0, EXIT_SUCCESS, EXIT_FAILURE, [CX] [Option Start] or any other value, though only the least significant 8 bits (that is, status & 0377) shall be available to a waiting parent process. [Option End]

to:

The value of status may be 0, EXIT_SUCCESS, EXIT_FAILURE, [CX] [Option Start] or any other value, though if not using waitid() to wait for the process, only the least significant 8 bits (that is, status & 0377) shall be available to a waiting parent process. [Option End]
Tags No tags attached.
Attached Files

- Relationships
duplicate of 0000594Closedajosey 1003.1(2008)/Issue 7 Clarify interaction of si_status and WIF* macros 
has duplicate 0000968Closed 1003.1(2013)/Issue7+TC1 exit incorrectly claims that exit code shall be masked with 0377 

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-08-07 19:53 joerg New Issue
2012-08-07 19:53 joerg Status New => Under Review
2012-08-07 19:53 joerg Assigned To => ajosey
2012-08-07 19:53 joerg Name => Jörg Schilling
2012-08-07 19:53 joerg Section => System Interfaces
2012-08-07 19:53 joerg Page Number => 545 + 785
2012-08-07 19:53 joerg Line Number => 18912-18913 + 26212-26213
2012-08-08 08:22 geoffclare Relationship added related to 0000594
2012-08-08 15:28 msbrown Interp Status => ---
2012-08-08 15:28 msbrown Status Under Review => Closed
2012-08-08 15:28 msbrown Resolution Open => Duplicate
2012-08-08 15:28 msbrown Relationship replaced duplicate of 0000594
2015-07-06 14:47 geoffclare Relationship added has duplicate 0000968


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker