Skip to content

SEGV in blosc2_schunk_free() #635

Closed
Closed
@EmilDohne

Description

@EmilDohne

Describe the bug
I noticed while upgrading from v2.11.2. -> 2.15.1. that I now receive a SEGV on calling blosc2_schunk_free().
Reverting back down to 2.14.0 fixes this problem. I was able to narrow it down to the 2.15.0 release.

The actual code calling blosc2_schunk_free() can be seen here

As far as I'm aware I'm not doing anything that is unintended here but feel free to correct me

Logs
Below you can find some gh action runs across multiple OSs where these errors can be seen

Valgrind 2.15.1
Asan 2.15.1

Valgrind 2.14.0
Asan 2.14.0 <-- There is some potentially unrelated issues in the GCC ubuntu build here

System information:

  • OS: Windows | Ubuntu | MacOS
  • Compiler GCC | Clang | MSVC
  • Version 2.15.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions