Summary: | kde-plasma/kwin-5.16.0: GUI (Wayland) freezes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Hofmann <bugs> |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | UPSTREAM |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://bugs.kde.org/show_bug.cgi?id=408754 | ||
Whiteboard: | tracking upstream | ||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
Michael Hofmann
2019-06-15 20:11:13 UTC
Please file an upstream bug. Created attachment 579880 [details]
emerge --info
> Please file an upstream bug. Done: https://bugs.kde.org/show_bug.cgi?id=408754 Since upstream asked you for debug symbols, here's a crash course: https://wiki.gentoo.org/wiki/Debugging You can selectively enable that using a package.env: https://wiki.gentoo.org/wiki//etc/portage/package.enB but then you'll have more work to do identifying all dependencies involved in the backtrace (those .so files with empty '()')and add those to the debug config as well. Thanks! I'll do that! OK, I created /etc/portage/env/{debugsyms,installsources}. I searched for empty '()' my first backtrace and created /etc/portage/package.env: dev-libs/glib debugsyms installsources dev-libs/libffi debugsyms installsources dev-libs/wayland debugsyms installsources dev-qt/qtcore debugsyms installsources dev-qt/qtdbus debugsyms installsources dev-qt/qtdeclarative debugsyms installsources dev-qt/qtscript debugsyms installsources dev-qt/qtvirtualkeyboard debugsyms installsources dev-qt/qtwayland debugsyms installsources dev-qt/qtwidgets debugsyms installsources kde-frameworks/kdbusaddons debugsyms installsources kde-frameworks/kwayland debugsyms installsources kde-plasma/kwin debugsyms installsources media-libs/mesa debugsyms installsources sys-apps/dbus debugsyms installsources sys-libs/glibc debugsyms installsources I re-emerged those packages, repeated my test and created a new backtrace. Upstream fixed the bug. The fix will probably be included in kde-plasma-5.16.2. For those who need a fix in kde-plasma-5.16.1: https://phabricator.kde.org/D21997 5.16.2 is now in tree. |