mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #1023] Segmentation fault running on x86_64-unknown-linux-musl #455
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#455
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Witcher01 on GitHub (Sep 16, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1023
Compiling spotify-tui and running it on Alpine Linux immediately segfault's.
I installed it through Cargo.
Is any dependency of spotify-tui known to not work on musl? I'm assuming that would be the issue, but I don't know for sure.
@1Kinoti commented on GitHub (Sep 20, 2022):
this is actually an issue with most Rust apps running on
musl. I hear that it's an upstream problem that is being worked on. Hopefully, this fixes your issuehttps://github.com/elkowar/eww/issues/362#issuecomment-991702958