You are not logged in.
Pages: 1
I am using mORMot (source code from current fossil top leaf) + Unigui, SQLite, Delphi XE2, windows 7.
The application is raising this exception when exiting:
---------------------------
Debugger Exception Notification
---------------------------
Project ouvidoria.exe raised exception class $C0000005 with message 'access violation at 0x7647d09c: read of address 0x73c295dd'.
---------------------------
Break Continue Help
---------------------------
The debugger stops at line 31800 of SynCommons.pas.
No AV if I comment this line
TSQLLog.Family.Level := LOG_VERBOSE;
Offline
In fact, this access violation occurs during the stack trace logging.
In real world, it should be catched and ignored.
We will need a full stack trace of the problem.
Also try to set the corresponding TSQLog.Family.StackTraceUse := stOnlyAPI option, to ignore this manual stack trace logging.
Offline
Pages: 1