| Summary: | Crash when loging out | ||
|---|---|---|---|
| Product: | [Plasma] krunner | Reporter: | John Werner <jwernerny> |
| Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | dimonleonov90, nate, plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.19.5 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
John Werner
2021-04-15 13:20:55 UTC
> QSGRenderLoop::handleContextCreationFailure Yes this means your graphics drivers are messed up after upgrading and things won't work right until after a reboot. We have code to work around this (see https://invent.kde.org/frameworks/kdeclarative/-/merge_requests/37), but perhaps KRunner isn't using the init function that goes through that codepath? Created attachment 138565 [details]
New crash information added by DrKonqi
krunner (5.19.5) using Qt 5.14.2
- What I was doing when the application crashed:
Just pressed CTRL+space.
Also, if i am running "krunner" from terminal, this is caues same error.
-- Backtrace (Reduced):
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49
#5 0x00007f8814497864 in __GI_abort () at abort.c:79
#6 0x00007f88148caba3 in QMessageLogger::fatal(char const*, ...) const () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007f881642dade in QSGRenderLoop::handleContextCreationFailure(QQuickWindow*, bool) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
[...]
#10 0x00007f8814ec67c5 in QWindow::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5
Oh, actually it's that you're using an old version where it's not fixed yet. :) |