> One more test:
>
>   break main
>   run
>   print version_info[20]      # just to make sure we're looking at
>                               # the right stuff
>   print version_info[21]

gdb) break main
Breakpoint 1 at 0x11a78: file amandad.c, line 116.
(gdb) run
Starting program: /usr/local/libexec/amandad
warning: Lowest section in /usr/lib/libintl.so.1 is .hash at 00000074

Breakpoint 1, main (argc=1, argv=0xffbefc34) at amandad.c:116
116         char *errstr = NULL;
(gdb) print version_info[20]
$1 = 0xff1cae08 "       COMPRESS_SUFFIX=\".gz\"
COMPRESS_FAST_OPT=\"--fast\"\n"
(gdb) print version_info[21]
$2 = 0x2 <Address 0x2 out of bounds>

Ack!

> If it shows a value of 2 at this point, which is before any Amanda code
> is run, then it almost has to be a compiler or loader error.

Hmmmm, gcc version 2.8.1 is what I am using...

> John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

thanks,
-Ben

Reply via email to