Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: How to kill perl?

by robin (Chaplain)
on Nov 04, 2005 at 23:30 UTC ( [id://505905]=note: print w/replies, xml ) Need Help??


in reply to Re: How to kill perl?
in thread How to kill perl?

Any one have any others?

I just fixed a whole bunch of sort-related ones, which is what got me thinking about this. If your perl is less more than a week old, these should kill it:

perl -e'sub f{undef &f} ()=sort f 1,2' perl -e'sub f{goto sub{1}} ()=sort f 1,2' perl -e'@a=(1..10);@a=sort{@a=(1);0}@a'

Replies are listed 'Best First'.
Re^3: How to kill perl?
by sauoq (Abbot) on Nov 04, 2005 at 23:52 UTC
    perl -e'@a=(1..10);@a=sort{@a=(1);0}@a'

    That works fine for me on 5.8.0 buts segfaults on 5.8.7.

    -sauoq
    "My two cents aren't worth a dime.";
    
      Since 5.8.4, @foo = sort @foo is optimised to be an in-place sort of @foo, which is what makes it die so messily.

Log In?
Username:
Password:

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

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

    No recent polls found