[fpc-pascal] Internal error 200312122
Koenraad Lelong
fpascal at brouwerij.homelinux.net
Sat Feb 11 17:03:04 CET 2006
Peter Vreman schreef:
>>Martin Schreiber schreef:
>>
>>>On Sunday 05 February 2006 17.11, Koenraad Lelong wrote:
...
>
> Internalerror numbers are just unique numbers be using <date><seqnr>. They
> don't have any meaning.
>
> Quick intro for debugging this.
> - Build compiler with debug info: 'make cycle OPT=-gl'
> - Compile source with this new compiler in gdb:
> - gdb --args <newcompiler> <args>
> - (gdb) br INTERNALERROR
> - (gdb) dir <pathtocompilersource>
> - (gdb) r
> - Hit breakpoint
> - (gdb) bt
> - The backtrace will give you more info. Use 'fr <framenr>' to jump to
> a function in the callstack so you can watch the code and variables.
>
OK, I tried this, but that's as far as I can get. Enclosed the output of
the backtrace (first lines are the commandline I used).
Anything I can do further ?
Thanks,
Koenraad Lelong.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gdb-output
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20060211/3db1e646/attachment.ksh>
More information about the fpc-pascal
mailing list