Skip Menu |

This queue is for tickets about the Sub-Identify CPAN distribution.

Report information
The Basics
Id: 106777
Status: resolved
Priority: 0/
Queue: Sub-Identify

People
Owner: Nobody in particular
Requestors: MITHALDU [...] cpan.org
Cc: ether [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: get_code_location \&List::Util::minstr segfaults
This oneliner segfaults Strawberry Perl 5.18 for me: perl -e "use Sub::Identify q[:all]; use List::Util; get_code_location \&List::Util::minstr" Setting PERL_SUB_IDENTIFY_PP=1 prevents a segfault.
The segfault is fixed in 0.11 by not including file and line information from XSUBs. While there *can* be file and line information for some XSUBs, this is not something we can have a guarantee on, so I'd rather return undef instead in all cases for consistency.