Skip to content

Segmentation fault on Raspberry Pi 3 64bit #1702

Answered by matthiakl
matthiakl asked this question in Q&A
Discussion options

You must be logged in to vote

In case anyone stumbles upon a similar issue:

It is a bug in uclibc, which does not fully support thread local storage (TLS) on aarch64.
Starting MPD with env LD_BIND_NOW=1 works, but is only a workaround I found.
For now I switched to musl libc and everything runs fine.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@matthiakl
Comment options

@MaxKellermann
Comment options

@matthiakl
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by matthiakl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants