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

work around perl bug where pads may be reused in cleanup after fork #9

Merged
merged 1 commit into from
Aug 16, 2013

Conversation

haarg
Copy link

@haarg haarg commented Aug 16, 2013

During global destruction triggered by a explicit exit after forking,
perl may re-use the pad for try in a nested call in a DESTROY. All
variables used must be explictly initialized to avoid this.

During global destruction triggered by a explicit exit after forking,
perl may re-use the pad for try in a nested call in a DESTROY.  All
variables used must be explictly initialized to avoid this.
doy added a commit that referenced this pull request Aug 16, 2013
work around perl bug where pads may be reused in cleanup after fork
@doy doy merged commit cff98ee into doy:master Aug 16, 2013
@doy
Copy link
Owner

doy commented Aug 16, 2013

Thanks!

@doy
Copy link
Owner

doy commented Aug 16, 2013

Released in 0.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants