Subject Too many savepoints ...
Author scr0546
Hello,

I had a problem with FB 1.5.3, that crashed, when inserting 50
records.

Using TIBOQuery:

StartTransaction;
... Inserting, InsertTriggers ...
CommitTransaction;

then FB hanged with 100% CPU performance.
After shutting down the service, the logfile telled:
"internal gds software consistency check
(Too many savepoints (287))"

The records where inserted correctly.
What can be the reason for that error?

Configuration:
- 1 IBO-Client Local at the server
- 1 IBO-Client Remote, connected over the internet to FB
- 1 Remobject-Dataabstract-Server Local (uses loaded RO-IBO-Driver)
for dataexchange from/to MS-SQL-Server

All Clients are connected via TCP-Protocol

The Remote-Client was not online, when FB crashed.

Thanks for help
Joe