#1 Today 02:38:09

rungsant.dev
Member
Registered: Today
Posts: 2

run mORMot2test error

I just installed mORMot2 and compile mORMot2test with lazarus4.6 FPC 3.2.2 on window10 pass but it's running an error.

1.2. Core process:
  - RTTI: 1,653 assertions passed  646us
  - Data structures: 13,964,844 assertions passed  159.94ms
  - Url encoding: 3,264 assertions passed  844us
  - Encode decode JSON: 564,778 assertions passed  100.61ms
  - JSON benchmark: no assertion  1.82ms
  - Wiki markdown to html: 817 assertions passed  320us
  - Variants: 167 assertions passed  122us
  - Mustache renderer: 190 assertions passed  3.25ms

and Debugger Exception Notification
raised exception class 'ESynVariant' with message: TDocVariant.DispInvoke: invalid (1)


Where do I need to fix it?

Offline

#2 Today 06:19:06

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 15,452
Website

Re: run mORMot2test error

Welcome to mORMot!

This is a FPC 3.2.2 regression, properly documented in the README file:

Note that FPC 3.2.2 has a regression with variant late binding - use FPC 3.2.2 fixes branch instead.

https://gitlab.com/freepascal.org/fpc/s … tems/39438

Offline

#3 Today 08:38:08

rungsant.dev
Member
Registered: Today
Posts: 2

Re: run mORMot2test error

Run test completed.

Thank you very much.

Offline

Board footer

Powered by FluxBB