[fpc-pascal] How to analyze a core dump?
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Jun 26 10:54:12 CEST 2007
On 25 jun 2007, at 22:44, Luca Olivetti wrote:
> En/na Jonas Maebe ha escrit:
>> On 14 jun 2007, at 19:04, Luca Olivetti wrote:
>>> No suggestions? Is there some special option (apart from -g) that
>>> I should specify to compile/link my program?
>> No. But the garbage backtrace means that either your gdb cannot
>> parse the signal handler frame, or that your program corrupted the
>> call stack.
>
> Well, I'm starting to get desperate
Try compiling everything with -gv and using valgrind
Jonas
More information about the fpc-pascal
mailing list