Skip Menu |

This queue is for tickets about the MooseX-Clone CPAN distribution.

Report information
The Basics
Id: 71972
Status: resolved
Priority: 0/
Queue: MooseX-Clone

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

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



Subject: Segmentation fault on Ubuntu 11.10
This minimal program provokes a Segmentation fault on Ubuntu 11.10 #!/usr/bin/perl use Moose; with qw(MooseX::Clone); Thank you Bernhard
On Thu Oct 27 05:25:22 2011, BWAGNER wrote: Show quoted text
> 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 Moose-Version: 1.25
Subject: Re: [rt.cpan.org #71972] Segmentation fault on Ubuntu 11.10
Date: Sat, 29 Oct 2011 00:18:37 +0200
To: bug-MooseX-Clone [...] rt.cpan.org
From: Florian Ragwitz <rafl [...] debian.org>
"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.
Download (untitled)
application/pgp-signature 197b

Message body not shown because it is not plain text.

Hi Florian Thank you for your consideration. In the meantime other strange perl behaviours occurred and I decided to blame it on my recent upgrade to Ubuntu 11.10: I reinstalled my local::lib cpan modules and the problem disappeared. Thanks again Bernhard On Fri Oct 28 18:18:53 2011, FLORA wrote: Show quoted text
> "Bernhard Wagner via RT" <bug-MooseX-Clone@rt.cpan.org> writes: >
> > 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.