View Issue Details

IDProjectCategoryView StatusLast Update
0003734Slicer4Core: Diffusion and Tractography (Any modules)public2017-07-26 15:41
Reporternicole Assigned Toinorton  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformMacOSOS Version
Product Version 
Target VersionSlicer 4.7.0Fixed in Version 
Summary0003734: Range check error when switching between scalar values on fibre bundles
Description

I get an assert crash when flipping between various scalar options in the Tractography Display module:

ASSERT: "d->equal(d->Slider->minimumValue(), d->MinimumSpinBox->value())" in file /Users/nicole/Slicer4-svn/Slicer-build-debug/CTK/Libs/Widgets/ctkRangeWidget.cpp, line 312

Steps To Reproduce

Load glyphs_orig.vtk as a fiber bundle
Tractography Display
Advanced display
Tubes visible
Of Scalar Value (default is FA2)
Change of scalar value to norm
Change of scalar value to 1

Additional Information

Partial stack trace:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8e308212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8f7b6b54 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff8f7fadce abort + 143
3 QtCore 0x00000001198249c5 qt_message_output(QtMsgType, char const) + 117
4 QtCore 0x0000000119824ba7 qt_message(QtMsgType, char const
, __va_list_tag) + 183
5 QtCore 0x0000000119824d6a qFatal(char const
, ...) + 170
6 libCTKWidgets.0.1.dylib 0x000000010f087f44 ctkRangeWidget::setRange(double, double) + 788 (ctkRangeWidget.cpp:312)
7 libqMRMLWidgets.dylib 0x000000010e9e7e27 qMRMLRangeWidget::updateRange() + 87 (qMRMLRangeWidget.cxx:136)
8 libqMRMLWidgets.dylib 0x000000010e9e7dbc qMRMLRangeWidget::updateSpinBoxRange(double, double) + 172 (qMRMLRangeWidget.cxx:129)
9 libqMRMLWidgets.dylib 0x000000010ea642b2 qMRMLRangeWidget::qt_metacall(QMetaObject::Call, int, void) + 274 (moc_qMRMLRangeWidget.cxx:98)
10 QtCore 0x000000011987ae26 QMetaObject::activate(QObject, QMetaObject const, int, void
) + 710
11 libCTKWidgets.0.1.dylib 0x000000010f0db6c5 ctkDoubleRangeSlider::rangeChanged(double, double) + 85 (moc_ctkDoubleRangeSlider.cxx:275)
12 libCTKWidgets.0.1.dylib 0x000000010f021e7a ctkDoubleRangeSlider::setRange(double, double) + 634 (ctkDoubleRangeSlider.cpp:341)
13 libCTKWidgets.0.1.dylib 0x000000010f087dc3 ctkRangeWidget::setRange(double, double) + 403 (ctkRangeWidget.cpp:309)
14 libqSlicerTractographyDisplayModuleWidgets.dylib 0x00000001338bd5af qSlicerTractographyDisplayWidget::updateScalarRange() + 351 (qSlicerTractographyDisplayWidget.cxx:661)
15 libqSlicerTractographyDisplayModuleWidgets.dylib 0x00000001338bc8f5 qSlicerTractographyDisplayWidget::updateWidgetFromMRML() + 2821 (qSlicerTractographyDisplayWidget.cxx:790)
16 libqSlicerTractographyDisplayModuleWidgets.dylib 0x00000001338c3bcb qSlicerTractographyDisplayWidget::qt_metacall(QMetaObject::Call, int, void) + 795 (moc_qSlicerTractographyDisplayWidget.cxx:148)
17 QtCore 0x000000011987ae26 QMetaObject::activate(QObject, QMetaObject const, int, void
) + 710
18 libCTKVisualizationVTKCore.0.1.dylib 0x0000000112339f1d ctkVTKConnection::emitExecute(vtkObject, void, unsigned long, void) + 125 (moc_ctkVTKConnection.cxx:106)
19 libCTKVisualizationVTKCore.0.1.dylib 0x0000000112322603 ctkVTKConnectionPrivate::execute(vtkObject
, unsigned long, void, void) + 915 (ctkVTKConnection.cpp:409)
20 libCTKVisualizationVTKCore.0.1.dylib 0x0000000112320759 ctkVTKConnectionPrivate::DoCallback(vtkObject, unsigned long, void, void) + 105 (ctkVTKConnection.cpp:369)
21 libvtkCommon.5.10.dylib 0x0000000125825a94 vtkCallbackCommand::Execute(vtkObject
, unsigned long, void) + 84 (vtkCallbackCommand.cxx:43)
22 libMRMLCore.dylib 0x00000001156e5dcf vtkEventBroker::InvokeObservation(vtkObservation
, unsigned long, void) + 255 (vtkEventBroker.cxx:842)
23 libMRMLCore.dylib 0x00000001156e563c vtkEventBroker::ProcessEvent(vtkObservation
, vtkObject, unsigned long, void) + 188 (vtkEventBroker.cxx:688)
24 libMRMLCore.dylib 0x00000001156e672b vtkEventBroker::Callback(vtkObject, unsigned long, void, void) + 507 (vtkEventBroker.cxx:914)
25 libvtkCommon.5.10.dylib 0x0000000125825a94 vtkCallbackCommand::Execute(vtkObject
, unsigned long, void) + 84 (vtkCallbackCommand.cxx:43)
26 libvtkCommon.5.10.dylib 0x000000012593143c vtkSubjectHelper::InvokeEvent(unsigned long, void
, vtkObject) + 2460 (vtkObject.cxx:620)
27 libvtkCommon.5.10.dylib 0x00000001259319e2 vtkObject::InvokeEvent(unsigned long, void
) + 66 (vtkObject.cxx:789)
28 libvtkCommon.5.10.dylib 0x0000000125931bc2 vtkObject::Modified() + 66 (vtkObject.cxx:856)
29 libMRMLCLI.dylib 0x00000001155fc463 vtkMRMLNode::InvokePendingModifiedEvent() + 67 (vtkMRMLNode.h:381)
30 libMRMLCLI.dylib 0x00000001155f826c vtkMRMLNode::EndModify(int) + 60 (vtkMRMLNode.h:228)
31 libMRMLCore.dylib 0x00000001157b14f9 vtkMRMLModelDisplayNode::SetActiveScalarName(char const*) + 121 (vtkMRMLModelDisplayNode.cxx:154)
32 libqSlicerTractographyDisplayModuleWidgets.dylib 0x00000001338bd24f qSlicerTractographyDisplayWidget::onColorByScalarChanged(int) + 271 (qSlicerTractographyDisplayWidget.cxx:369)
33 libqSlicerTractographyDisplayModuleWidgets.dylib 0x00000001338c3a12 qSlicerTractographyDisplayWidget::qt_metacall(QMetaObject::Call, int, void) + 354 (moc_qSlicerTractographyDisplayWidget.cxx:130)
34 QtCore 0x000000011987ae26 QMetaObject::activate(QObject, QMetaObject const, int, void
) + 710
35 QtGui 0x0000000118f5c1f0 QComboBox::currentIndexChanged(int) + 48
36 QtGui 0x0000000118f5dbcc QComboBoxPrivate::_q_emitCurrentIndexChanged(QModelIndex const&) + 44
37 QtGui 0x0000000118f6085e QComboBoxPrivate::setCurrentIndex(QModelIndex const&) + 254
38 QtGui 0x0000000118f60c95 QComboBoxPrivate::_q_itemSelected(QModelIndex const&) + 69
39 QtGui 0x0000000118f659da QComboBox::qt_metacall(QMetaObject::Call, int, void) + 714
40 libCTKVisualizationVTKWidgets.0.1.dylib 0x000000010eede173 ctkVTKDataSetArrayComboBox::qt_metacall(QMetaObject::Call, int, void
) + 51 (moc_ctkVTKDataSetArrayComboBox.cxx:99)

