Page MenuHomePhabricator

Infinite loop in mitk::NavigationDataEvaluationFilter::CreateMembersForAllInputs
Closed, ResolvedPublic

Description

The code enters an infinite loop when populating the m_InavildSamples container due to a copy/paste error. Also, m_InavildSamples is misspelled.

Event Timeline

New remote branch pushed: bug-16060-InfiniteLoopInNavigationDataEvaluationFilter

This branch cannot be merged into bug-15963-IGTCodingBase2, because it is based on a newer master.

Integrate it into the master after bug-15963-IGTCodingBase2 was integrated into the master.

Sounds good. I'll watch for T15963 to be closed/merged.

New remote branch pushed: bug-16060-IntegrationBranch-2014-01

[5b6a95]: Merge branch 'bug-16060-IntegrationBranch-2014-01'

Merged commits:

2014-01-08 14:34:54 Alfred Franz [2494b0]
Merge branch 'bug-16060-InfiniteLoopInNavigationDataEvaluationFilter'

Conflicts:
Modules/IGT/Algorithms/mitkNavigationDataEvaluationFilter.cpp


2013-09-11 16:18:36 Taylor Braun-Jones [8ead09]
Fix infinite loop bug when populating m_InvalidSamples


2013-09-11 16:17:50 Taylor Braun-Jones [4d882a]
Fix spelling of m_InavildSamples