-
Notifications
You must be signed in to change notification settings - Fork 550
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
eval 'UNITCHECK{die}' crashes inside FETCH #11804
Comments
From @cpansprout$ perl5.15.5 -le'sub FETCH{ eval "UNITCHECK{die}"} sub TIESCALAR{bless[]} tie $x, ""; "$x"' I think DB::postponed might be affected the same way, but I’m not sure. This is related to #23810. Flags: Site configuration information for perl 5.15.5: Configured by sprout at Sat Nov 26 11:40:22 PST 2011. Summary of my perl5 (revision 5 version 15 subversion 5) configuration: Locally applied patches: @INC for perl 5.15.5: Environment for perl 5.15.5: |
From zefram@fysh.orgThe problem is that the lazy setup of the exception-catching jmpenv is Fix implemented as branch zefram/early_catcher, which I intend to merge -zefram |
The RT System itself - Status changed from 'new' to 'open' |
From zefram@fysh.orgI wrote:
Now merged to blead as d7e3f70. -zefram |
From zefram@fysh.orgThis was fixed six months ago, and the ticket can now be closed. -zefram |
@iabyn - Status changed from 'open' to 'resolved' |
Which is #6766 in github (Adding a comment so GitHub shows the link between the two issues) |
Migrated from rt.perl.org#105930 (status was 'resolved')
Searchable as RT105930$
The text was updated successfully, but these errors were encountered: