Skip to content

BUG: Protect FilterWatcher from Progress before Start events

Created by: blowekamp

If the ShowProgress method is observed before StartFilter the ITK time probe will be stopped before the it's started. This causes an exception. This case is just caught and ignored.

This issue was detected with the itk::StreamingImageFilter.

Merge request reports