hi,
ok ... i admit to being an MS slave and all this compiling your own source is new to me, so slay me
i'm compiling 1.6.15 on freebsd 4.10 and compile goes ok. i've managed to induce a few crashes and each time eggdrop crashes i get a memory dump. unfortunately this completely fills up the space i have on the shell account. i've solved most of the crash issues, however, if eggdrop crashes out it cannot restart from the crontab cause it runs out of disk space pretty much straight away.
How do i recompile to stop eggdrop core dumping?
current compile is
./configure
make config
make
make install DEST=~/eggdrop
Try that way (it should work if bot always make core file with exact same name):
1. create an empty file with core name
2. remove write flag (chmod 444 file)