Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: The number of ways I've independently discovered to make Perl segfault:

by Anonymous Monk
on Oct 01, 2003 at 11:36 UTC ( [id://295573]=note: print w/replies, xml ) Need Help??


in reply to The number of ways I've independently discovered to make Perl segfault:

I've found two, but they are my fault. One way was to call an ioctl function with too short input buffer, but then perl printed a nice warning about this and dumped core only after that. (This one was because I wrote 8092 instead 256*32, I must admit that perl can multiply better than me). The other was by calling the regexp engine inside a /(?{CODE})/ construct.
  • Comment on Re: The number of ways I've independently discovered to make Perl segfault:
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found