MantisBT - VTK
View Issue Details
0015708VTK(No Category)public2015-09-08 05:492015-09-08 06:04
Mathieu Westphal 
Mathieu Westphal 
normalminorhave not tried
closedfixed 
 
 
TBD
incorrect functionality
0015708: Plot Matrix View Segfault when clicking a lot
Plot Matrix View makes paraview segfault when clicking rapidly on different chart.
Open Paraview
Open data.csv
Create new view->Plot Matrix view
show data.csv
click on different chart rapidly 10-20 times
vtkScatterPlotMatrix.cxx::MouseButtonReleaseEvent:1145 :
 this->Private->AnimationPath.clear();

Clear a vector which is CURRENTLY itterated on, which allow the iterator to go over the end of the vector.

No need to support clicking while animating
No tags attached.
Issue History
2015-09-08 05:49Mathieu WestphalNew Issue
2015-09-08 05:49Mathieu WestphalAssigned To => Mathieu Westphal
2015-09-08 05:53Mathieu WestphalSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=1283#r1283
2015-09-08 05:53Mathieu WestphalAdditional Information Updatedbug_revision_view_page.php?rev_id=1285#r1285
2015-09-08 06:03Mathieu WestphalNote Added: 0035178
2015-09-08 06:04Mathieu WestphalStatusbacklog => closed
2015-09-08 06:04Mathieu WestphalResolutionopen => fixed

Notes
(0035178)
Mathieu Westphal   
2015-09-08 06:03   
Fixed by:
https://gitlab.kitware.com/vtk/vtk/merge_requests/635 [^] [^]