Mail Archives: djgpp/2001/06/21/10:43:32
On Thu, 21 Jun 2001, Graaagh the Mighty wrote:
> There was
> a bug in one of the debugging bits I added that would in fact have
> jumped into never-never land -- *if* "bar" had ever been reached. So
> why weren't the call frame traceback EIPs more like:
>
> 0x01fc0000 0x1fc0000
> 0x00f00ba7 _bar+42, line 666 of bwlsm.c
> 0x0000178b _main+275, line 195 of bwlsm.c
> 0x00057b7a ___crt1_startup+174
>
> even with no aggressive optimizations?
I can think about any number of possible bugs which could scrogg the
stack so badly that SYMIFY would dance a tarantella instead of producing
a traceback. If you want a real answer, please tell a bit more about the
bug you discovered, and maybe even show a short code fragment with the
buggy code.
- Raw text -