Hi Arnaud,
It seems like Master is failing in release mode only and works fine in debug mode.
To make sure everything is right, I recompiled ITK 3.20.1 and VTK 5.8 in release mode from scratch. The output at at the command line is:
QAbstractItemView::setSelectionModel() failed: Trying to set a selection model, which works on a different model than the view.
QAbstractItemView::setSelectionModel() failed: Trying to set a selection model, which works on a different model than the view.
QAbstractItemView::setSelectionModel() failed: Trying to set a selection model, which works on a different model than the view.
Segmentation fault (core dumped)
The crash happens when I use one-click segmentation. I used Qt debugger to further narrow down the location.
0 itk::CropImageFilter<itk::Image<float, 3u>, itk::Image<float, 3u> >::GenerateOutputInformation() 0 0xa5a2e7
1 itk::ProcessObject::UpdateOutputInformation() 0 0xd35103
2 itk::ImageBase<3u>::UpdateOutputInformation() 0 0x91eb3f
3 itk::DataObject::Update() 0 0xd287bd
4 itk::ReconstructionImageFilter<itk::Image<float, 3u>, itk::Image<float, 3u>, std::less<float> >::GenerateData() 0 0xa588aa
5 itk::ProcessObject::UpdateOutputData(itk::DataObject*) 0 0xd35adc
6 itk::ImageBase<3u>::UpdateOutputData() 0 0x92da82
7 itk::GrayscaleFillholeImageFilter<itk::Image<float, 3u>, itk::Image<float, 3u> >::GenerateData() 0 0xa523a5
8 itk::ProcessObject::UpdateOutputData(itk::DataObject*) 0 0xd35adc
9 itk::ImageBase<3u>::UpdateOutputData() 0 0x92da82
10 itk::PreprocessImageFilter<itk::Image<unsigned char, 3u>, itk::Image<unsigned char, 3u> >::GenerateData() 0 0xa4696e
11 itk::ProcessObject::UpdateOutputData(itk::DataObject*) 0 0xd35adc
12 itk::ImageBase<3u>::UpdateOutputData() 0 0x92da82
13 itk::WatershedBasedCellSegmentation<itk::Image<unsigned char, 3u>, itk::Image<double, 3u>, itk::Image<int, 3u> >::GenerateData() 0 0xa8f9c1
14 itk::ProcessObject::UpdateOutputData(itk::DataObject*) 0 0xd35adc
15 itk::ImageBase<3u>::UpdateOutputData() 0 0x92da82
16 QGoMeshWaterShedAlgo::ApplyAlgo(GoImageProcessor*, std::string, bool) 0 0xa601b5
17 QGoMeshEditingWidgetManager::ApplyWaterShedAlgo() 0 0x9d2f71
18 QGoMeshEditingWidgetManager::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) 0 0xbbb4c5
19 QMetaObject::activate qobject.cpp 3547 0x7ffff5306281
20 QGoAlgorithmsManagerWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) 0 0xbffadd
... <More>
Any ideas?
Kishore