You are not logged in.
Pages: 1
Hi Arnaud,
In mORMot r6135 (and several earlier versions, e.g. r6114) in TestSQL3 in Delphi 10 Seattle-Win64(on Windows 10-64),
I have a stop on these lines.
2.1. File based:
- Database direct access: 22,278 assertions passed 132.64ms
- Virtual table direct access: 12 assertions passed 2.53ms
- TSQLTableJSON: 149,089 assertions passed 111ms
In Delphi 10 Seattle-Win32 and Delphi 10.3.3 Rio Win32 and Win64 tests pass all of TestSQL3.
You don't know what the error in D10 Seattle-Win64 could be?
Offline
Displaying more lines does not appear for many minutes.
Additionally, the version compiled on Delphi 10.3.3-Win64 running in the same directory worked without stopping until the end.
Last edited by miab3 (2020-09-16 11:00:29)
Offline
I think it cleared up (I changed the name of the application and it went to the end).
It looks like Windows defender firewall was blocking the application but no permission message was popping up.
Offline
Hi,
I just got the same issue as the OP, and logs show the following:
20210326 12194517 EXCOS EAccessViolation (c0000005) [] at 9ac5e9
20210326 12194517 EXC EAccessViolation ("Access violation at address 00000000009AC5E9 in module 'TestSQL3.exe'. Read of address 0000000000000050") [] at 9ac5e9
20210326 12194517 fail #25 stack trace API 689f71 6a95e1 b9e02d 6aa55a bcc072 bcc3d4 bcc5da 7ff94a6a7974 7ff94d3ea2d1
20210326 12194517 fail SynSelfTests.TTestFileBased(02b4f3d0) File based - TSQLRestClientDB [] stack trace API 689274 6abfcd 6a9601 b9e02d 6aa55a bcc072 bcc3d4 bcc5da 7ff94a6a7974 7ff94d3ea2d1
Delphi 10.2 Update 3. It happens on Win64 target only. Debugger just throws me to CPU window. Using the latest sources of mORMot.
Edit: I picked an older version mORMot-1.18.4952.zip and the tests passed successfully.
Last edited by vlad (2021-03-26 13:32:50)
Offline
It's better to enable a map file generation (on Options page) and build a project with debug information - in this case for exception stack trace instead of proc addresses, that say nothing, we get a function names. It's helps a lot
Offline
Pages: 1