Hi Richard, we fixed the issue with the 32bit Windows binary. It is actually a pretty serious bug in the VisIt code because it attempts to delete memory allocated in one library in another. Amazingly it only crashed on 32bit Windows.<div>
<br></div><div><div>@@ -1073,7 +1073,7 @@ avtCGNSFileFormat::PopulateDatabaseMetaData(avtDatabaseMetaData *md,</div><div> {</div><div> md->SetDatabaseComment(refstate);</div><div> debug4 << mName << "Reference string = " << refstate << endl;</div>
<div>- free(refstate);</div><div>+ cg_free(refstate);</div><div> }</div><div><br></div><div><br></div><div>We are going to release a 3.10.1 that includes the fix as soon as we get feedback on several other fixes that we also will be including.</div>
<div><br></div><div>Thank you for your patience.<br><br><div class="gmail_quote">On Tue, Mar 15, 2011 at 1:18 PM, Richard GRENON <span dir="ltr"><<a href="mailto:richard.grenon@onera.fr" target="_blank">richard.grenon@onera.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
David Partyka a écrit :<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I also went and re-tested the Windows and Mac binaries with CGNS data and they all work fine. Thank you for your patience!<br>
<br>
</blockquote></div>
Hello, Dave.<br>
<br>
The CGNS reader works fine on PV 3.10.0 Linux 64 bit since you have re-packaged the binaries, but I can't get it working on PV 3.10.0 Windows 32 bit.<br>
<br>
I have re-dowloaded the Windows 32 bit binaries and I tried several examples from the CGNS data base (delta.cgns, delta_vertex.cgns and multi.cgns): PV always crashes when I select a cgns file. Otherwise, PV 3.10.0 is working fine with my Tecplot files.<br>
<br>
Could you take a look at this CGNS Windows problem?<br>
<br>
Best regards.<div><div></div><div><br>
<br>
-- <br>
Richard GRENON<br>
ONERA<br>
Departement d'Aerodynamique Appliquee - DAAP/ACI<br>
8 rue des Vertugadins<br>
92190 MEUDON - FRANCE<br>
phone : +33 1 46 73 42 17<br>
fax : +33 1 46 73 41 46<br>
mailto:<a href="mailto:Richard.Grenon@onera.fr" target="_blank">Richard.Grenon@onera.fr</a><br>
<a href="http://www.onera.fr" target="_blank">http://www.onera.fr</a><br>
<br>
</div></div></blockquote></div><br></div>
</div>