Page MenuHomePhabricator

Fastmarching 3D tool crashes if two seed point are placed quickly
Closed, ResolvedPublic

Description

Activate fast marching 3d tool and place quickly two seed points -> MITK crashes

Event Timeline

Crash is due to adding points while updating the itk filters. Can be fixed by removing the pointset interactor during update steps and adding it again afterwards.

New remote branch pushed: bug-16097-crash-in-fastmarching-tool-quickly-adding-points

[31bcc3]: Merge branch 'bug-16097-crash-in-fastmarching-tool-quickly-adding-poin

Merged commits:

2013-09-18 11:19:44 Tobias Schroeder [ae1181]
No poinset interaction during update.