View Issue Details

IDProjectCategoryView StatusLast Update
0001363Issue 8 draftsSystem Interfacespublic2024-06-11 09:12
Reportergeoffclare Assigned To 
PrioritynormalSeverityCommentTypeEnhancement Request
Status ClosedResolutionAccepted 
Product VersionDraft 1 
NameGeoff Clare
OrganizationThe Open Group
User Reference
Sectionwait()
Page Number2154
Line Number69578
Final Accepted Text
Summary0001363: out of date wait() RATIONALE regarding core dump indication
DescriptionThe text:
Implementations that support implementation-defined actions, such as the creation of a file containing a core image, on termination of some processes traditionally provide a bit in the status returned by wait() to indicate that such actions have occurred.

is out of date because the way to query this using WCOREDUMP() has now been added to the standard.
Desired ActionChange:
Implementations that support implementation-defined actions, such as the creation of a file containing a core image, on termination of some processes traditionally provide a bit in the status returned by wait() to indicate that such actions have occurred.
to:
On implementations that support the creation of a file containing a core image on some process terminations, the WCOREDUMP(stat_val) macro indicates whether creation of a core image was attempted. If it returns a non-zero value this does not necessarily mean that the core image was created, only that it was attempted. For example, if the RLIMIT_CORE limit for the process is 0, this prevents creation of the file; WCOREDUMP(stat_val) returning non-zero in this case indicates that the file would have been created if the limit had not been 0.
Tagsissue8

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-07-03 13:44 geoffclare New Issue
2020-07-03 13:44 geoffclare Name => Geoff Clare
2020-07-03 13:44 geoffclare Organization => The Open Group
2020-07-03 13:44 geoffclare Section => wait()
2020-07-03 13:44 geoffclare Page Number => 2154
2020-07-03 13:44 geoffclare Line Number => 69578
2020-09-10 15:56 Don Cragun Status New => Resolved
2020-09-10 15:56 Don Cragun Resolution Open => Accepted
2020-09-10 15:57 Don Cragun Tag Attached: issue8
2020-09-17 09:18 geoffclare Status Resolved => Applied
2024-06-11 09:12 agadmin Status Applied => Closed