https://bugs.kde.org/show_bug.cgi?id=515510
Dm <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |REPORTED Resolution|BACKTRACE |--- --- Comment #2 from Dm <[email protected]> --- (In reply to TraceyC from comment #1) > Thank you for the bug report. I'm not able to reproduce this on git-master. > Unfortunately the backtrace is incomplete and missing debug symbols for the > following lines that we need to figure out exactly what's going wrong: > > #11 0x00007ef4fd932891 in ?? () from /lib/x86_64-linux-gnu/libQt6Core.so.6 > #17 0x00007ef4fee776cb in ?? () from /lib/x86_64-linux-gnu/libQt6Qml.so.6 > #25 0x00007ef47e328cf4 in ?? () from > /usr/lib/x86_64-linux-gnu/qt6/plugins/plasma/applets/org.kde.plasma. > mediacontroller.so > > Could you please install debug packages and attach a new symbolicated > backtrace generated by using `coredumpctl gdb` in a terminal window? See > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl > for details about how to do this. Thanks again! AI said it's caused by Debug build and Q_ASSERT_X(...) I rebuilt (apt source + dpkg-buildpackage inside official Neon User container) in Release and no debug mode (no chenges to sources, version is exactly like in Neon binary package) export DEB_CXXFLAGS_APPEND="-DQT_NO_DEBUG -DNDEBUG" export DEB_CFLAGS_APPEND="-DQT_NO_DEBUG -DNDEBUG" export DEB_CMAKE_EXTRA_FLAGS="-DCMAKE_BUILD_TYPE=Release" And now it just does not play after pause and no crash anymore. AI says it's VLC-side problem Should i rollback to binary from Neon repo to try again with backtrace? You might built something in different mode, possibly Release and.. something else (idk exactly but AI was right about Release build) -- You are receiving this mail because: You are watching all bug changes.
