Summary: | Plasma crashes occasionally after return from the suspend mode (any nvidia cards) | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | hovercraft <ponamoraleksej> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bertil.bonus, nate, null, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.18.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
hovercraft
2020-12-20 04:13:11 UTC
Seems to be graphics-related: #4 0x00007f01e346bb0c in QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const () at /lib64/libQt5XcbQpa.so.5 #5 0x00007f01f4b003a1 in QOpenGLContext::create() () at /lib64/libQt5Gui.so.5 #6 0x00007f01f6077521 in QSGRenderThread::sync(bool, bool) () at /lib64/libQt5Quick.so.5 #7 0x00007f01f607946b in QSGRenderThread::syncAndRender(QImage*) () at /lib64/libQt5Quick.so.5 #8 0x00007f01f607a0c7 in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5 Any chance you can upgrade to Fedora 33 and test again? Or better yet, Rawhide? Some improvements were made recently. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I haven't been running the 5.21 beta for long to know if it's been fixed, but I've experienced this bug on 5.20.5 a few times with a very similar message (well, similar enough that DrKonqi said my new bug report was a dupe of this and to subscribe to this issue, which I did). Running nvidia-beta 460.32 [well, it's currently the same as "normal" nvidia] on ArchLinux with frameworks 5.77 & Qt 5.15 (.2 at the time of this message, not sure if it was the same back when I subscribed on the 8th). Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! That's good. Thanks for testing. Let's call it fixed for now. If it happens again, please report it to the Nvidia devs, either by sending an email to linux-bugs@nvidia.com or making a post at https://forums.developer.nvidia.com/c/gpu-unix-graphics/linux/ It would be helpful to the Nvidia developers if you could run nvidia-bug-report.sh and attach the resulting file in your report. Will do, although currently my desktop is out of action so it's not likely to happen anytime soon. Created attachment 138085 [details]
New crash information added by DrKonqi
plasmashell (5.21.4) using Qt 5.15.2
- What I was doing when the application crashed:
Crashed after trying to adjust volume. Crash after clicked on audio volume in system tray.
- Unusual behavior I noticed:
This happened just after resume from suspen on Nvidia card (1070).
-- Backtrace (Reduced):
#4 QXcbIntegration::createPlatformOpenGLContext (this=<optimized out>, context=0x564cf0546a80) at qxcbobject.h:53
#5 0x00007fc8b2d93f01 in QOpenGLContext::create (this=0x564cf0546a80) at ../../include/QtGui/5.15.2/QtGui/private/../../../../../src/gui/kernel/qguiapplication_p.h:110
#6 0x00007fc8b4523988 in QSGRenderThread::sync (this=this@entry=0x564cf188b2d0, inExpose=inExpose@entry=true, inGrab=inGrab@entry=false) at scenegraph/qsgthreadedrenderloop.cpp:620
#7 0x00007fc8b4525a37 in QSGRenderThread::syncAndRender (this=0x564cf188b2d0, grabImage=0x0) at scenegraph/qsgthreadedrenderloop.cpp:778
#8 0x00007fc8b4529c47 in QSGRenderThread::run (this=0x564cf188b2d0) at scenegraph/qsgthreadedrenderloop.cpp:1043
|