Amanda-Users

2.4.5's selfcheck segfaulting

2005-07-27 20:25:02
Subject: 2.4.5's selfcheck segfaulting
From: Anthony Valentine <avalentine AT sbsalaska DOT com>
To: amanda-users AT amanda DOT org
Date: Wed, 27 Jul 2005 16:00:16 -0800
Hello everyone!

I am having problems with 2.4.5's selfcheck segfaulting.

Vital statistics:
OS = AIX 5.2.0.0
AMANDA = 2.4.5
COMPILER = C for AIX


Paul Bijnens suggested that I run gdb, which I have. The output is below. Does it matter to gdb that I compiled Amanda with IBM's C for AIX and not gcc?

$ cat sendcheck-input
OPTIONS ;
GNUTAR /gemini/disk4/sort 0 OPTIONS |;bsd-auth;compress-fast;index;
GNUTAR /gemini/disk3/age 0 OPTIONS |;bsd-auth;index;


(gdb) run < /home/amanda/amanda-2.4.5/sendcheck-input
Starting program: /usr/local/libexec/selfcheck < sendcheck-input

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1]
0xd56872b8 in debug_alloc () from /usr/local/lib/libamclient.a(libamclient-2.4.5.so)
(gdb) where
#0 0xd56872b8 in debug_alloc () from /usr/local/lib/libamclient.a(libamclient-2.4.5.so) #1 0xd568a17c in parse_g_options (str=0x2000b370 ";", verbose=1) at client_util.c:613
#2  0x100027b4 in main (argc=1, argv=0x2ff21abc) at selfcheck.c:130
(gdb) quit
The program is running.  Exit anyway? (y or n) y
sbsdp|amanda: /home/amanda/amanda-2.4.5 >




Thanks for your assistance.  It is greatly appreciated!

Anthony



<Prev in Thread] Current Thread [Next in Thread>
  • 2.4.5's selfcheck segfaulting, Anthony Valentine <=