John R. Jackson wrote:
> That's not enough information to go on, but is the critical piece of
> the puzzle. Please recompile amidxtaped with -g and reinstall it, then
> see if you can get a traceback with actual routine names and line numbers.
>
>
> John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
Finally I have some time to start working on this problem again ;)
Okay.... I have modified CFLAGS in restore-src/Makefile "-g" and
recompiled.
The end result is a file size not much bigger than amidxtaped without
debug. Shouldn't amidxtaped with debug be substantially bigger?
Ran an amrecover session, and upon extract I get the core dump. Fire up
gdb and load the core. Bt gives me the same info.... not very helpful
:(
#0 0xff136dec in ?? ()
(gdb) bt
#0 0xff136dec in ?? ()
#1 0xff181c40 in ?? ()
#2 0x12e8c in main ()
#3 0x12460 in main ()
Solaris 8
gcc version 2.8.1
gmake 3.79.1
gdb 5.0
I'm sure this is pilot error on my part....
Thanks,
\Ben