Access Violation in TZAbstractDatabaseMetadata.Destroy
Posted: 03.10.2020, 12:59
Hi
I'm using zeos + Firebird 2.5 + mORMot in a project and I'm getting AVs in destructor TZAbstractDatabaseMetadata.Destroy. The line where the AV is raised is this:
FDatabaseInfo := nil;
the AV is raised when the connection is deleted from the thread pool due to the connection timeout. I'm using connection timeouts in mormot setting the property ConnectionTimeoutMinutes
Any help about this will be really appreciated.
Thanks.
I'm using zeos + Firebird 2.5 + mORMot in a project and I'm getting AVs in destructor TZAbstractDatabaseMetadata.Destroy. The line where the AV is raised is this:
FDatabaseInfo := nil;
the AV is raised when the connection is deleted from the thread pool due to the connection timeout. I'm using connection timeouts in mormot setting the property ConnectionTimeoutMinutes
Any help about this will be really appreciated.
Thanks.