IPC-Run icon indicating copy to clipboard operation
IPC-Run copied to clipboard

_do_kid_and_exit() posix exit vs _exit [rt.cpan.org #57495]

Open toddr opened this issue 8 years ago • 1 comments
trafficstars

Migrated from rt.cpan.org#57495 (status was 'new')

Requestors:

From [email protected] on 2010-05-14 22:11:07:

While nosing around _do_kid_and_exit() I saw

      ## Avoid DESTROY.
      POSIX::exit 1;

I wonder if that's meant to be POSIX::_exit().  I think POSIX::exit()
runs DESTROY handlers, if the comment is claiming not to want that
... :-).

toddr avatar May 12 '17 12:05 toddr

That's correct. Several cases have asked about this. I'm going to put something in now.

toddr avatar Mar 27 '18 02:03 toddr