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@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@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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to