Email List: Xaustin-review-lX
[All Lists]

Defect in XSH exit, _Exit, _exit -- terminate a process

To: yyyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: Defect in XSH exit, _Exit, _exit -- terminate a process
From: yyyyyyyy@xxxxxxxxxx
Date: Fri, 11 Jun 2004 14:44:36 +0100 (BST)
        Defect report from : Alexander Terekhov , IBM

(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)

@ page 315 line 10266-10267 section exit, _Exit, _exit -- terminate a process 
editorial {alt-exit-2005-06-11}

Problem:

Edition of Specification (Year): 2004

Defect code :  2. Omission

"exit()" is missing in 10266-10267.

Action:

Replace

  Threads terminated by a call to _Exit() or _exit() shall not 
  invoke their cancellation cleanup handlers or per-thread data 
  destructors.

with (I also don't like "Threads terminated by a call to ...")

  Termination of a process shall not invoke any thread 
  cancellation cleanup handlers or per-thread data destructors.

(or something like that).

<Prev in Thread] Current Thread [Next in Thread>
  • Defect in XSH exit, _Exit, _exit -- terminate a process, terekhov <=