szabgab has asked for the wisdom of the Perl Monks concerning the following question:
use Class::MOP; print "hello\n";
I can generate executable using pp, but when I try to run the executable I get Segmentation faults. Reported as RT 90870, but if I could get some help either solving the actual issue, or just further narrowing down the cases....use B::Hooks::EndOfScope; print "hello\n";
I am starting to suspect that this problem might be related to my environment. Now I'd be happy if you could just try this and let me know the results. Save the above code in a file called example.pl install PAR::Packer and:use Pod::Usage qw(pod2usage);
pp example.pl ./a.out
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PAR::Packer Segmentation fault when using B::Hooks::EndOfScope or Class::MOP
by shmem (Chancellor) on Nov 28, 2013 at 13:02 UTC | |
by szabgab (Priest) on Nov 28, 2013 at 13:24 UTC | |
by Anonymous Monk on Nov 28, 2013 at 17:32 UTC | |
|
Re: PAR::Packer Segmentation fault when using B::Hooks::EndOfScope or Class::MOP
by marto (Cardinal) on Nov 28, 2013 at 14:23 UTC | |
by szabgab (Priest) on Nov 28, 2013 at 15:03 UTC | |
|
Re: PAR::Packer Segmentation fault when using B::Hooks::EndOfScope or Class::MOP
by Anonymous Monk on Nov 30, 2013 at 19:33 UTC |