IPC-Run
IPC-Run copied to clipboard
_do_kid_and_exit() posix exit vs _exit [rt.cpan.org #57495]
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
... :-).
That's correct. Several cases have asked about this. I'm going to put something in now.