Linux crash fixes
This commit is contained in:
parent
2f0cde9e9e
commit
363618beb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue