Magnus Ulimoen

Results 135 comments of Magnus Ulimoen

`read_into_buf` is suggesting that the `hdf5` library is doing some work or locking up. Do you have a debugger available to obtain a stacktrace? Does reading one element (Index) finish?...

It seems the strings as returned as nullpointers which causes issues (and should be fixed!). I think this specific issue can be fixed by providing the proper names to the...

We should do something about the freeze and the segfault, reopening as a reminder

Do you have the version string? In #243 I saw and implemented support for strings like `1.14.1.2`

If you look in the `H5pubconf.h` header of the install, what is the value of `H5_VERSION`?

Are you using the version from `crates.io` or using the`master` branch from here?

@aldanor Maybe we should release a new version soon?

@nleroy917 Is it possible to add an override? https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html

Could be easier to use the static version of `hdf5`, try enabling the `static` feature (still only in `master`).

@trippalamb Add another line with `hdf5-sys` and the same contents