https://bugs.kde.org/show_bug.cgi?id=515510
--- Comment #12 from Dm <[email protected]> --- (In reply to cwo from comment #3) > Q_ASSERT_X will cause a crash if its conditions are not met in a debug > build, but do nothing in a release build. Q_ASSERT_X will also print an > error message with more information about the problem to the console (or if > it's not running in a console, to the system log – at least on most systemd > configurations). > > Could you reproduce the error, then run `journalctl --reverse` and copy the > assert message from there and paste it here? AI wrote Q_ASSERT logger (attached code) and could make a log with a crash/ But only NO_DEBUG build options prevent crash. Q_ASSERT seems the only reasoon for crash. Handling some... events?? from vlc have errors but they don't cause crashes Here is log from journalctl (fatal seert message generated by logger): мар 06 02:15:32 DellNote systemd[1983]: Started [email protected] - Медиаплеер VLC - Медиаплеер. мар 06 02:15:32 DellNote vlc[78732]: ERROR: ld.so: object '.local/lib/libsafeqtlog.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. мар 06 02:15:32 DellNote vlc[78732]: [000058c4327c9550] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса. мар 06 02:15:32 DellNote dolphin[78718]: [libdav1d @ 0x5863aa8c80c0] libdav1d 1.4.1 мар 06 02:15:32 DellNote dolphin[78718]: [libdav1d @ 0x5863aa8838c0] libdav1d 1.4.1 мар 06 02:15:32 DellNote kded6[78048]: Registering ":1.436/StatusNotifierItem" to system tray мар 06 02:15:32 DellNote dolphin[78718]: [libdav1d @ 0x5863aa8c80c0] libdav1d 1.4.1 мар 06 02:15:32 DellNote dolphin[78718]: [libdav1d @ 0x5863aa8838c0] libdav1d 1.4.1 мар 06 02:15:32 DellNote vlc[78732]: [00007dad54000c70] main video output error: video output creation failed мар 06 02:15:32 DellNote vlc[78732]: [00007dad6cc1d2e0] main decoder error: failed to create video output мар 06 02:15:32 DellNote vlc[78732]: [00007dad54000c70] main video output error: video output creation failed мар 06 02:15:32 DellNote vlc[78732]: [00007dad6cc1d2e0] main decoder error: failed to create video output мар 06 02:15:36 DellNote packagekitd[63383]: Starting pkgProblemResolver with broken count: 0 мар 06 02:15:36 DellNote packagekitd[63383]: Starting 2 pkgProblemResolver with broken count: 0 мар 06 02:15:36 DellNote packagekitd[63383]: Done мар 06 02:15:36 DellNote packagekitd[63383]: Entering ResolveByKeep мар 06 02:15:37 DellNote PackageKit[63383]: get-updates transaction /529_acacadcb from uid 1000 finished with success after 2279ms мар 06 02:15:38 DellNote wpa_supplicant[38107]: wlp59s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=-100 txrate=72200 мар 06 02:15:39 DellNote qt-safe-log[78087]: Qt(pid=78087) FATAL ASSERT: ASSERT failure in void PlayerContainer::Play(): "Медиапроигрыватель VLC", file /workspace/build/libkmpris/playercontainer.cpp, line 276 (/workspace/build/libkmpris/playercontainer.cpp:276, unknown) мар 06 02:15:39 DellNote plasmashell[78087]: *** Qt FATAL ASSERT (без краша): ASSERT failure in void PlayerContainer::Play(): "Медиапроигрыватель VLC", file /workspace/build/libkmpris/playercontainer.cpp, line 276 мар 06 02:15:39 DellNote plasmashell[78087]: at /workspace/build/libkmpris/playercontainer.cpp:276, unknown мар 06 02:15:39 DellNote plasmashell[78087]: KCrash: Application 'plasmashell' crashing... crashRecursionCounter = 2 мар 06 02:15:39 DellNote systemd[1]: Started [email protected] - Process Core Dump (PID 78783/UID 0). мар 06 02:15:39 DellNote systemd[1]: Started [email protected] - Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling. мар 06 02:15:40 DellNote systemd[1]: fprintd.service: Deactivated successfully. мар 06 02:15:41 DellNote systemd-coredump[78784]: Process 78087 (plasmashell) of user 1000 dumped core. -- You are receiving this mail because: You are watching all bug changes.
