http://www.perlmonks.org?node_id=890419


in reply to Re: Segfault with MooseX::Declare and Regexp::Grammars
in thread Segfault with MooseX::Declare and Regexp::Grammars

This cannot be a bug in Data::Dumper: If I remove the dumping code (so BUILD is empty), the segmentation fault still happens. Sorry I did not mention this. I was so accustomed to Data::Dumper that I did not suspect a bug there :)

  • Comment on Re^2: Segfault with MooseX::Declare and Regexp::Grammars

Replies are listed 'Best First'.
Re^3: Segfault with MooseX::Declare and Regexp::Grammars
by Anonymous Monk on Feb 27, 2011 at 14:30 UTC
    You're not the only one to load Data::Dumper :)
    print "AH Data::Dumper::VERSION $Data::Dumper::VERSION @_\n" +;
    AH Data::Dumper::VERSION 2.128 Foo=HASH(0x1bc0a2c) HASH(0x1bc0afc)
    Data::Dumper may or may not be responsible, directly or otherwise ... someone needs to bust out a debugger and track down where the segfault occurs