Summary: | System settings crashes immediately on opening every time | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | h.goudey |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | leanmendonca, matospmiguela, nick.craig.law, xerusx |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.12.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
h.goudey
2018-02-12 17:58:58 UTC
If rebooting after changing nvidia drivers does not fix the crashes, please ask for help in a forum of your distribution. The OpenGL drivers need to be installed correctly, including matching kernel and nvidia module versions. *** Bug 391842 has been marked as a duplicate of this bug. *** *** Bug 392696 has been marked as a duplicate of this bug. *** *** Bug 393973 has been marked as a duplicate of this bug. *** Created attachment 114084 [details]
New crash information added by DrKonqi
systemsettings5 (5.12.6) using Qt 5.11.1
- What I was doing when the application crashed:
upon clicking on the systems settings icon or running systemsetting5 from the command line, no system settings dialog is displayed, program crashes. Here's the text when run from the command line...
failed to acquire GL context to resolve capabilities, using defaults..
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
KActivities: Database connection: "kactivities_db_resources_140132056873216_readonly"
query_only: QVariant(qlonglong, 1)
journal_mode: QVariant(QString, "wal")
wal_autocheckpoint: QVariant(qlonglong, 100)
synchronous: QVariant(qlonglong, 0)
Nothing to load - the client id is empty
Nothing to load - the client id is empty
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(DoubleBuffer), swapInterval 1, colorSpace QSurfaceFormat::ColorSpace(DefaultColorSpace), profile QSurfaceFormat::OpenGLContextProfile(NoProfile))
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = systemsettings5 path = /usr/bin pid = 12873
KCrash: Arguments: /usr/bin/systemsettings5
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]+ Stopped systemsettings5
-- Backtrace (Reduced):
#6 0x00007f05581a1428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#7 0x00007f05581a302a in __GI_abort () at abort.c:89
#8 0x00007f055893890d in QMessageLogger::fatal(char const*, ...) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#11 0x00007f0556c3d386 in QQuickWidget::resizeEvent(QResizeEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5
#12 0x00007f0559bc81ae in QWidget::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
The problem was resolved by a reboot. As per the comment by Christoph Feck in comment 1 https://bugs.kde.org/show_bug.cgi?id=390334#c1 I had indeed tried to change Nvidia display drivers. In my case it appeared to have failed or at least nothing appeared to have happened which is why I didn't reboot. I used the additional drivers icon the upgrade from the 384 to the 390 driver but the dialog never updated e.g. the radio button remained on 384 when I rerun the additional drivers program... (from the command line /usr/bin/software-properties-gtk --open-tab=4. After the reboot the additional drivers program (/usr/bin/software-properties-gtk --open-tab=4.) and the 'Info Centre' program both showed the Nvidia 390 driver as selected. And system settings is now working OK |