View Issue Details

IDProjectCategoryView StatusLast Update
0003821Slicer4Module Markupspublic2018-03-02 11:06
ReporterAleks_Dark Assigned Tonicole  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product VersionSlicer 4.3.1-2 
Target VersionSlicer 4.4.0Fixed in VersionSlicer 4.4.0 
Summary0003821: Nightly, Crash when selecting 2d projection in Markups.
Description

Slicer crashes when toggling 2d projection in Markups. (Markups --> Advanced --> Fiducial Projection --> 2d projection)

With private datasets errors are:
toInt : value -6.16664 for singleStep 1e-12 is out of integer bounds !
toInt : value 146.857 for singleStep 1e-12 is out of integer bounds !
toInt : value 146.857 for singleStep 1e-12 is out of integer bounds !
error: [/media/Software/Slicer/Slicer-Quick-test/Slicer-build/bin/./SlicerApp-real] exit abnormally - Report the problem.

With MRHead from SampleData:

"Volume" Reader has successfully read the file "/tmp/Slicer/*****/MR-head.nrrd"
error: [/media/Software/Slicer/Slicer-Quick-test/Slicer-build/bin/./SlicerApp-real] exit abnormally - Report the problem.

Additional Information

Nightly, Debian, 64.
Appeared recently, in a month old version didn't notice such error.

TagsNo tags attached.

Activities

nicole

nicole

2014-09-11 11:55

administrator   ~0012508

Last edited: 2014-09-11 11:56

Fixed in svn 23668:
http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=23668

Aleks_Dark

Aleks_Dark

2014-09-15 07:08

reporter   ~0012512

Confirming that. Great, thanks!
Issue closed.

Related Changesets

Import 2017-06-07 23:51:09: master 8156cafa

2014-09-11 15:40:59

naucoin

Details Diff
BUG: fixing fiducial projections

Turning them on for the first time was causing a null pointer crash in the
VTK 6 rendering pipeline. The glyph source hadn't been updated and the points
were undefined in the default circle glyph.

Also call the displayable manager superclass on scene close to ensure that the
fiducial projections are removed from the render window.

Issue 0003821

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23668 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Modules/Loadable/Markups/MRMLDM/vtkMRMLMarkupsFiducialDisplayableManager2D.cxx Diff File

Issue History

Date Modified Username Field Change
2014-08-27 06:15 Aleks_Dark New Issue
2014-08-27 06:15 Aleks_Dark Status new => assigned
2014-08-27 06:15 Aleks_Dark Assigned To => nicole
2014-09-11 11:55 nicole Note Added: 0012508
2014-09-11 11:55 nicole Status assigned => resolved
2014-09-11 11:55 nicole Resolution open => fixed
2014-09-11 11:55 nicole Fixed in Version => Slicer 4.4.0
2014-09-11 11:55 nicole Target Version => Slicer 4.4.0
2014-09-11 11:56 nicole Note Edited: 0012508
2014-09-15 07:08 Aleks_Dark Note Added: 0012512
2017-06-10 08:51 Changeset attached => Slicer master 8156cafa
2018-03-02 11:06 jcfr Status resolved => closed