MantisBT - ParaView
View Issue Details
0015639ParaView(No Category)public2015-08-12 04:082015-12-01 16:51
Mathieu Westphal 
Cory Quammen 
highminorhave not tried
closedfixed 
git-master 
4.4 
TBD
15639_delete_annotations_crash
incorrect functionality
0015639: "Delete all annotations" button modulo by zero
The "Delete all annotations" button triggers a modulo by zero (Arithmetic) error:

Program received signal SIGFPE, Arithmetic exception.
0x00007fffeab8531b in vtkLookupTable::GetIndex (this=0x55f3cb0, v=0)
    at /home/glow/work/kitware/EDF/paraview_movido/paraview/VTK/Common/Core/vtkLookupTable.cxx:506
506 return this->GetAnnotatedValueIndex( v ) % this->GetNumberOfTableValues();

this->GetNumberOfTableValues() is zero indeed.
Open FieldsDataBlocks.vtm
Color by "vtkBlockColors"
Open ColorMapEditor
Click "Delete all Annotations" button
No tags attached.
Issue History
2015-08-12 04:08Mathieu WestphalNew Issue
2015-08-12 04:08Mathieu WestphalAssigned To => Utkarsh Ayachit
2015-08-12 04:10Mathieu WestphalDescription Updatedbug_revision_view_page.php?rev_id=1211#r1211
2015-08-12 04:10Mathieu WestphalSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1213#r1213
2015-08-12 08:36Utkarsh AyachitAssigned ToUtkarsh Ayachit => Cory Quammen
2015-08-12 10:00Cory QuammenStatusbacklog => active development
2015-08-12 11:20Cory QuammenTopic Name => 15639_delete_annotations_crash
2015-08-12 11:20Cory QuammenNote Added: 0034975
2015-08-12 11:20Cory QuammenStatusactive development => gatekeeper review
2015-08-12 11:20Cory QuammenFixed in Version => 4.4
2015-08-12 11:20Cory QuammenResolutionopen => fixed
2015-08-14 07:38Utkarsh AyachitNote Added: 0034996
2015-08-14 07:38Utkarsh AyachitStatusgatekeeper review => customer review
2015-12-01 16:51Alan ScottNote Added: 0035496
2015-12-01 16:51Alan ScottStatuscustomer review => closed

Notes
(0034975)
Cory Quammen   
2015-08-12 11:20   
https://gitlab.kitware.com/paraview/paraview/merge_requests/294 [^]
(0034996)
Utkarsh Ayachit   
2015-08-14 07:38   
Merged
(0035496)
Alan Scott   
2015-12-01 16:51   
Tested master, OGL 5.0, Linux, remote server.