node tests crash on startup due to static initialization of objects wth invalid handles. See
|
const static property::FileCreationList gfcpl; |
Steps to reproduce
Build and run node_test
Expected results
The tests run and pass
Actual results
The executable fails to startup with
HDF5-DIAG: Error detected in HDF5 (1.12.0) thread 0:
#000: H5P.c line 253 in H5Pcreate(): not a property list class
major: Invalid arguments to routine
minor: Inappropriate type
libc++abi: terminating with uncaught exception of type std::runtime_error: ObjectHandle: constructor failed, invalid hid=-1
node tests crash on startup due to static initialization of objects wth invalid handles. See
h5cpp/test/node/virtual_dataset_test.cpp
Line 53 in 5b7c5a1
Steps to reproduce
Build and run
node_testExpected results
The tests run and pass
Actual results
The executable fails to startup with