You are not logged in.
Pages: 1
Hi all,
I'm newbie - just installed Lazarus 2.0.10 r63526 - Fpc 3.2.0 running under i386-win32 on Windows 10.
Got the 1.18 Mormot with Github - set the correct paths as explained in the synopse mormot documentation.
Developed a first Rest application with SQLite and when running I get the SIGSEGV error at line 19541:
Res.Len := ord(Res.Text[-1]); ( in VarRecToTempUTF8 function )
Anyone knows how to resolve ?
Thanks in advance.
Offline
I am not able to reproduce it.
Do the TestSQL3.dpr regression tests pass on your PC?
I don't have any problem here:
Windows 10 64bit (10.0.19042) (cp1252)
2 x Intel(R) Core(TM) i3-7020U CPU @ 2.30GHz (x86)
Using mORMot 1.18.6228
TSQLite3LibraryStatic 3.34.1 with internal MM
Generated with: Free Pascal 3.2 32 bit compiler
Time elapsed for all tests: 4m06
Performed 2021-02-04 19:37:26 by User on DESKTOP-IFE188D
Total assertions failed for all test suits: 0 / 44,422,354
Does the class which is passed as parameter to this function have RTTI?
Offline
Pages: 1