View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006640VTK(No Category)public2008-03-20 19:372016-08-12 09:54
ReporterDavid Thompson (old) 
Assigned ToKitware Robot 
PrioritynormalSeveritycrashReproducibilitysometimes
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0006640: Writing datasets with string arrays causes crash
DescriptionThe vtkXMLWriter crashes at line 165 of vtkXMLWriter.cxx, ver.1.71 (length -= stringOffset;) when writing a dataset in appended mode which happens to contain a string array. The problem appears to arise because a new string is fetched at line 161 even when the previous string spanned a block and thus has not been completely written. It is then possible for stringOffset to be larger than the length of the new string causing a crash at line 177. I can see the problem but the fix is not straightforward.
Additional InformationE-mail me and I'll send you a 3MB dataset that always causes a crash (it is possible some string arrays will not).
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0036963)
Kitware Robot (administrator)
2016-08-12 09:54

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2008-03-20 19:37 David Thompson (old) New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:54 Kitware Robot Note Added: 0036963
2016-08-12 09:54 Kitware Robot Status expired => closed
2016-08-12 09:54 Kitware Robot Resolution open => moved
2016-08-12 09:54 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team