MantisBT - VTK
View Issue Details
0016744VTK(No Category)public2016-06-09 10:582016-06-28 23:54
Dan Lipsa 
 
normalminoralways
closedfixed 
 
 
TBD
incorrect functionality
0016744: Offscreen rendering OpenGL, linux, leaks memory
10000 iterations of Render leak about 20MB. The render window is kept around and everything else is deleted and and re-added at each iteration.

The same program does not leak for onscreen OpenGL or offscreen/onscreen rendering OpenGL2.

I run valgrind on it and it does not report any leaks - the memory might be allocated by the driver.
No tags attached.
cxx vtk-memory.cxx (1,918) 2016-06-09 10:58
https://www.vtk.org/Bug/file/10128/vtk-memory.cxx
txt CMakeLists.txt (311) 2016-06-09 10:58
https://www.vtk.org/Bug/file/10129/CMakeLists.txt
Issue History
2016-06-09 10:58Dan LipsaNew Issue
2016-06-09 10:58Dan LipsaFile Added: vtk-memory.cxx
2016-06-09 10:58Dan LipsaFile Added: CMakeLists.txt
2016-06-09 10:59Dan LipsaSummaryOffscreen rendering OpenGL leaks memory => Offscreen rendering OpenGL, linux leaks memory
2016-06-09 11:00Dan LipsaSummaryOffscreen rendering OpenGL, linux leaks memory => Offscreen rendering OpenGL, linux, leaks memory
2016-06-09 13:38Dan LipsaDescription Updatedbug_revision_view_page.php?rev_id=1628#r1628
2016-06-20 14:23Dan LipsaNote Added: 0036086
2016-06-28 23:54Dan LipsaReproducibilityhave not tried => always
2016-06-28 23:54Dan LipsaStatusbacklog => closed
2016-06-28 23:54Dan LipsaResolutionopen => fixed

Notes
(0036086)
Dan Lipsa   
2016-06-20 14:23   
https://gitlab.kitware.com/vtk/vtk/merge_requests/1556 [^]

https://gitlab.kitware.com/vtk/vtk/merge_requests/1574 [^]