"Bernhard Wagner via RT" <bug-MooseX-Clone@rt.cpan.org> writes:
Show quoted text> Queue: MooseX-Clone
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=71972 >
>
> On Thu Oct 27 05:25:22 2011, BWAGNER wrote:
>> This minimal program provokes a Segmentation fault on Ubuntu 11.10
>>
>> #!/usr/bin/perl
>> use Moose;
>> with qw(MooseX::Clone);
>>
>> Thank you
>> Bernhard
>
> The Seg fault can also be provoked like this:
>
> perl -MMoose -MMooseX::Clone
Could you provide a backtrace of this segfault, please?
If you don't already know how to do this, I'm sure the Devel::bt module
will be helpful.
The backtrace will be more useful if you have debugging symbols for
perl, Moose, and all other binary extensions involved. Some distributors
provide debugging symbols for perl in a perl-debug package.
You can also get debugging symbols for all the extensions by
re-compiling them with -g in CCFLAGS, but a backtrace with perl
debugging symbols only would already help a lot.