MantisBT - ParaView
View Issue Details
0005552ParaView(No Category)public2007-08-21 11:372007-08-28 12:21
Ken Moreland 
Eric Stanton 
highminoralways
closedfixed 
 
 
0005552: Array leaked when reading Exodus metadata
If you have compiled ParaView with VTK_DEBUG_LEAKS ON (and all us developers should), it reports that an array leaks when you load Exodus metadata. To see the problem, load disk_out_ref and turn on the Meta Data flag under the File Pattern group. After you accept and then exit ParaView, vtkDebugLeaks reports a vtkCharArray is still around.
No tags attached.
Issue History
2007-08-21 11:37Ken MorelandNew Issue
2007-08-21 11:37Ken MorelandStatusbacklog => tabled
2007-08-21 11:37Ken MorelandAssigned To => Eric Stanton
2007-08-21 11:40Ken MorelandNote Added: 0008539
2007-08-21 14:04Eric StantonNote Added: 0008553
2007-08-23 17:10Berk GeveciCategory => 3.2
2007-08-27 15:56Eric StantonStatustabled => @80@
2007-08-27 15:56Eric StantonResolutionopen => fixed
2007-08-27 15:56Eric StantonNote Added: 0008677
2007-08-28 12:21Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008539)
Ken Moreland   
2007-08-21 11:40   
I'm not sure what the Meta Data flag is really for. I assume it has to do with writing exodus files. I hope that sometime soon this flag can simply go away and all relevant metadata will be stored within the native VTK data structures.
(0008553)
Eric Stanton   
2007-08-21 14:04   
Yea, the meta data flag is obsolete and I'll take it out of the exodus panel.
(0008677)
Eric Stanton   
2007-08-27 15:56   
I'm not sure why this was happening because that checkbox shouldn't be controlling anything. Which is why I removed it from the panel. Once we update vtkModelMetadata to support multi-block, and the new edge and face data we can decide whether we need this checkbox or whether we can just pack the metadata onto the reader's output no matter what.