# Xdmf reader crashes in 5.9.0 for uniform mesh with cell centered data

**URL:** https://discourse.paraview.org/t/xdmf-reader-crashes-in-5-9-0-for-uniform-mesh-with-cell-centered-data/6960
**Category:** ParaView Support
**Created:** [April 15, 2021, 10:49am UTC](https://discourse.paraview.org/t/xdmf-reader-crashes-in-5-9-0-for-uniform-mesh-with-cell-centered-data/6960 "2021-04-15T10:49:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fab4100](https://discourse.paraview.org/user_avatar/discourse.paraview.org/fab4100/32/4945_2.png) [@fab4100](https://discourse.paraview.org/u/fab4100)
#### Post date: [April 15, 2021, 10:49am UTC](https://discourse.paraview.org/t/xdmf-reader-crashes-in-5-9-0-for-uniform-mesh-with-cell-centered-data/6960/1 "2021-04-15T10:49:54Z")

</div>

Dear All,

I can not load a xdmf file (with either of the readers) in PV 5.9.0 while all readers work in PV 5.8.1. Is this a known issue?

I am using these test files:  
[test.xmf](https://discourse.paraview.org/uploads/short-url/ltEesAMT5RiNNsHSQKsDxwdWJMk.xmf) (828 Bytes)  
[test.h5](https://discourse.paraview.org/uploads/short-url/aYI0VTOmlczu8eNETbFQSpeCw2G.h5) (6 KB)

---

<div class="post-metadata">

### Author: ![fab4100](https://discourse.paraview.org/user_avatar/discourse.paraview.org/fab4100/32/4945_2.png) [@fab4100](https://discourse.paraview.org/u/fab4100)
#### Post date: [May 18, 2021, 11:47am UTC](https://discourse.paraview.org/t/xdmf-reader-crashes-in-5-9-0-for-uniform-mesh-with-cell-centered-data/6960/2 "2021-05-18T11:47:37Z")

</div>

The problem was an HDF5 library that is loaded with `module load hdf5`. The hdf5 files wrapped in the xdmf caused the crash when paraview tried to load the data with the particular HDF5 library loaded. The same configuration is/was working in paraview 5.8 or below.
