[1003.1(2016)/Issue7+TC2 0001332]: WEXITED should not be limited to processes that have exited

2020-06-04 Thread Austin Group Bug Tracker


The following issue has a resolution that has been APPLIED. 
== 
https://austingroupbugs.net/view.php?id=1332 
== 
Reported By:geoffclare
Assigned To:
== 
Project:1003.1(2016)/Issue7+TC2
Issue ID:   1332
Category:   System Interfaces
Type:   Error
Severity:   Objection
Priority:   normal
Status: Applied
Name:   Geoff Clare 
Organization:   The Open Group 
User Reference:  
Section:waitid 
Page Number:2236 
Line Number:71333 
Interp Status:  --- 
Final Accepted Text: 
Resolution: Accepted
Fixed in Version:   
== 
Date Submitted: 2020-04-07 10:51 UTC
Last Modified:  2020-06-04 08:43 UTC
== 
Summary:WEXITED should not be limited to processes that have
exited
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-04-07 10:51 geoffclare New Issue
2020-04-07 10:51 geoffclare Name  => Geoff Clare 
2020-04-07 10:51 geoffclare Organization  => The Open Group  
2020-04-07 10:51 geoffclare Section   => waitid  
2020-04-07 10:51 geoffclare Page Number   => 2236
2020-04-07 10:51 geoffclare Line Number   => 71333   
2020-04-07 10:51 geoffclare Interp Status => --- 
2020-04-07 16:01 shware_systems Note Added: 0004811  
2020-04-30 16:06 Don Cragun Status   New => Resolved 
2020-04-30 16:06 Don Cragun Resolution   Open => Accepted
2020-04-30 16:06 Don Cragun Tag Attached: tc3-2008   
2020-06-04 08:43 geoffclare Status   Resolved => Applied 
==




[1003.1(2016)/Issue7+TC2 0001332]: WEXITED should not be limited to processes that have exited

2020-04-30 Thread Austin Group Bug Tracker


The following issue has been RESOLVED. 
== 
https://www.austingroupbugs.net/view.php?id=1332 
== 
Reported By:geoffclare
Assigned To:
== 
Project:1003.1(2016)/Issue7+TC2
Issue ID:   1332
Category:   System Interfaces
Type:   Error
Severity:   Objection
Priority:   normal
Status: Resolved
Name:   Geoff Clare 
Organization:   The Open Group 
User Reference:  
Section:waitid 
Page Number:2236 
Line Number:71333 
Interp Status:  --- 
Final Accepted Text: 
Resolution: Accepted
Fixed in Version:   
== 
Date Submitted: 2020-04-07 10:51 UTC
Last Modified:  2020-04-30 16:06 UTC
== 
Summary:WEXITED should not be limited to processes that have
exited
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-04-07 10:51 geoffclare New Issue
2020-04-07 10:51 geoffclare Name  => Geoff Clare 
2020-04-07 10:51 geoffclare Organization  => The Open Group  
2020-04-07 10:51 geoffclare Section   => waitid  
2020-04-07 10:51 geoffclare Page Number   => 2236
2020-04-07 10:51 geoffclare Line Number   => 71333   
2020-04-07 10:51 geoffclare Interp Status => --- 
2020-04-07 16:01 shware_systems Note Added: 0004811  
2020-04-30 16:06 Don Cragun Status   New => Resolved 
2020-04-30 16:06 Don Cragun Resolution   Open => Accepted
==




[1003.1(2016)/Issue7+TC2 0001332]: WEXITED should not be limited to processes that have exited

2020-04-07 Thread Austin Group Bug Tracker


A NOTE has been added to this issue. 
== 
https://austingroupbugs.net/view.php?id=1332 
== 
Reported By:geoffclare
Assigned To:
== 
Project:1003.1(2016)/Issue7+TC2
Issue ID:   1332
Category:   System Interfaces
Type:   Error
Severity:   Objection
Priority:   normal
Status: New
Name:   Geoff Clare 
Organization:   The Open Group 
User Reference:  
Section:waitid 
Page Number:2236 
Line Number:71333 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2020-04-07 10:51 UTC
Last Modified:  2020-04-07 16:01 UTC
== 
Summary:WEXITED should not be limited to processes that have
exited
== 

-- 
 (0004811) shware_systems (reporter) - 2020-04-07 16:01
 https://austingroupbugs.net/view.php?id=1332#c4811 
-- 
I agree that could be misconstrued, but so could the desired action. I'd
prefer:
Wait for processes that have exited normally, called abort(), or have been
terminated due to a signal. 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-04-07 10:51 geoffclare New Issue
2020-04-07 10:51 geoffclare Name  => Geoff Clare 
2020-04-07 10:51 geoffclare Organization  => The Open Group  
2020-04-07 10:51 geoffclare Section   => waitid  
2020-04-07 10:51 geoffclare Page Number   => 2236
2020-04-07 10:51 geoffclare Line Number   => 71333   
2020-04-07 10:51 geoffclare Interp Status => --- 
2020-04-07 16:01 shware_systems Note Added: 0004811  
==




[1003.1(2016)/Issue7+TC2 0001332]: WEXITED should not be limited to processes that have exited

2020-04-07 Thread Austin Group Bug Tracker


The following issue has been SUBMITTED. 
== 
https://austingroupbugs.net/view.php?id=1332 
== 
Reported By:geoffclare
Assigned To:
== 
Project:1003.1(2016)/Issue7+TC2
Issue ID:   1332
Category:   System Interfaces
Type:   Error
Severity:   Objection
Priority:   normal
Status: New
Name:   Geoff Clare 
Organization:   The Open Group 
User Reference:  
Section:waitid 
Page Number:2236 
Line Number:71333 
Interp Status:  --- 
Final Accepted Text: 
== 
Date Submitted: 2020-04-07 10:51 UTC
Last Modified:  2020-04-07 10:51 UTC
== 
Summary:WEXITED should not be limited to processes that have
exited
Description: 
The description of WEXITED on the waitid() page (and ) is:

Wait for processes that have exited.

The use of "exited" here means that waitid() calls with WEXITED are
not required to return status information for processes that have
been terminated by a signal.

Desired Action: 
At the specified location, and also at
page 409 line 13906 section , change:

Wait for processes that have exited.

to:

Wait for processes that have terminated.

== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2020-04-07 10:51 geoffclare New Issue
2020-04-07 10:51 geoffclare Name  => Geoff Clare 
2020-04-07 10:51 geoffclare Organization  => The Open Group  
2020-04-07 10:51 geoffclare Section   => waitid  
2020-04-07 10:51 geoffclare Page Number   => 2236
2020-04-07 10:51 geoffclare Line Number   => 71333   
2020-04-07 10:51 geoffclare Interp Status => --- 
==