[Paraview] 3.10 Segfault XDMF
Jens Kleimann
jk at tp4.rub.de
Fri Mar 11 03:09:13 EST 2011
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 <tim.gallagher at gatech.edu> 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 -->
More information about the ParaView
mailing list