View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015708VTK(No Category)public2015-09-08 05:492015-09-08 06:04
ReporterMathieu Westphal 
Assigned ToMathieu Westphal 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015708: Plot Matrix View Segfault when clicking a lot
DescriptionPlot Matrix View makes paraview segfault when clicking rapidly on different chart.
Steps To ReproduceOpen Paraview
Open data.csv
Create new view->Plot Matrix view
show data.csv
click on different chart rapidly 10-20 times
Additional InformationvtkScatterPlotMatrix.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
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035178)
Mathieu Westphal (developer)
2015-09-08 06:03

Fixed by:
https://gitlab.kitware.com/vtk/vtk/merge_requests/635 [^] [^]

 Issue History
Date Modified Username Field Change
2015-09-08 05:49 Mathieu Westphal New Issue
2015-09-08 05:49 Mathieu Westphal Assigned To => Mathieu Westphal
2015-09-08 05:53 Mathieu Westphal Steps to Reproduce Updated
2015-09-08 05:53 Mathieu Westphal Additional Information Updated
2015-09-08 06:03 Mathieu Westphal Note Added: 0035178
2015-09-08 06:04 Mathieu Westphal Status backlog => closed
2015-09-08 06:04 Mathieu Westphal Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team