MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006640 | VTK | (No Category) | public | 2008-03-20 19:37 | 2016-08-12 09:54 |
| Reporter | David Thompson (old) | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | crash | Reproducibility | sometimes |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0006640: Writing datasets with string arrays causes crash | ||||
| Description | The 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. | ||||
| Steps To Reproduce | |||||
| Additional Information | E-mail me and I'll send you a 3MB dataset that always causes a crash (it is possible some string arrays will not). | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||