Difference between revisions of "Developer Meetings/20140826"
From Slicer Wiki
m (Created page with '== To discuss == * Release status ** BRAINSFit performance ** Mac hang on startup. See [http://www.na-mic.org/Bug/view.php?id=3809 #3809]') |
|||
Line 3: | Line 3: | ||
** BRAINSFit performance | ** BRAINSFit performance | ||
** Mac hang on startup. See [http://www.na-mic.org/Bug/view.php?id=3809 #3809] | ** Mac hang on startup. See [http://www.na-mic.org/Bug/view.php?id=3809 #3809] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == FPE Exception == | ||
+ | <pre> | ||
+ | $ ~/Support/cmake-3.0.1-Darwin64-universal/CMake.app/Contents/bin/ctest -R N4ITKBiasFieldCorrectionTest -VV | ||
+ | UpdateCTestConfiguration from :/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl | ||
+ | Parse Config file:/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl | ||
+ | Add coverage exclude regular expressions. | ||
+ | Add coverage exclude: /CMakeFiles/CMakeTmp/ | ||
+ | Add coverage exclude: .*/moc_.* | ||
+ | Add coverage exclude: .*/ui_.* | ||
+ | Add coverage exclude: .*/qrc_.* | ||
+ | Add coverage exclude: .*/Testing/.* | ||
+ | Add coverage exclude: .*Python.cxx | ||
+ | Add coverage exclude: .*PythonInit.cxx | ||
+ | Add coverage exclude: .*/DesignerPlugins/.* | ||
+ | Add coverage exclude: .*/generated_cpp/.* | ||
+ | UpdateCTestConfiguration from :/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl | ||
+ | Parse Config file:/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl | ||
+ | Test project /Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build | ||
+ | Constructing a list of tests | ||
+ | Done constructing a list of tests | ||
+ | Checking test dependency graph... | ||
+ | Checking test dependency graph end | ||
+ | test 452 | ||
+ | Start 452: N4ITKBiasFieldCorrectionTest | ||
+ | |||
+ | 452: Test command: /Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Slicer "--launcher-no-splash" "--launch" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/bin/N4ITKBiasFieldCorrectionTest" "--compare" "/Users/kitware/Projects/Slicer/Modules/CLI/N4ITKBiasFieldCorrection/Testing/../Data/Baseline/he3corrected.nii.gz" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Testing/Temporary/he3corrected.nii.gz" "ModuleEntryPoint" "--maskimage" "/Users/kitware/Projects/Slicer/Testing/Data/Input/he3mask.nii.gz" "--outputbiasfield" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Testing/Temporary/he3biasfield.nii.gz" "/Users/kitware/Projects/Slicer/Testing/Data/Input/he3volume.nii.gz" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Testing/Temporary/he3corrected.nii.gz" | ||
+ | 452: Test timeout computed to be: 1800 | ||
+ | 452: <filter-start> | ||
+ | 452: <filter-name>N4BiasFieldCorrectionImageFilter</filter-name> | ||
+ | 452: <filter-comment> "N4 Bias field correction" </filter-comment> | ||
+ | 452: </filter-start> | ||
+ | 452: FPE Signal Caught | ||
+ | 452: X87CR: 37f | ||
+ | 452: X87SR: 0 | ||
+ | 452: MXCSR: 1f80 | ||
+ | 452: signal: SIGFPE with code FPE_FLTUND | ||
+ | 452: invalid flag: 0 | ||
+ | 452: divByZero flag: 0 | ||
+ | 452: error: [/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/bin/N4ITKBiasFieldCorrectionTest] exit abnormally - Report the problem. | ||
+ | 1/1 Test #452: N4ITKBiasFieldCorrectionTest .....***Failed 2.27 sec | ||
+ | |||
+ | 0% tests passed, 1 tests failed out of 1 | ||
+ | |||
+ | Label Time Summary: | ||
+ | N4ITKBiasFieldCorrection = 2.27 sec | ||
+ | |||
+ | Total Test time (real) = 2.33 sec | ||
+ | |||
+ | The following tests FAILED: | ||
+ | 452 - N4ITKBiasFieldCorrectionTest (Failed) | ||
+ | Errors while running CTest | ||
+ | </pre> |
Revision as of 18:43, 26 August 2014
Home < Developer Meetings < 20140826To discuss
- Release status
- BRAINSFit performance
- Mac hang on startup. See #3809
FPE Exception
$ ~/Support/cmake-3.0.1-Darwin64-universal/CMake.app/Contents/bin/ctest -R N4ITKBiasFieldCorrectionTest -VV UpdateCTestConfiguration from :/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl Parse Config file:/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl Add coverage exclude regular expressions. Add coverage exclude: /CMakeFiles/CMakeTmp/ Add coverage exclude: .*/moc_.* Add coverage exclude: .*/ui_.* Add coverage exclude: .*/qrc_.* Add coverage exclude: .*/Testing/.* Add coverage exclude: .*Python.cxx Add coverage exclude: .*PythonInit.cxx Add coverage exclude: .*/DesignerPlugins/.* Add coverage exclude: .*/generated_cpp/.* UpdateCTestConfiguration from :/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl Parse Config file:/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/DartConfiguration.tcl Test project /Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build Constructing a list of tests Done constructing a list of tests Checking test dependency graph... Checking test dependency graph end test 452 Start 452: N4ITKBiasFieldCorrectionTest 452: Test command: /Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Slicer "--launcher-no-splash" "--launch" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/bin/N4ITKBiasFieldCorrectionTest" "--compare" "/Users/kitware/Projects/Slicer/Modules/CLI/N4ITKBiasFieldCorrection/Testing/../Data/Baseline/he3corrected.nii.gz" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Testing/Temporary/he3corrected.nii.gz" "ModuleEntryPoint" "--maskimage" "/Users/kitware/Projects/Slicer/Testing/Data/Input/he3mask.nii.gz" "--outputbiasfield" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Testing/Temporary/he3biasfield.nii.gz" "/Users/kitware/Projects/Slicer/Testing/Data/Input/he3volume.nii.gz" "/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/Testing/Temporary/he3corrected.nii.gz" 452: Test timeout computed to be: 1800 452: <filter-start> 452: <filter-name>N4BiasFieldCorrectionImageFilter</filter-name> 452: <filter-comment> "N4 Bias field correction" </filter-comment> 452: </filter-start> 452: FPE Signal Caught 452: X87CR: 37f 452: X87SR: 0 452: MXCSR: 1f80 452: signal: SIGFPE with code FPE_FLTUND 452: invalid flag: 0 452: divByZero flag: 0 452: error: [/Users/kitware/Projects/Slicer-updated-vtk-Debug/Slicer-build/bin/N4ITKBiasFieldCorrectionTest] exit abnormally - Report the problem. 1/1 Test #452: N4ITKBiasFieldCorrectionTest .....***Failed 2.27 sec 0% tests passed, 1 tests failed out of 1 Label Time Summary: N4ITKBiasFieldCorrection = 2.27 sec Total Test time (real) = 2.33 sec The following tests FAILED: 452 - N4ITKBiasFieldCorrectionTest (Failed) Errors while running CTest