View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015390VTK(No Category)public2015-03-23 09:112015-08-06 18:27
ReporterFelipe Bordeu 
Assigned ToT.J. Corona 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version6.3.0 
Summary0015390: crash double delete in vtkXdmfWriter::~vtkXdmfWriter()
DescriptionParaview 4.3.1 the xdmfWriter.cxx has a double delete in the destructor.

vtkXdmfWriter::~vtkXdmfWriter(){
....
if (this->DomainMemoryHandler)
  {
    delete this->DomainMemoryHandler;
  }
...
delete this->DomainMemoryHandler;
...
}
TagsNo tags attached.
ProjectTBD
Typecrash
Attached Files

 Relationships

  Notes
(0034914)
T.J. Corona (developer)
2015-08-06 18:27

This issue has been fixed.

 Issue History
Date Modified Username Field Change
2015-03-23 09:11 Felipe Bordeu New Issue
2015-08-05 08:11 Utkarsh Ayachit Assigned To => T.J. Corona
2015-08-05 12:28 Utkarsh Ayachit Assigned To T.J. Corona => T.J. Corona
2015-08-06 18:27 T.J. Corona Note Added: 0034914
2015-08-06 18:27 T.J. Corona Status backlog => closed
2015-08-06 18:27 T.J. Corona Resolution open => fixed
2015-08-06 18:27 T.J. Corona Fixed in Version => 6.3.0


Copyright © 2000 - 2018 MantisBT Team