TagsNo tags attached.

Relationships

related to 0003672 closednicole tractography display have multiple issues 

Activities

2014-06-10 11:48

 

glyphs_orig.vtk (2,245,438 bytes)
alexy

alexy

2014-06-13 10:54

developer   ~0012061

Looks like ctkRangeWidget bug. Range and Slider min/max are miss-matched.
I remember seeing something similar long time ago, but I thought Julien fixed it.

jcfr

jcfr

2014-07-30 14:24

administrator   ~0012300

Was able to reproduce. Re-targeting since this is a non-issue for the release itself.

#0 0x00007f1a353b2f77 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
0000001 0x00007f1a353b65e8 in __GI_abort () at abort.c:90
0000002 0x00007f1a3fa7a5b4 in qt_message_output(QtMsgType, char const) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000003 0x00007f1a3fa7a768 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000004 0x00007f1a3fa7a8f4 in qFatal(char const
, ...) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000005 0x00007f1a5c5d64bf in ctkRangeWidget::setRange (this=0x79a9070, min=0.0010026800446212292, max=0.0029225500766187906) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK/Libs/Widgets/ctkRangeWidget.cpp:312
0000006 0x00007f1a5f6edde0 in qMRMLRangeWidget::updateRange (this=0x79a9070) at /home/jchris/Projects/Slicer-2/Libs/MRML/Widgets/qMRMLRangeWidget.cxx:135
0000007 0x00007f1a5f6edd4d in qMRMLRangeWidget::updateSpinBoxRange (this=0x79a9070, min=0.0010026800446212292, max=0.0029225500766187906) at /home/jchris/Projects/Slicer-2/Libs/MRML/Widgets/qMRMLRangeWidget.cxx:128
0000008 0x00007f1a5f7635e4 in qMRMLRangeWidget::qt_static_metacall (_o=0x79a9070, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7fff34bdd5e0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/Slicer-build/Libs/MRML/Widgets/moc_qMRMLRangeWidget.cxx:74
0000009 0x00007f1a3fb9271f in QMetaObject::activate(QObject, QMetaObject const, int, void) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000010 0x00007f1a5c62a2a8 in ctkDoubleRangeSlider::rangeChanged (this=0x79a5810, _t1=0.0010026800446212292, _t2=0.0029225500766187906) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK-build/CTK-build/Libs/Widgets/moc_ctkDoubleRangeSlider.cxx:284
0000011 0x00007f1a5c572d26 in ctkDoubleRangeSlider::setRange (this=0x79a5810, newMin=0.0010026800446212292, newMax=0.0029225500766187906) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK/Libs/Widgets/ctkDoubleRangeSlider.cpp:343
0000012 0x00007f1a5c5d635c in ctkRangeWidget::setRange (this=0x79a9070, min=0.0010026800446212292, max=0.0029225500766187906) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK/Libs/Widgets/ctkRangeWidget.cpp:308
0000013 0x00007f19ee1aac5b in qSlicerTractographyDisplayWidget::updateScalarRange (this=0x7994d80) at /home/jchris/Projects/Slicer-2/Modules/Loadable/TractographyDisplay/Widgets/qSlicerTractographyDisplayWidget.cxx:660
0000014 0x00007f19ee1ab818 in qSlicerTractographyDisplayWidget::updateWidgetFromMRML (this=0x7994d80) at /home/jchris/Projects/Slicer-2/Modules/Loadable/TractographyDisplay/Widgets/qSlicerTractographyDisplayWidget.cxx:790
0000015 0x00007f19ee1b10c4 in qSlicerTractographyDisplayWidget::qt_static_metacall (_o=0x7994d80, _c=QMetaObject::InvokeMetaMethod, _id=27, _a=0x7fff34bdd9f0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/Slicer-build/Modules/Loadable/TractographyDisplay/Widgets/moc_qSlicerTractographyDisplayWidget.cxx:124
0000016 0x00007f1a3fb9271f in QMetaObject::activate(QObject, QMetaObject const, int, void
) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000017 0x00007f1a5a5a1046 in ctkVTKConnection::emitExecute (this=0x7957a00, _t1=0x75e2a80, _t2=0x0, _t3=33, _t4=0x7d04b00) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK-build/CTK-build/Libs/Visualization/VTK/Core/moc_ctkVTKConnection.cxx:116
0000018 0x00007f1a5a5927fe in ctkVTKConnectionPrivate::execute (this=0x7d04b00, vtk_obj=0x75e2a80, vtk_event=33, client_data=0x7d04b00, call_data=0x0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK/Libs/Visualization/VTK/Core/ctkVTKConnection.cpp:422
0000019 0x00007f1a5a59255e in ctkVTKConnectionPrivate::DoCallback (vtk_obj=0x75e2a80, event=33, client_data=0x7d04b00, call_data=0x0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/CTK/Libs/Visualization/VTK/Core/ctkVTKConnection.cpp:381
0000020 0x00007f1a36efefa7 in vtkCallbackCommand::Execute (this=0x7d050b0, caller=0x75e2a80, event=33, callData=0x0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/VTKv6/Common/Core/vtkCallbackCommand.cxx:42
0000021 0x00007f1a56484a19 in vtkEventBroker::InvokeObservation (this=0x2383ca0, observation=0x7d00ae0, eid=33, callData=0x0) at /home/jchris/Projects/Slicer-2/Libs/MRML/Core/vtkEventBroker.cxx:838
0000022 0x00007f1a5648400d in vtkEventBroker::ProcessEvent (this=0x2383ca0, observation=0x7d00ae0, caller=0x75e2a80, eid=33, callData=0x0) at /home/jchris/Projects/Slicer-2/Libs/MRML/Core/vtkEventBroker.cxx:687
0000023 0x00007f1a56484fe7 in vtkEventBroker::Callback (caller=0x75e2a80, eid=33, clientData=0x7d00ae0, callData=0x0) at /home/jchris/Projects/Slicer-2/Libs/MRML/Core/vtkEventBroker.cxx:913
0000024 0x00007f1a36efefa7 in vtkCallbackCommand::Execute (this=0x7d056c0, caller=0x75e2a80, event=33, callData=0x0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/VTKv6/Common/Core/vtkCallbackCommand.cxx:42
0000025 0x00007f1a370a0ed0 in vtkSubjectHelper::InvokeEvent (this=0x75e24e0, event=33, callData=0x0, self=0x75e2a80) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/VTKv6/Common/Core/vtkObject.cxx:616
0000026 0x00007f1a370a13f7 in vtkObject::InvokeEvent (this=0x75e2a80, event=33, callData=0x0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/VTKv6/Common/Core/vtkObject.cxx:785
0000027 0x00007f1a370a15c0 in vtkObject::Modified (this=0x75e2a80) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/VTKv6/Common/Core/vtkObject.cxx:851
0000028 0x00007f1a56d6a294 in vtkMRMLNode::InvokePendingModifiedEvent (this=0x75e2a80) at /home/jchris/Projects/Slicer-2/Libs/MRML/Core/vtkMRMLNode.h:382
0000029 0x00007f1a56d67306 in vtkMRMLNode::EndModify (this=0x75e2a80, previousDisableModifiedEventState=0) at /home/jchris/Projects/Slicer-2/Libs/MRML/Core/vtkMRMLNode.h:230
0000030 0x00007f1a56537595 in vtkMRMLModelDisplayNode::SetActiveScalarName (this=0x75e2a80, scalarName=0x7e68168 "1") at /home/jchris/Projects/Slicer-2/Libs/MRML/Core/vtkMRMLModelDisplayNode.cxx:153
0000031 0x00007f19ee1a9bee in qSlicerTractographyDisplayWidget::onColorByScalarChanged (this=0x7994d80, scalarIndex=1) at /home/jchris/Projects/Slicer-2/Modules/Loadable/TractographyDisplay/Widgets/qSlicerTractographyDisplayWidget.cxx:369
0000032 0x00007f19ee1b0e69 in qSlicerTractographyDisplayWidget::qt_static_metacall (_o=0x7994d80, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0x7fff34bde0e0) at /home/jchris/Projects/Slicer-2-SuperBuild-Debug/Slicer-build/Modules/Loadable/TractographyDisplay/Widgets/moc_qSlicerTractographyDisplayWidget.cxx:106
0000033 0x00007f1a3fb9271f in QMetaObject::activate(QObject, QMetaObject const, int, void) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000034 0x00007f1a407d9151 in QComboBox::currentIndexChanged(int) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000035 0x00007f1a407d91b7 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000036 0x00007f1a407d93c0 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000037 0x00007f1a407d9594 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000038 0x00007f1a3fb9271f in QMetaObject::activate(QObject, QMetaObject const, int, void
) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000039 0x00007f1a40a63d02 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000040 0x00007f1a407d61e7 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000041 0x00007f1a3fb7e936 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject, QEvent) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000042 0x00007f1a4041c7ec in QApplicationPrivate::notify_helper(QObject, QEvent) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000043 0x00007f1a4041f8d5 in QApplication::notify(QObject, QEvent) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000044 0x00007f1a5fb42124 in qSlicerApplication::notify (this=0x7fff34bdf6f0, receiver=0x5d40d50, event=0x7fff34bdeb70) at /home/jchris/Projects/Slicer-2/Base/QTGUI/qSlicerApplication.cxx:327
0000045 0x00007f1a3fb7e7ce in QCoreApplication::notifyInternal(QObject, QEvent) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000046 0x00007f1a40422773 in QApplicationPrivate::sendMouseEvent(QWidget, QMouseEvent, QWidget, QWidget, QWidget*, QPointer<QWidget>&, bool) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000047 0x00007f1a4049015c in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000048 0x00007f1a4048f130 in QApplication::x11ProcessEvent(_XEvent
) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000049 0x00007f1a404b6909 in ?? () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtGui.so.4
0000050 0x00007f1a3fb7d55f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000051 0x00007f1a3fb7d7e8 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000052 0x00007f1a3fb828b8 in QCoreApplication::exec() () from /home/jchris/Support/qt-everywhere-opensource-release-build-4.8.5/lib/libQtCore.so.4
0000053 0x00000000004069b1 in (anonymous namespace)::SlicerAppMain (argc=1, argv=0x7fff34bdf888) at /home/jchris/Projects/Slicer-2/Applications/SlicerApp/Main.cxx:209
0000054 0x0000000000406d20 in main (argc=1, argv=0x7fff34bdf888) at /home/jchris/Projects/Slicer-2/Applications/SlicerApp/Main.cxx:241

jcfr

jcfr

2015-11-02 12:06

administrator   ~0013500

Last edited: 2015-11-02 12:06

As of r24687, I was able to reproduce the problem. Since the problem happen in Debug build, re-targeting for 4.5.1

Hint for developer:

lassoan

lassoan

2017-06-13 10:27

developer   ~0014806

This is a debug assert, not a crash.

inorton

inorton

2017-07-26 15:41

developer   ~0014996

x-ref https://github.com/SlicerDMRI/SlicerDMRI/commit/f1741eeb169c8d5dd6a5cdb05e4d63f8e71e79c8

Issue History

Date Modified Username Field Change
2014-06-10 11:48 nicole New Issue
2014-06-10 11:48 nicole Status new => assigned
2014-06-10 11:48 nicole Assigned To => alexy
2014-06-10 11:48 nicole File Added: glyphs_orig.vtk
2014-06-10 11:50 nicole Relationship added related to 0003672
2014-06-13 10:54 alexy Note Added: 0012061
2014-06-13 10:54 alexy Assigned To alexy => jcfr
2014-06-13 10:54 alexy Additional Information Updated
2014-07-30 14:22 jcfr Assigned To jcfr => finetjul
2014-07-30 14:22 jcfr Priority high => low
2014-07-30 14:22 jcfr Target Version Slicer 4.4.0 => Slicer 4.5.0-1
2014-07-30 14:24 jcfr Note Added: 0012300
2015-11-02 12:05 jcfr Target Version Slicer 4.5.0-1 => Slicer 4.5.1
2015-11-02 12:06 jcfr Note Added: 0013500
2015-11-02 12:06 jcfr Note Edited: 0013500
2015-11-30 17:50 jcfr Category Module TractographyDisplay => Module: Any Tractography modules
2016-02-29 14:04 jcfr Category Module Tractography (any modules) => Core: Diffusion & Tractography
2016-02-29 14:05 jcfr Category Core: Diffusion & Tractography => Core: Diffusion & Tractography (Any modules)
2016-03-01 10:15 pieper Assigned To finetjul => inorton
2016-06-20 14:14 jcfr Category Core: Diffusion & Tractography (Any modules) => Core: Diffusion and Tractography (Any modules)
2016-10-12 02:56 jcfr Target Version Slicer 4.5.1 => Slicer 4.7.0
2017-06-13 10:27 lassoan Severity crash => minor
2017-06-13 10:27 lassoan Summary Crash when switching between scalar values on fibre bundles => Range check error when switching between scalar values on fibre bundles
2017-06-13 10:27 lassoan Note Added: 0014806
2017-07-25 10:57 inorton Status assigned => closed
2017-07-25 10:57 inorton Resolution open => fixed
2017-07-26 15:41 inorton Note Added: 0014996