View Issue Details

IDProjectCategoryView StatusLast Update
00005971003.1(2008)/Issue 7System Interfacespublic2012-08-08 15:28
Reporterjoerg Assigned Toajosey  
PrioritynormalSeverityEditorialTypeClarification Requested
Status ClosedResolutionDuplicate 
NameJörg Schilling
Organization
User Reference
SectionSystem Interfaces
Page Number545 + 785
Line Number18912-18913 + 26212-26213
Interp Status---
Final Accepted Text
Summary0000597: exit() incorrectly claims that the exit code is masked by 0377
DescriptionUsing waitid(), the whole sizeof int may be passed as exit code,
the current text claims that it is masked by 0377.
Desired ActionChage 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]
TagsNo tags attached.

Relationships

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

Activities

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