You are not logged in.
Pages: 1
Hi,
I updated my FPC/Lazarus to FPC 3.3.1 (trunk), Lazarus 2.0.11 (fixes) and also download latest mORMot trunk and I have sigsegv in SynCommons.GetEumName.
Here is a output of TestSQL3:
[dev@localhost x86_64-linux]$ ./TestSQL3
An unhandled exception occurred at $000000000050DC37:
EAccessViolation: Access violation
$000000000050DC37 GETENUMNAME, line 21623 of SynCommons.pas
$0000000000519CAF TOTEXT, line 27165 of SynCommons.pas
$0000000000519E81 SETLINUXDISTRIB, line 27455 of SynCommons.pas
$000000000051A7BF RETRIEVESYSTEMINFO, line 27532 of SynCommons.pas
$0000000000595716 SYNCOMMONS_$$_init$, line 63242 of SynCommons.pas
$000000000041E09C
Or I should report about it to FPC bugtracker ?
Last edited by amsdev (2021-02-09 20:04:58)
Offline
I roll-back to FPC 3.2.1 and all works fine ! Looks like problem in FPC trunk...
Offline
Recommended versions are:
FPC SVN 45643 (3.2.0)
Lazarus SVN 63526 (2.0.10)
Offline
Pages: 1