# [EMAIL PROTECTED]:

[ lots of core dumps ]
> > Has anybody ever seen perl.core files in a good number of the 
> > directories in FreeBSD? I'm running 5.3.
[...]
> Try to identify the script that triggers those coredumps, then
> look at the extension modules used by that script.

You might also want to gather coredumps somewhere central for
easier cleanup. E.g.

   sysctl kern.corefile="/tmp/core/%U-%N.core"

This makes all cores dump to /tmp/core in the form
  <uid>-<process name>.core

HTH.
Mario
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to