mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-10 05:41:46 +08:00
Linux crash fixes
This commit is contained in:
parent
2f0cde9e9e
commit
363618beb8
@ -235,7 +235,7 @@ void BackgroundSlicingProcess::thread_proc()
|
|||||||
// Process the background slicing task.
|
// Process the background slicing task.
|
||||||
m_state = STATE_RUNNING;
|
m_state = STATE_RUNNING;
|
||||||
lck.unlock();
|
lck.unlock();
|
||||||
static std::exception_ptr exception;
|
std::exception_ptr exception;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
this->call_process_seh_throw(exception);
|
this->call_process_seh_throw(exception);
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user