Skip to content

inflateInit() error with static + hdf5-rust 0.8 #206

@gauteh

Description

@gauteh

Hi,

When I tried to upgrade to latest hdf5-rust one of my tests starated failing when trying to read the attached dataset.
chunked_gzipped.zip

        let h = hdf5::File::open(i.path().unwrap()).unwrap();
        let hvs = h
            .dataset("d_4_gzipped_chunks")
            .unwrap()
            .read_raw::<f32>()
            .unwrap();
---- reader::cache::tests::read_chunked_gzipped_2d stdout ----
thread 'reader::cache::tests::read_chunked_gzipped_2d' panicked at 'called `Result::unwrap()` on an `Err` value: H5Dread(): can't read data: inflateInit() failed', src/reader/cache.rs:186:14

https://github.com/gauteh/hidefix/blob/hdf5-08/src/reader/cache.rs#L183

Regards, Gaute

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions