Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
toddr opened this issue May 12, 2017 · 1 comment
Open

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

toddr opened this issue May 12, 2017 · 1 comment
Labels
Bug Break in existing functionality. Pull Request Submitted

Comments

@toddr
Copy link
Member

toddr commented May 12, 2017

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

Requestors:

From user42@zip.com.au 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
Copy link
Member Author

toddr commented Mar 27, 2018

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

toddr added a commit that referenced this issue Mar 27, 2018
Addresses #41 among others
@toddr toddr added Bug Break in existing functionality. Pull Request Submitted labels Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Break in existing functionality. Pull Request Submitted
Projects
None yet
Development

No branches or pull requests

1 participant