Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zlib-ng: update to 2.2.4 #1916

Merged
merged 1 commit into from
Feb 11, 2025
Merged

zlib-ng: update to 2.2.4 #1916

merged 1 commit into from
Feb 11, 2025

Conversation

bgilbert
Copy link
Contributor

No description provided.

@bgilbert
Copy link
Contributor Author

Same clang armv7 SIGBUS as in 2.2.3: zlib-ng/zlib-ng#1844

@neheb
Copy link
Collaborator

neheb commented Feb 11, 2025

interestingly enough I actually have an ARMv7 device running debian.

edit: runs fine on Debian. Meaning this is musl specific.

@bgilbert
Copy link
Contributor Author

Did you compile with GCC or clang?

@neheb
Copy link
Collaborator

neheb commented Feb 11, 2025

clang. GCC is fine. Posted GDB output in the other repository.

@neheb
Copy link
Collaborator

neheb commented Feb 11, 2025

I found the problem. Simplest fix is to disable NEON with clang + arm32 if possible.

edit: oh actually you could define ANDROID as well. It's the only place in the code that uses that define.

@jpakkane jpakkane merged commit b45f5e9 into mesonbuild:master Feb 11, 2025
15 checks passed
@bgilbert bgilbert deleted the zlib-ng branch February 12, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants