http://qs321.pair.com?node_id=474452


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.