>>>>> On Wed, 23 Jun 2010 08:42:25 -0600, Robert LeBlanc said:
> 
> My SD has been crashing every night and I finally got a backtrace. I don't
> know what all this means, but I could sure use some help to figure out why
> it keeps crashing and how to stop it so that I can get some back-ups done.
> 
> ...
> 
> Program received signal SIGUSR2, User defined signal 2.

SIGUSR2 is probably benign (and hence not the cause of the original crash).

I suggest ignoring it in gdb by using the command

handle SIGUSR2 nostop noprint pass

before running bacula-sd.

__Martin

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to