Mon Jun 20 09:54:59 2011: Request 68892 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: perl-threads @ Linux => Segment fault Broken in: (no value) Severity: Important Owner: Nobody Requestors: p...@cpan.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=68892 >
On 2011-06-20 07:29:40, jsanmar...@gmail.com wrote: > Anyway, the issue is that the stack should be increased if you want to PAR > it, and I don't understand why. Dunno. Just a wild guess: maybe the program has already a larger stack allocated before your "use threads". There has a lot been going on perlwise in a packed executable before execution reaches even the first line of your script. Also note that the whole script execution is inside a BEGIN block. Cheers, Roderich