-
Notifications
You must be signed in to change notification settings - Fork 560
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
[FAILURE 5.005_60] Assertion failed: file "pp_ctl.c", line 2430, <DATA> line 212. #371
Comments
From @schwernbash-2.02$ /usr/local/perl5.005_60/bin/perl -dw /usr/local/perl5.005_60/bin/pod2html Loading DB routines from perl5db.pl version 1.0402 Enter h or `h h' for help. Assertion failed: file "pp_ctl.c", line 2430, <DATA> line 212. This is just trying to run pod2html that comes with 5.005_60 under the I brought the case down to: #!/usr/local/perl5.005_60/bin/perl use Pod::Html; That's enough to get the assertation to fail. Strangely enough it Maybe it just hates tchrist? ;) Summary of my perl5 (revision 5.0 version 5 subversion 60) configuration: Characteristics of this binary (from libperl): -- Michael G Schwern schwern@pobox.com |
From @schwernDamnit, it happened again, this time in 5.005_61: $ /usr/local/perl5.005_61/bin/perl -Mblib -d t/fields.t Loading DB routines from perl5db.pl version 1.0402 Enter h or `h h' for help. Assertion failed: file "pp_ctl.c", line 2430. The assertation is: I found the following comment in scope.h which might prove useful: I guess care wasn't taken. :( Something in blib.pm is tripping the assertion, because if I use For what its worth, here's a stack backtrace: #0 S_docatch (o=0x82ba1c8) at pp_ctl.c:2427 And the value of *PL_top_env at that point: Attached is a copy of the code which I was testing that caused the -- Michael G Schwern schwern@pobox.com |
From The RT System itselffixed in bleadperl DEVEL7093 |
Migrated from rt.perl.org#1206 (status was 'resolved')
Searchable as RT1206$
The text was updated successfully, but these errors were encountered: