Skip to content

ABI Mismatch: jmpbuf and sigjmpbuf do not match #1410

@Dennisbonke

Description

@Dennisbonke

Both musl and glibc assume sigjmp_buf and jmp_buf are the same, and the libpng API assumes this as well. This is not a problem for most applications, but GTK4 assumes that these are the same and passes this libpng defined buffer to both setjmp and sigsetjmp, giving compiler errors on mlibc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions