From: Геннадий З. <zab...@gm...> - 2015-04-08 15:00:56
|
Hello everyone. I want to discuss changes in finalizers regarding a couple of crashes we experience in our FB using. Issues in tracker: http://tracker.firebirdsql.org/browse/DNET-582 http://tracker.firebirdsql.org/browse/DNET-597 As for 582 we have discussion in PR that crutches it on GitHub: https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/19 As for 597 try...catch doesn't work, it is a more complicated problem. My suggestion is to refactor Dispose/Finalizer methods to not use managed objects which might be already disposed. Maybe anyone have another thought? JIri, what do you think? |