Mail Archives: djgpp/2005/08/28/09:30:10
Florian Xaver <wosrediinanatour AT aon DOT at> wrote:
> My program is crashing, and symify shows me an error:
> 0x0011cfa4 __djstat_fail_bits+523944
> 0x00003ef2 __ZN5TZone10InvalidateE5TRect+66
> But what is djstat_fail_bits??
Nothing that concerns your crash. Notice that +523944 following the
name? That means the actual error is half a megabyte away from the
location of that routine.
This is what you get for trying 'symify' on programs with no debug
info whatsoever, or with debug info in formats it doesn't understand.
Try 'bfdsymify' instead, and/or make sure that you compile and link as
much of your program as possible using a '-g' switch.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -