< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [sipX-dev] Core dumps


On Fri, 2008-08-15 at 14:41 +0100, Christopher Parfitt wrote:
> I took a snapshot from my system that had some freeswitch &
> sipxsupervisor core dumps in var/log/sipxpbx 
> Looking in the downloaded snapshot the core dumps were not collected …
> is this intent that they are not collected? 

That is correct.  If you want to include core dumps, run sipx-snapshot
but add a "--core [path of core file]" switch for each core file you are
interested in.  (If the path of the core file does not contain '/', it
is assumed to be in .../var/log/sipxpbx, where sipX core files are put.)

--core also copies the executable and libraries of the dumped process
into the snapshot file, which makes debugging on another system
possible.

Dale