Summary: | Plasma Crashes after Firefox Save Image window fails to be drawn | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nick <nck.s.hayes> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | nate, plasma-bugs, torokati44 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.19.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nick
2020-11-22 17:56:05 UTC
#4 0x00007fae10aff0dd in update_buffers () at /lib64/libEGL_mesa.so.0 #5 0x00007fae10aff4f4 in image_get_buffers () at /lib64/libEGL_mesa.so.0 #6 0x00007fae0b402114 in intel_update_renderbuffers () at /usr/lib64/dri/i965_dri.so #7 0x00007fae0b402805 in intel_prepare_render () at /usr/lib64/dri/i965_dri.so #8 0x00007fae0b3fed64 in brw_clear () at /usr/lib64/dri/i965_dri.so #9 0x00007fae26a1a6fb in QSGBatchRenderer::Renderer::renderBatches() () at /lib64/libQt5Quick.so.5 #10 0x00007fae26a1ae52 in QSGBatchRenderer::Renderer::render() () at /lib64/libQt5Quick.so.5 #11 0x00007fae26a05750 in QSGRenderer::renderScene(QSGBindable const&) () at /lib64/libQt5Quick.so.5 #12 0x00007fae26a05c23 in QSGRenderer::renderScene(unsigned int) () at /lib64/libQt5Quick.so.5 #13 0x00007fae26a59091 in QSGDefaultRenderContext::renderNextFrame(QSGRenderer*, unsigned int) () at /lib64/libQt5Quick.so.5 #14 0x00007fae26ab7eb9 in QQuickWindowPrivate::renderSceneGraph(QSize const&, QSize const&) () at /lib64/libQt5Quick.so.5 #15 0x00007fae26a6cd3d in QSGRenderThread::syncAndRender(QImage*) () at /lib64/libQt5Quick.so.5 #16 0x00007fae26a6fc2f in QSGRenderThread::run() () at /lib64/libQt5Quick.so.5 #17 0x00007fae24f9c4bc in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5 #18 0x00007fae244503f9 in start_thread () at /lib64/libpthread.so.0 #19 0x00007fae24c20903 in clone () at /lib64/libc.so.6 The crash is entirely in the graphics drivers or Qt. You'll want to report this upstream, either to Qt (https://bugreports.qt.io/) or the graphics driver developers (https://gitlab.freedesktop.org/mesa/mesa/-/issues?label_name[]=intel) Not sure which one you would want to start with, sorry. This one might be related? Seems at least somewhat similar... https://gitlab.freedesktop.org/mesa/mesa/-/issues/2251 |