Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Debugging tips for segmentation faults?

by Steve_p (Priest)
on Jul 13, 2005 at 03:38 UTC ( [id://474452]=note: print w/replies, xml ) Need Help??


in reply to Debugging tips for segmentation faults?

Further, to hv's comment, I don't get core. I'm running as root. And my code won't work without root privileges. :-) But compiling a debugging perl may be an option. Thanks.

You probably have your ulimits set to not produce a core file. Before testing your script, set your ulimits (assuming bash) with

> ulimit -c unlimited

Replies are listed 'Best First'.
Re^2: Debugging tips for segmentation faults?
by Tanktalus (Canon) on Jul 13, 2005 at 13:08 UTC

    Thanks - although I've run that once now, too, and didn't get a core (at least, not one that I can find). I'm really not sure where it may have ended up. If it was created at all.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-25 11:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found