I'm writing a program which is mainly in C, but uses a perl script to
manipulate some files before and after execution; the perl calls the C
using system(). The C program needs debugging, but I can't get it to
dump core when run from the perl script.
I've tried putting a little shell script between the perl and the C,
which sets ulimit -c unlimited, but it still doesn't dump core. I've tried
calling this wrapper script with bash's --login option, tried also
setting ulimit before calling the perl script, but it still doesn't
work. And the cwd is writable.
--
TH * http://www.realh.co.uk