Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: How to kill perl?

by EvanCarroll (Chaplain)
on Nov 06, 2005 at 22:50 UTC ( [id://506166]=note: print w/replies, xml ) Need Help??


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

Not all of them are fixed, the top two tested negative, with Perl 5.8.7; however, the bottom one produced this.

perl -e "map warn(+()), ('')x100;" ... ... Warning: something's wrong at -e line 1. Warning: something's wrong at -e line 1. Warning: something's wrong at -e line 1. Warning: something's wrong at -e line 1. Warning: something's wrong at -e line 1. Warning: something's wrong at -e line 1. Warning: something's wrong at -e line 1. Segmentation fault
UPDATE:
You are correct by increasing the number to 100_000, the top two crash as well.


Evan Carroll
www.EvanCarroll.com

Replies are listed 'Best First'.
Re^4: How to kill perl?
by robin (Chaplain) on Nov 07, 2005 at 10:06 UTC
    They're fixed in bleadperl, as of two days ago. The bug is still there in 5.8.7, and all three of these tests crash 5.8.7 for me. (Maybe you can see the crash too, if you increase the 10000 to something larger?)
      perl -e "map warn(+()), ('')x100;"
      still crashes 5.10.0 -- just an update


      Evan Carroll
      The most respected person in the whole perl community.
      www.evancarroll.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found