[fpc-pascal] missing stacktrace - why?
Martin
fpc at mfriebe.de
Mon Jul 4 23:28:03 CEST 2011
On 04/07/2011 21:57, Bernd wrote:
> // raise Exception.Create('foo');
> L := TStringList.Create;
> s := L.Strings[0];
>
> then the output in the console looks like this:
>
> bernd at t40:~/Desktop/except\ $ ./extest
> EStringListError: List index (0) out of bounds
> $080705B0 TSTRINGLIST__GET, line 1019 of
> /home/bernd/lazsvn/fpc/rtl/objpas/classes/stringl.inc
> bernd at t40:~/Desktop/except\ $
>
> The stack trace is much shorter and I don't have the slightest idea why.
you are looking at http://bugs.freepascal.org/view.php?id=12528
More information about the fpc-pascal
mailing list