MantisBT - VTK
View Issue Details
0013479VTK(No Category)public2012-09-28 12:272012-09-28 14:45
Burlen 
Sebastien Jourdain 
normalminorhave not tried
closedfixed 
 
 
TBD
incorrect functionality
0013479: vtkRenderWindow::RemoveRenderer access after Delete
In vtkRenderWindow::RemoveRenderer after the renderer is Deleted, vtkRenderer::GetRenderWindow is called which results in an invalid access if no other object holds a reference to the renderer.

a minimal example is attached. Running the example in valgrind will illustrate the error.

No tags attached.
gz rmren.tar.gz (560) 2012-09-28 12:27
https://www.vtk.org/Bug/file/9288/rmren.tar.gz
Issue History
2012-09-28 12:27BurlenNew Issue
2012-09-28 12:27BurlenFile Added: rmren.tar.gz
2012-09-28 12:35BurlenNote Added: 0029292
2012-09-28 12:51BurlenNote Edited: 0029292bug_revision_view_page.php?bugnote_id=29292#r483
2012-09-28 13:22Sebastien JourdainAssigned To => Sebastien Jourdain
2012-09-28 13:22Sebastien JourdainStatusbacklog => tabled
2012-09-28 14:45Sebastien JourdainNote Added: 0029305
2012-09-28 14:45Sebastien JourdainStatustabled => closed
2012-09-28 14:45Sebastien JourdainResolutionopen => fixed

Notes
(0029292)
Burlen   
2012-09-28 12:35   
(edited on: 2012-09-28 12:51)
I pushed a patch to gerrit. http://review.source.kitware.com/#/c/7676/ [^]

(0029305)
Sebastien Jourdain   
2012-09-28 14:45   
Merged into master