I just verified that this file works fine with the git-master ParaView as well as 3.10.1 on Linux-64 bit.
Utkarsh On Fri, Mar 11, 2011 at 3:09 AM, Jens Kleimann <[email protected]> wrote: > Dear Tim and Utkarsh, > > On 11.03.2011 01:30, Utkarsh Ayachit wrote: >> That'd be great. You can send it directly to me too if you dont want >> to post it to the mailing list or it's too big for it. >> >> On Thu, Mar 10, 2011 at 2:39 PM, Tim Gallagher <[email protected]> >> wrote: >>> Bummer about XDMF_WRAP_PYTHON, but not a huge deal. >>> >>> The bigger problem is the seg fault when loading XDMF datasets. I'd be >>> happy to give data to replicate the problem if nobody else is seeing the >>> issue. >>> >>> Tim > > I can confirm that PV 10.0 (Linux 64bit binaries) crashes upon opening XDMF > files. The sample file quoted below suffices to reproduce the problem. I also > note that the very same file was loaded correctly and without complaints by > PV 3.10.0-RC1, so continuing to use the RC version is an obvious work-around > (albeit an unsatisfactory one). > The ability to load and process XDMF files is absolutely essential to my > application; without it, PV is useless to me. It would thus be great to see > this vital issue resolved in the near future. > I'll gladly submit a formal bug report if that should be of any help. > > Jens. > > <!-- BEGIN xdmf_crashtest.xmf --> > <?xml version="1.0" ?> > <!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []> > <Xdmf Version="2.0"> > <Domain> > <Grid> > <Topology TopologyType="2dCorectMesh" Dimensions="4 3" /> > <Geometry GeometryType="Origin_DxDy"> > <DataItem Format="XML" NumberType="Float" Dimensions="2"> > 0.0 0.0 > </DataItem> > <DataItem Format="XML" NumberType="Float" Dimensions="2"> > 10.0 10.0 > </DataItem> > </Geometry> > <Attribute Name="data" Center="Node" AttributeType="Scalar" > > <DataItem Format="XML" NumberType="Float" Dimensions="4 3"> > 1 2 3 4 5 6 7 8 9 10 11 12 > </DataItem> > </Attribute> > </Grid> > </Domain> > </Xdmf> > <!-- END xdmf_crashtest.xmf --> > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
