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

spotifyd: panic zero-initialisation of ov_callbacks #28285

Closed
luhann opened this issue Jan 28, 2021 · 0 comments · Fixed by #28936
Closed

spotifyd: panic zero-initialisation of ov_callbacks #28285

luhann opened this issue Jan 28, 2021 · 0 comments · Fixed by #28936
Labels
bug Something isn't working

Comments

@luhann
Copy link
Contributor

luhann commented Jan 28, 2021

System

  • xuname:
    Void 5.10.10_1 x86_64 GenuineIntel uptodate rFF
  • package:
    spotifyd-0.3.0_1

Expected behavior

Spotifyd runs and plays music.

Actual behavior

Caught panic with message: called Result::unwrap() on an Err value: "SendError(..)"
Player thread panicked!

Steps to reproduce the behavior

Run spotifyd and try and play a song once connected.

This is a known issue with spotifyd (Spotifyd/spotifyd#719), and is caused by building spotifyd with rust 1.48. A fix for the underlying issue in librespot has been proposed (librespot-org/librespot-tremor#1) but not yet merged.

@ericonr ericonr added the bug Something isn't working label Jan 28, 2021
@luhann luhann changed the title spotifyd: panic zero-initalisation of ov_callbacks spotifyd: panic zero-initialisation of ov_callbacks Jan 28, 2021
ericonr added a commit to ericonr/void-packages that referenced this issue Feb 20, 2021
Issue in unsafe code led to a runtime panic if compiled with Rust 1.48
or newer.

Relevant information: Spotifyd/spotifyd#719

Fixes void-linux#28285
abenson pushed a commit that referenced this issue Feb 20, 2021
Issue in unsafe code led to a runtime panic if compiled with Rust 1.48
or newer.

Relevant information: Spotifyd/spotifyd#719

Fixes #28285
hazayan pushed a commit to hazayan/void-packages that referenced this issue Feb 28, 2021
Issue in unsafe code led to a runtime panic if compiled with Rust 1.48
or newer.

Relevant information: Spotifyd/spotifyd#719

Fixes void-linux#28285
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants