View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015738ParaView(No Category)public2015-09-23 07:542015-12-15 19:55
ReporterJoachim Pouderoux 
Assigned ToJoachim Pouderoux 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version5.0 
Summary0015738: Interactive selection: crash when using preselection again after closing the previous renderview
DescriptionParaView crashes if you use the preselection, close the renderview if which you performed the preselection, create a new renderview and use preselection again.
The crash occures because references on the previous views and representation are saved without taking care to remove them.
Steps To ReproduceStart ParaView.
Create a Sphere source.
Use the interactive preselection mode to select a point.
Close the current render view.
Create a new render view and show the sphere in it.
Use the interactive preselection mode again.
ParaView crashes.
Additional InformationThe patch is as follow:
vtkSMInteractiveSelectionPipeline.h

replace
  vtkSMSourceProxy* ExtractInteractiveSelection;
  vtkSMProxy* SelectionRepresentation;

by
  vtkWeakPointer<vtkSMSourceProxy> ExtractInteractiveSelection;
  vtkWeakPointer<vtkSMProxy> SelectionRepresentation;
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0035237)
Joachim Pouderoux (developer)
2015-09-23 07:56

We are working on a new interactive mode that should be pushed soon, this commit changes the architecture and remove vtkSMInteractiveSelectionPipeline file but includes the patch against this bug.
(0035239)
Mathieu Westphal (developer)
2015-09-23 11:42

fixed by: https://gitlab.kitware.com/paraview/paraview/merge_requests/340 [^]
(0035562)
Alan Scott (manager)
2015-12-15 19:54

Tested Linux, remote server, 5.0.0-RC2

 Issue History
Date Modified Username Field Change
2015-09-23 07:54 Joachim Pouderoux New Issue
2015-09-23 07:56 Joachim Pouderoux Note Added: 0035237
2015-09-23 07:56 Joachim Pouderoux Steps to Reproduce Updated
2015-09-23 07:56 Joachim Pouderoux Additional Information Updated
2015-09-23 07:57 Joachim Pouderoux Summary Interactive selection: crash when using preselection again after closing a renderview => Interactive selection: crash when using preselection again after closing the previous renderview
2015-09-23 11:42 Mathieu Westphal Note Added: 0035239
2015-10-08 04:27 Joachim Pouderoux Status backlog => gatekeeper review
2015-10-08 04:27 Joachim Pouderoux Resolution open => fixed
2015-10-08 04:27 Joachim Pouderoux Assigned To => Joachim Pouderoux
2015-12-11 14:59 Utkarsh Ayachit Status gatekeeper review => customer review
2015-12-11 14:59 Utkarsh Ayachit Fixed in Version => 5.0
2015-12-15 19:54 Alan Scott Note Added: 0035562
2015-12-15 19:54 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team