MantisBT - ITK |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005134 | ITK | | public | 2007-06-06 17:49 | 2007-09-17 09:53 |
|
Reporter | J.R. Blackham | |
Assigned To | Julien Jomier | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Resolution Date | |
Sprint | |
Sprint Status | |
|
Summary | 0005134: Incorrect MetaImage Header causes crash |
Description | If you try to read a "MetaImage" whose header points to a non-existant file itk crashes.
It crashes in Utilities/MetaIO/metaImage.cxx at about line 1260 in the bool MetaImage::ReadStream(...) function where it calls:
m_ReadStream->close();
but it appears that m_ReadStream has been set to NULL in a previous call to MetaObject::ReadStream() at line 1077 in metaImage.cxx |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | MetaImageBug.tgz (1,455) 2007-09-06 16:35 https://public.kitware.com/Bug/file/1140/MetaImageBug.tgz |
|
Issue History |
Date Modified | Username | Field | Change |
2007-09-06 16:32 | Luis Ibanez | Assigned To | Jim Miller => Julien Jomier |
2007-09-06 16:34 | Luis Ibanez | Note Added: 0008870 | |
2007-09-06 16:34 | Luis Ibanez | Status | assigned => confirmed |
2007-09-06 16:35 | Luis Ibanez | File Added: MetaImageBug.tgz | |
2007-09-10 11:03 | Julien Jomier | Note Added: 0008902 | |
2007-09-10 11:03 | Julien Jomier | Status | confirmed => closed |
2007-09-17 09:51 | Julien Jomier | Status | closed => resolved |
2007-09-17 09:51 | Julien Jomier | Resolution | open => fixed |
2007-09-17 09:53 | Julien Jomier | Status | resolved => closed |