https://bugs.kde.org/show_bug.cgi?id=416139
Vitaly "_Vi" Shukela <vi0...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vi0...@gmail.com --- Comment #5 from Vitaly "_Vi" Shukela <vi0...@gmail.com> --- kdenlive-master-208-linux-64-gcc.AppImage or /opt/kdenlive-22.04.0-1-x86_x64.AppImage crash when I try to start after "chmod -x /usr/bin/pulseaudio". Sometimes it shows "Could not initialize preview" before crashing, sometimes main window only briefly blinks. I see in dmesg: [1367303.177761] SDLHotplugALSA[3978]: segfault at 0 ip 00007fa010cdc5fe sp 00007f9fd49f6c10 error 4 in libSDL2-2.0.so.0[7fa010c1f000+12a000] [1367303.177803] Code: 68 67 fa ff 48 85 db 75 e3 48 83 c4 78 31 c0 5b 5d 41 5c 41 5d 41 5e 41 5f c3 66 90 48 c7 44 24 68 00 00 00 00 4c 8b 44 24 60 <49> 8b 38 48 85 ff 0f 84 df 04 00 00 48 c7 44 24 18 00 00 00 00 45 [1368115.019694] AppRun.wrapped[6297]: segfault at 0 ip 00007fdb859c31e0 sp 00007ffe4564ffd8 error 4 in libmlt++-7.so.7[7fdb859a6000+29000] [1368115.019719] Code: 54 24 08 48 89 34 24 ff d0 48 8b 54 24 08 48 8b 34 24 48 83 c4 18 48 89 c7 e9 cc 89 ff ff 66 66 2e 0f 1f 84 00 00 00 00 00 90 <48> 8b 07 48 8d 0d d6 f8 ff ff 48 8b 40 10 48 39 c8 75 0d 48 8b 7f With /usr/bin/pulseaudio enabled it starts successfully from one user account but crashes from another one (before even displaying a message about preview pane being unavailable). Typically the crash happens after second instance of the following console messages: ALSA lib /home/appimage/Craft/BC/linux-64-gcc/build/libs/libasound2/work/alsa-lib-1.2.5.1/src/conf.c:4499:(snd_config_update_r) Cannot access file /home/appimage/Craft/BC/linux-64-gcc/share/alsa/alsa.conf (it crashes instead of outputting "no alsa devices available") Workaround: explicitly and manually start PulseAudio for that user: `pulseaudio --daemonize=false --exit-idle-time=-1 --disallow-exit=true`. Kdenlive then starts properly. -- You are receiving this mail because: You are watching all bug changes.