<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>While trying to read a file, we get a crash with this call stack:</div>
<div>H5MM_xfree</div>
<div>H5E_<span style="font-style: italic;">printf_</span>stack</div>
<div>H5E_<span style="font-style: italic;">clear_</span>stack</div>
<div>H5Fis_hdf5</div>
<div>H5::H5File::isHdf5</div>
<div>HDF5ImageIO::CanReadFile</div>
<div>ImageIOFactory::CreateImageIO</div>
<div>ImageFileReader<…>::GenerateOutputInformation</div>
<div>ProcessObject::UpdateOutputInformation</div>
<div>ImageBase<3>::UpdateOutputInformation</div>
<div>DataObject::Update</div>
<div>ProcessObject::Update</div>
<div><br>
</div>
<div>The code that calls itk looks like this:</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre"></span>ReaderType::Pointer reader = ReaderType::New();</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">        reader->DebugOff();</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">        reader->SetGlobalWarningDisplay(<span style="color: #bb2ca2">false</span>);</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">        reader->SetFileName(cache.pathForUid(uid).string());</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">        reader->Update();</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
</div>
<div>This looks similar to an issue discussed here:</div>
<div><a href="http://www.itk.org/pipermail/insight-users/2013-November/049157.html">http://www.itk.org/pipermail/insight-users/2013-November/049157.html</a></div>
<div><br>
</div>
<div>Any thoughts on this problem?  Is there a chance it’s been solved in 4.5.2 (which I am downloading & building now)?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Chris</div>
<div><br>
</div>
</body>
</html>