[Paraview] CGNS Reader fails in 3.10.0 final release

David Partyka david.partyka at kitware.com
Tue Mar 15 13:48:55 EDT 2011


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.

@@ -1073,7 +1073,7 @@
avtCGNSFileFormat::PopulateDatabaseMetaData(avtDatabaseMetaData *md,
         {
             md->SetDatabaseComment(refstate);
             debug4 << mName << "Reference string = " << refstate << endl;
-            free(refstate);
+            cg_free(refstate);
         }


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.

Thank you for your patience.

On Tue, Mar 15, 2011 at 1:18 PM, Richard GRENON <richard.grenon at onera.fr>wrote:

> David Partyka a écrit :
>
>
>> I also went and re-tested the Windows and Mac binaries with CGNS data and
>> they all work fine. Thank you for your patience!
>>
>>  Hello, Dave.
>
> 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.
>
> 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.
>
> Could you take a look at this CGNS Windows problem?
>
> Best regards.
>
>
> --
> Richard GRENON
> ONERA
> Departement d'Aerodynamique Appliquee - DAAP/ACI
> 8 rue des Vertugadins
> 92190 MEUDON - FRANCE
> phone : +33 1 46 73 42 17
> fax   : +33 1 46 73 41 46
> mailto:Richard.Grenon at onera.fr
> http://www.onera.fr
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110315/295ae2d6/attachment.htm>


More information about the ParaView mailing list