View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015564VTK(No Category)public2015-07-05 10:282015-07-07 15:26
ReporterTsutomu Ikegami 
Assigned ToBen Boeckel (Kitware) 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version6.3.0 
Summary0015564: vtkXMLWriter causes warning messages with VTK_STRING
DescriptionIn VTK 6.2, "Unsupported data type: 13" warning message is emitted when writing vtkUnstructuredGrid with string FieldData in XML format:

    Warning: In /tmp/vtk20150627-8794-bzjng8/VTK-6.2.0/IO/XML/vtkXMLWriter.cxx, line 1545
    vtkXMLUnstructuredGridWriter (0x7ff94f7c9680): Unsupported data type: 13

Obviously, "break" statement is missing in the switch clause at IO/XML/vtkXMLWriter.cxx l.1541:

    case VTK_STRING:
      size = sizeof(vtkStdString::value_type);

    default:
      vtkWarningMacro("Unsupported data type: " << dataType);

regards,
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034663)
Tsutomu Ikegami (reporter)
2015-07-05 10:46

Oops. It is already fixed in the GitHub code. Sorry for the noise.

 Issue History
Date Modified Username Field Change
2015-07-05 10:28 Tsutomu Ikegami New Issue
2015-07-05 10:46 Tsutomu Ikegami Note Added: 0034663
2015-07-07 15:26 Ben Boeckel (Kitware) Status backlog => closed
2015-07-07 15:26 Ben Boeckel (Kitware) Assigned To => Ben Boeckel (Kitware)
2015-07-07 15:26 Ben Boeckel (Kitware) Resolution open => fixed
2015-07-07 15:26 Ben Boeckel (Kitware) Fixed in Version => 6.3.0


Copyright © 2000 - 2018 MantisBT Team