Segmentation fault in H5FL.c
#5171
Labels
Component - C Library
Core C library issues (usually in the src directory)
Type - Bug / Bugfix
Please report security issues to [email protected] instead of creating an issue on GitHub
UNCONFIRMED
New issues are unconfirmed until a maintainer can duplicate them
Describe the bug
While testing python-xbout I got some segfaults from python.
While the error is only seemingly random, it always in hdf5 code, in
H5FL.c
Here are some backtraces:
and
And here is another one:
Expected behavior
No segfault, no error.
Platform (please complete the following information)
../configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --runstatedir=/run --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-silent-rules --enable-fortran --enable-hl --enable-shared --with-szlib --enable-cxx --enable-java --with-default-plugindir=/usr/lib64/hdf5/plugin
Additional context
This only happens seemingly randomly, and apparently only after running several tests. I was not able to come up with a MRE beyond
The text was updated successfully, but these errors were encountered: