Thanks for all the support. I suppose now it's just a wait until the updates reach my distro. Will update the post once it does
Latest posts made by strwbMcstrawbson
-
RE: Strawberry crashing on song change
-
RE: Strawberry crashing on song change
@jonas said in Strawberry crashing on song change:
I believe this is this GStreamer bug: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3664
What GStreamer version are you running?
Sorry for the late reply, I'm currently running version 1.24.6-1
It is the latest version available for my distro (CachyOs) at the time of posting this.
Tried to recreate the crash, and it seems to reliably happen by using the queue feature and leaving the player on "repeat one" mode. Repeat one song a few times, then queue up a different one and the player crashes with the same bug as in the original post -
Strawberry crashing on song change
For a while now strawberry seems to randomly crash when changing to the next song. Nothing in particular seems to cause this behaviour, and it doesn't always happen either. Running it on a terminal results in the following message when it crashes
ERROR:../gstreamer/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c:3463:mq_slot_handle_stream_start: assertion failed: (candidate->is_update || dbin->output_collection == NULL) Bail out! ERROR:../gstreamer/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c:3463:mq_slot_handle_stream_start: assertion failed: (candidate->is_update || dbin->output_collection == NULL)
And then the system seemingly sends a SIGABORT to the process.
Would appreciate even instructions to debug it further, as I couldn't really find any other logs on my own