
perlbug-followup at perl
Apr 30, 2012, 12:37 AM
Post #1 of 1
(43 views)
Permalink
|
|
[perl #24058] Segfault with DProf and BigInt
|
|
On Fri Mar 17 05:15:22 2006, stmpeters wrote: > > [stmpeters - Fri Mar 17 05:13:40 2006]: > > > > > [guest - Sun Mar 05 08:00:19 2006]: > > > > > > > [tels - Sat Sep 27 12:18:00 2003]: > > > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > > > > > This is a bug report for perl from perl_dummy [at] bloodgate, > > > > generated with the help of perlbug 1.34 running under perl v5.8.1. > > > > > > > > > > Still segfaults with 5.8.6 and BigInt 1.77: > > > > > > linux:~ # perl -d:DProf segfault.pl Foo > > > Segmentation fault > > > linux:~ # perl -v > > > > > > This is perl, v5.8.6 built for i686-linux > > > > > > Copyright 1987-2004, Larry Wall > > > > > > linux:~ # perl -MMath::BigInt\ 99 > > > Math::BigInt version 99 required--this is only version 1.77. > > > BEGIN failed--compilation aborted. > > > > > > > With a recent bleadperl, things seem to be OK. > > > > steve [at] kir:~/perl-current$ ./perl -Ilib rt_24058.pl Foo > > steve [at] kir:~/perl-current$ > > > > Sorry, I need my first coffee, obviously. > > steve [at] kir:~/perl-current$ ./perl -Ilib -d:DProf rt_24058.pl Foo > panic: Devel::DProf inconsistent subroutine return at rt_24058.pl line 3. > BEGIN failed--compilation aborted at rt_24058.pl line 3. > steve [at] kir:~/perl-current$ DProf isn't shipped with Perl anymore, but for 5.14.2 I get: $ perl5.14.2 -d:DProf -le 'use Math::BigInt lib => "Foo"' Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at -e line 1 So this appears to have been solved; I vote to close. --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=24058
|