https://bugs.kde.org/show_bug.cgi?id=499001
Tuomas Nurmi <tuo...@norsumanageri.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tuo...@norsumanageri.org --- Comment #1 from Tuomas Nurmi <tuo...@norsumanageri.org> --- Thank you for the report! I am fairly confident this is actually a duplicate of https://bugs.kde.org/show_bug.cgi?id=486468 and caused by a bug somewhere in phonon-vlc/vlc/pipewire (the wayland error is a symptom, not a cause), and the same crash might happen with e.g. dragonplayer, too. Could you try running gdb amarok run * and after the amarok crashes, type in gdb console: * backtrace some examples in the linked bug report. Most probably the output will be something like Thread 1 "amarok" received signal SIGSEGV, Segmentation fault. vlc_pw_lock (ctx=0x8000000300080005) at modules/audio_output/vlc_pipewire.c:76 76 pw_thread_loop_lock(ctx->loop); (gdb) backtrace #0 vlc_pw_lock (ctx=0x8000000300080005) at modules/audio_output/vlc_pipewire.c:76 #1 0x00007fffdb20da56 in vlc_pw_stream_set_volume (s=0x555555b43fb0, vol=0.709999979) at modules/audio_output/pipewire.c:377 #2 0x00007fffdb20dba0 in VolumeSet (aout=<optimized out>, volume=<optimized out>) at modules/audio_output/pipewire.c:658 -- You are receiving this mail because: You are watching all bug changes.