Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Perl segfaults: Why?

by ikegami (Patriarch)
on Sep 15, 2009 at 19:55 UTC ( [id://795464]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl segfaults: Why?
in thread Perl segfaults: Why?

After digging some more, I think this is a compiler problem, not a Perl problem.

Replies are listed 'Best First'.
Re^4: Perl segfaults: Why?
by FunkyMonk (Chancellor) on Sep 15, 2009 at 21:31 UTC
    These are the gcc versions from my previous tests:

    $ perl -V:gccversion # segfaults gccversion='4.3.4'; $ perl5.8.9 -V:gccversion # OK gccversion='4.3.3'; $ perl5.10.0 -V:gccversion # segfaults gccversion='4.3.4'; $ perl5.10.1 -V:gccversion # segfaults gccversion='4.3.4';

    I don't have access to gcc-4.3.3 any more, so here's the only test I can try:

    $ ./perl -Ilib -V:gccversion gccversion='4.3.4'; $ ./perl y.pl #!/usr/bin/perl 16-1

    5.8.9 still works :-(

Re^4: Perl segfaults: Why?
by Burak (Chaplain) on Sep 15, 2009 at 21:27 UTC
    Yes it seems you're right since I don't get any crash with ActivePerl 5.10.0.1004 & perl 5.8.8 on linux

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795464]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-23 23:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found