[Bug 2222854] perl-Test-Valgrind-1.19-22.fc39 FTBFS with perl 5.38.0: t/20-bad.t fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2222854



--- Comment #9 from Petr Pisar <ppisar@xxxxxxxxxx> ---
Do you say debuginfo? Then it's because the symbol is not exported anymore:

$ nm -D /usr/lib64/libperl.so.5.36 | grep Perl_pp_entersub
000000000011f0f0 T Perl_pp_entersub

That was an intentional change in the upstream
<https://github.com/Perl/perl5/commit/0351a629e71de127cbfd1b142e9eaa6069deabf5>
"hide private functions with __attribute__((visibility("hidden"))
)". Valgrind translates call addresses into function names based on a symbol
table in an executable, and if not found, then from a symbol table in debuginfo
data.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2222854

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202222854%23c9
_______________________________________________
perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite Information]

  Powered by Linux