computree / computree-plugin-lvox

Computree voxel plugin
0 stars 1 forks source link

Computree crashes when closing #11

Closed giraldeau closed 7 years ago

giraldeau commented 7 years ago

An object is deleted while its corresponding thread is still using it. This causes computree to crash. On Windows, a dialog is shown and requires interactive click input to dismiss. For that reason, a script cannot complete non-interactively.

giraldeau commented 7 years ago

The CDM_Log member thread was deleted while still running. The call to QThread::quit() seems required, because this thread manages events and has an event loop. Fixed in computreev3.