-
Notifications
You must be signed in to change notification settings - Fork 110
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
SIGSEGV in test_malloc on Alpine linux/s390x #44
Comments
It would be good if you provide stack traces of all threads. |
@FROGGS: Tobias, you are the only contributor of s390[x] target (over a decade at least), could you please have a look? |
I have added arm64, pc64le and s390x builds (gcc/clang, -O3) to Travis CI (commit 00fe891) |
I can't reproduce the crash on s390x (on Travis CI Ubuntu, not using musl). |
I am uncertain if it is sufficient but I ran |
|
Not reproduced on Travis (with >50 runs, with gcc and glibc): |
Would be good to get a stack trace of the crash. |
Hello @bhaible, If reproducible, what's the stack trace. |
the tests pass on s390x at 7.8.0:
|
Okay, thank you for checking. Closing it as no longer reproducible. |
I confirm: On Alpine Linux/s390x, libatomic_ops-7.8.0, configured with |
As part of Alpine Linux's (musl libc) packaging process we run
make check
. Unfortunatelytest_malloc
fails on s390x:btw Travis CI also supports arm64, ppc64le and s390x - https://config.travis-ci.com/ref/arch
The text was updated successfully, but these errors were encountered: