MantisBT - VTK |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014515 | VTK | (No Category) | public | 2014-01-15 10:00 | 2015-01-09 13:40 |
|
Reporter | Adrian Winterstein | |
Assigned To | Sean McBride | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 6.0.0 | |
Target Version | | Fixed in Version | 6.2.0 | |
Project | Kitware |
Type | crash |
|
Summary | 0014515: STL reader crashes on linux if loading an invalid STL file |
Description | The vtkSTLReader crashes if an invalid file is loaded. An example file is attached to this report. The crash occurs on line 146 ("fclose(fp);") of vtkStlReader.cxx as fclose is called on an already closed file handle.
The crash only occurs on linux. |
Steps To Reproduce | |
Additional Information | |
Tags | hackaton |
Relationships | |
Attached Files | InvalidSurface.stl (81) 2014-01-15 10:00 https://www.vtk.org/Bug/file/9598/InvalidSurface.stl stl-fclose.patch (3,296) 2014-01-15 10:02 https://www.vtk.org/Bug/file/9599/stl-fclose.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2014-01-15 10:00 | Adrian Winterstein | New Issue | |
2014-01-15 10:00 | Adrian Winterstein | File Added: InvalidSurface.stl | |
2014-01-15 10:02 | Adrian Winterstein | File Added: stl-fclose.patch | |
2014-01-15 10:05 | Adrian Winterstein | Note Added: 0032175 | |
2014-10-01 10:47 | Sean McBride | Assigned To | => Sean McBride |
2014-10-01 10:47 | Sean McBride | Status | backlog => tabled |
2014-10-01 10:47 | Sean McBride | Tag Attached: hackaton | |
2014-10-01 12:40 | Berk Geveci | Status | tabled => backlog |
2014-10-01 15:02 | Sean McBride | Note Added: 0033398 | |
2014-10-01 15:02 | Sean McBride | Status | backlog => gerrit review |
2014-10-01 15:02 | Sean McBride | Resolution | open => fixed |
2014-10-01 15:02 | Sean McBride | Fixed in Version | => 6.2.0 |
2014-10-02 09:22 | Sean McBride | Note Added: 0033417 | |
2014-10-02 09:22 | Sean McBride | Status | gerrit review => closed |
2015-01-09 13:39 | Sean McBride | Source_changeset_attached | => VTK master dde77d29 |
2015-01-09 13:40 | Sean McBride | Source_changeset_attached | => VTK master e579693c |