-
Notifications
You must be signed in to change notification settings - Fork 558
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
segfault when glob of loop var gets freed #6355
Comments
From xmath@cpan.orgCreated by xmath@cpan.org.If the GP of a loop var is freed inside the loop, perl segfaults Example: perl -e 'for $x (1) { *x = *y }' Solution: the loop context should increment the refcount of the GP Perl Info
|
From @schwernI confirm. Still a problem with 5.8.6 and bleadperl. |
@schwern - Status changed from 'new' to 'open' |
@iabyn - Status changed from 'open' to 'resolved' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from rt.perl.org#21469 (status was 'resolved')
Searchable as RT21469$
The text was updated successfully, but these errors were encountered: