Ben Tatham writes:
> wow. fast response. does "debuginfo" refer to something i'm not
> familiar with, or is that just generic debug info? what sort of other
> info do you need...i tried to give as much of the enviroment that I
> thought necessary.
>
> Yes, I have tried it with libgcj stripped, and well as unstripped. I
> have tried things with both libc 2.3.3 and libc 2.3.6. (We prefer to
> stay at libc 2.3.3 so we don't have to change others of our linux bins,
> but it doesn't work either anyway...)
Referring to the fact that in your gdb backtrace there are neither
line numbers nor function args. We need those. This lack is probably
due to debuginfo being stripped.
Andrew.