Page MenuHomePhabricator

Error/crash in run segmentation while already processing
Closed, ResolvedPublic

Description

In some tools of the segmentation plugin (eg. region growing 3d):
1- Click run segmentation
2- Before the process finishes:
2,1- click the run button again
2,2- close the working segmentation tool
3- Error/crash

Event Timeline

This bug seems to be a more general case and related to the T13180 (The progress bar is calling qApp->processEvents that results in enabling user interaction while synchronous process is going on).
It would be better to solve the main issue, and in this regards close this bug and set the bug-13180 to higher importance.