Page MenuHomePhabricator

Crash in PlanarFigureSegmentationController
Closed, ResolvedPublic

Description

There is a Crash in the PlanarFigureSegmentationController that occurs when AddPlanarFigure() is called after GetInterpolationResult() is called.

Event Timeline

User engelm has pushed new remote branch:

bug-17276-crash-in-PlanarFigureSegmentationController

User engelm has pushed new remote branch:

bug-17276-crash-in-PlanarFigureSegmentationController-master

I have integrated the fix into my snapshot.

A merge to master was not possible as the dashboard is currently red.

[ff5720]: Merge branch 'bug-17276-crash-in-PlanarFigureSegmentationController-ma

Merged commits:

2014-02-20 09:26:11 Markus Engel [2e25e2]
initializing filters if they are NULL

I have fixed this potential Crash by making sure that the filters are correctly initialized before trying to call methods on them...

Easy fix, merged into master