http://qs1969.pair.com?node_id=11145983


in reply to Re: XS Error: Segfault with B::HooksAtRuntime
in thread XS Error: Segfault with B::HooksAtRuntime

I can't solve the problem, but that info turned out to be sufficient for me to guess where to poke. I can reproduce a segfault in just 7 lines of code.

File: mx_segfault.pl
use lib '.'; use Demo;
File: Demo.pm
package Demo; use MooseX::Extended; require Stuff;
File: Stuff.pm
package Stuff; use MooseX::Extended;
With this code, perl -wc mx_segfault.pl segfaults, and valgrind throws a 455-line tantrum.