knossos-project / knossos

KNOSSOS is a software tool for the visualization and annotation of 3D image data and was developed for the rapid reconstruction of neural morphology and connectivity.
https://knossos.app
GNU General Public License v2.0
72 stars 18 forks source link

mesh gen progress stack overflow #492

Open Optiligence opened 4 years ago

Optiligence commented 4 years ago

https://github.com/knossos-project/knossos/blob/0baebe43530845be1e1683b98318d4c53caeaccf/mesh/mesh_generation.cpp#L217 When a lot of signals accumulate asynchronously in the event queue, QApplication::processEvents() in QProgressDialog::setValue results in a stack overflow.