diff --git a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/ThreadOperationsUtilities/ThreadOperations.cpp b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/ThreadOperationsUtilities/ThreadOperations.cpp --- a/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/ThreadOperationsUtilities/ThreadOperations.cpp +++ b/native/cpp/CommonCpp/NativeModules/PersistentStorageUtilities/ThreadOperationsUtilities/ThreadOperations.cpp @@ -33,7 +33,8 @@ std::string(e.what())); return; } - - DatabaseManager::getQueryExecutor().replaceThread(*thread); + // Line below is temporarily blocked to establish + // whether it is a reason for the crash + // DatabaseManager::getQueryExecutor().replaceThread(*thread); } } // namespace comm