>>>>> On Sat, 11 May 2019 09:06:28 -0700, Marc Chamberlin via Bacula-devel said:
> 
>   I have a file daemon that keeps dying on me, after it has been running 
> for awhile, for some unknown reason, and I would like to track down why 
> it is failing.

If the unix process exits unexpectedly (probably with a signal), then there is
really only one way to debug it: get a backtrace.  You can do this either by
running it under gdb, attaching gdb to the running process or some
non-interactive approach such as Bacula's btraceback script (which you might
need to edit).

__Martin


_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to