Thanks for yours!
Yes, application also crashing without debugging info (release mode).
Also I'm using SQLite as an external library, that's it.
So as I said, nothing changing in the code, but after compiling in 1.8.0 I've got error.
The problem is I don't know exactly which part of code caused the error itself, furthermore I've tried to empty all events, i.e. OnCreate, OnShow, OnClose and OnDestroy (my thought was that problem is on closing events), but nothing helps... And yes, the stack trace window shows that the problem is in TDataSet, but DB is not open at all. Let me show you one more video
https://youtu.be/d9ueRTakTDwMaybe you have some ideas, how to identify the exact part of code which cause error?