Summary: | systemsettings5 crashes after choosing submenu 'notifications' or 'desktop-settings' | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | angsuesser <angsuesser> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | nate, nicolas.fella |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.24.4 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
attachment-11719-0.html
attachment-31222-0.html |
Description
angsuesser
2022-08-14 06:09:37 UTC
The crash is somewhere deep in the graphics driver, so most likely not something caused by systemsettings code. https://bugs.kde.org/show_bug.cgi?id=455151 is basically the same crash, in a completely different app Created attachment 151319 [details] attachment-11719-0.html Thank you for the quick answer - my thoughts about the bug are: error backtracking blames source-code with path "intel" -- so your idea (intel driver fails somewhere) seems obvious BUT: 1) It works in LEAP 15.3 and 2) when I switch to the opensuse KDE repos and install the newest KDE-version (zypper dup --allow-vedor-change) NOT EVEN bug report with dr.konqui is possible (crashes immediately - therefore no error backtrace possible - no bug report) 3) !!ALL!! other applications work flawlessly So I believe it has something to do with KDE systemsettings5 and dependencies. What I tried already: rpm -qR systemsettings --> list // get all libs and other dependencies rpm --whatprovides <list entry> --> <package-list>// in a script sort <package-list>|uniq -d --> <sortedList> zypper in -f <sortedList-Entry> // forces to reinstall packages that systemsettings depends on I have reinstalled all dependencies -- NO CHANGE! So there is no installation or depency problem! And if is it a graphics driver problem - WHY it concerns ONLY one application! regards angsuesser Am So., 14. Aug. 2022 um 14:17 Uhr schrieb Nicolas Fella < bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=457865 > > Nicolas Fella <nicolas.fella@gmx.de> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |nicolas.fella@gmx.de > > --- Comment #1 from Nicolas Fella <nicolas.fella@gmx.de> --- > The crash is somewhere deep in the graphics driver, so most likely not > something caused by systemsettings code. > > https://bugs.kde.org/show_bug.cgi?id=455151 is basically the same crash, > in a > completely different app > > -- > You are receiving this mail because: > You reported the bug. Created attachment 151339 [details] attachment-31222-0.html Problem SOLVED! You were right - it was an INTEL Graphics Driver Problem. In X11 I configured (/etc/X11/xorg.d/ 50-device.conf) AccelMethod uxa It is the old method and is a little bit slower - BUT it works. Weird - that only one application (systemsettings) was 'unhappy' with the new acceleration method! Thank you that you put me in the right direction regards angsuesser Am So., 14. Aug. 2022 um 15:54 Uhr schrieb Johann Angsüsser < angsuesser@gmail.com>: > Thank you for the quick answer - my thoughts about the bug are: > > error backtracking blames source-code with path "intel" -- so your idea > (intel driver fails somewhere) seems obvious BUT: > > 1) It works in LEAP 15.3 and > 2) when I switch to the opensuse KDE repos and install the newest > KDE-version (zypper dup --allow-vedor-change) > NOT EVEN bug report with dr.konqui is possible (crashes immediately - > therefore no error backtrace possible - no bug report) > > 3) !!ALL!! other applications work flawlessly > > So I believe it has something to do with KDE systemsettings5 and > dependencies. > > What I tried already: > > rpm -qR systemsettings --> list // get all libs and other dependencies > rpm --whatprovides <list entry> --> <package-list>// in a script > sort <package-list>|uniq -d --> <sortedList> > zypper in -f <sortedList-Entry> // forces to reinstall packages that > systemsettings depends on > > I have reinstalled all dependencies -- NO CHANGE! > So there is no installation or depency problem! > > And if is it a graphics driver problem - WHY it concerns ONLY one > application! > > regards angsuesser > > > > Am So., 14. Aug. 2022 um 14:17 Uhr schrieb Nicolas Fella < > bugzilla_noreply@kde.org>: > >> https://bugs.kde.org/show_bug.cgi?id=457865 >> >> Nicolas Fella <nicolas.fella@gmx.de> changed: >> >> What |Removed |Added >> >> ---------------------------------------------------------------------------- >> CC| |nicolas.fella@gmx.de >> >> --- Comment #1 from Nicolas Fella <nicolas.fella@gmx.de> --- >> The crash is somewhere deep in the graphics driver, so most likely not >> something caused by systemsettings code. >> >> https://bugs.kde.org/show_bug.cgi?id=455151 is basically the same crash, >> in a >> completely different app >> >> -- >> You are receiving this mail because: >> You reported the bug. > > It affects System Settings because System Settings shows content that uses GPU acceleration. It will probably affect other apps with a GPU-accelerated UI, such as Discover, System Monitor, NeoChat, or Elisa. *** This bug has been marked as a duplicate of bug 455151 *** |