Am 01.05.2017 um 10:40 schrieb Nikolai Zhubr:
> 01.05.2017 11:21, Michael Van Canneyt:
> [...]
>> No, but the units that we distribute do not have debug information
>> included.
>> So if the error is in the RTL, then there is no debug information.
> 
> Ok, right, but then I suppose it should show line number as soon as the 
> example is modified like this:
> 
> procedure Test3;
> var a, b: integer;
> begin
>   a := 1; b := 0;
>   writeln(a/b);
> end;
> 
> And I'm still getting just an address anyway...


3.0.x is broken in this regard (stack back trace on x86-64 elf targets), see 
other threads on the
fpc mailing lists regarding this. This is why we discussing a quick as 
possibile 3.0.4 release.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to