knossos-project/knossos

mesh gen progress stack overflow

Opened this issue · 0 comments

QObject::connect(&watcher, &decltype(watcher)::progressValueChanged, &progress, &QProgressDialog::setValue);

When a lot of signals accumulate asynchronously in the event queue, QApplication::processEvents() in QProgressDialog::setValue results in a stack overflow.