Page MenuHomePhabricator

QMitkPointListWidget: dynamic_cast in method ObserveNewPointSet() fails under Windows 7
Closed, ResolvedPublic

Description

There an exception with the message "Access violation - no RTTI data!" is thrown from time to time.

To reproduce this bug use the TrackingToolbox view of IGT and add two tools. (Windows 7 / VS2008)

Event Timeline

This leads to a crash in the IGT module, so setting this to a higher importance.

User franza has pushed new remote branch:

bug-18316-CrashPointListWidget

also occurs with VS2012, setting this bug to critical

branch bug-18316-CrashPointListWidget fixes the crash but is more a workaround. However, I'm not sure if we can fix a bug in the RTTI. This branch should be merged for the release to fix the crashes in MITK.

[549354]: Merge branch 'bug-18316-CrashPointListWidget'

Merged commits:

2014-10-21 16:30:06 Alfred Franz [312b03]
Now catching the exception and giving an error message if the error occurs. This avoids crashes.