Linux crash fixes

This commit is contained in:
PavelMikus 2023-01-17 13:30:04 +01:00 committed by Pavel Mikuš
parent 2f0cde9e9e
commit 363618beb8

View file

@ -235,7 +235,7 @@ void BackgroundSlicingProcess::thread_proc()
// Process the background slicing task.
m_state = STATE_RUNNING;
lck.unlock();
static std::exception_ptr exception;
std::exception_ptr exception;
#ifdef _WIN32
this->call_process_seh_throw(exception);
#else