Bug 416905 - Plasma crash in Kickoff
Summary: Plasma crash in Kickoff
Status: RESOLVED DUPLICATE of bug 384470
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.17.5
Platform: unspecified Linux
: NOR crash
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2020-01-29 11:15 UTC by gudvinr+kde
Modified: 2020-01-29 16:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gudvinr+kde 2020-01-29 11:15:20 UTC
Application: plasmashell (5.17.5)

Qt Version: 5.13.2
Frameworks Version: 5.66.0
Operating System: Linux 5.3.0-28-generic x86_64
Distribution: KDE neon User Edition 5.17

-- Information about the crash:
- What I was doing when the application crashed:

After I called Kickoff with Win key and then pressed Esc I got plasma crash report.

Kickoff didn't close and system tray moved to the left possible position (it was sticking to the right side).
So maybe kickoff is unrelated and the real troublemaker here is panel.

I have double monitor setup and global menu widget on both monitors (double panel) with tray widget on the primary.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd8b858fe40 (LWP 1790))]

Thread 15 (Thread 0x7fd85084c700 (LWP 426)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557839804d10) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x557839804cc0, cond=0x557839804ce8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x557839804ce8, mutex=0x557839804cc0) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x557839804cc0) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x557837acd590, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=this@entry=0x557837acd598, mutex=mutex@entry=0x557837acd590, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d8ec8 in QSGRenderThreadEventQueue::takeEvent (wait=true, this=0x557837acd588) at scenegraph/qsgthreadedrenderloop.cpp:245
#7  QSGRenderThread::processEventsAndWaitForMore (this=this@entry=0x557837acd510) at scenegraph/qsgthreadedrenderloop.cpp:710
#8  0x00007fd8b63d92fa in QSGRenderThread::run (this=0x557837acd510) at scenegraph/qsgthreadedrenderloop.cpp:739
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x557837acd510) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd85084c700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 14 (Thread 0x7fd81f3b4700 (LWP 3318)):
[KCrash Handler]
#6  0x00007fd88ee6f13f in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.116
#7  0x00007fd88ee6fd82 in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.116
#8  0x00007fd8b639363d in QOpenGLFunctions::glBindBuffer (buffer=0, target=34962, this=0x7fd8182239d0) at /usr/include/x86_64-linux-gnu/qt5/QtGui/qopenglfunctions.h:1139
#9  QSGBatchRenderer::Renderer::updateClip (this=0x7fd8182238f0, clipList=0x7fd8182382c0, batch=0x7fd8181d9370) at scenegraph/coreapi/qsgbatchrenderer.cpp:2170
#10 0x00007fd8b63958be in QSGBatchRenderer::Renderer::renderMergedBatch (this=0x7fd8182238f0, batch=0x7fd8181d9370) at scenegraph/coreapi/qsgbatchrenderer.cpp:2277
#11 0x00007fd8b6396c2d in QSGBatchRenderer::Renderer::renderBatches (this=this@entry=0x7fd8182238f0) at scenegraph/coreapi/qsgbatchrenderer.cpp:2532
#12 0x00007fd8b639c42f in QSGBatchRenderer::Renderer::render (this=<optimized out>) at scenegraph/coreapi/qsgbatchrenderer.cpp:2735
#13 0x00007fd8b638cbb0 in QSGRenderer::renderScene (this=0x7fd8182238f0, bindable=...) at scenegraph/coreapi/qsgrenderer.cpp:244
#14 0x00007fd8b638d05b in QSGRenderer::renderScene (this=<optimized out>, fboId=<optimized out>) at scenegraph/coreapi/qsgrenderer.cpp:197
#15 0x00007fd8b63c9270 in QSGDefaultRenderContext::renderNextFrame (this=0x557835d377a0, renderer=0x7fd8182238f0, fboId=<optimized out>) at scenegraph/qsgdefaultrendercontext.cpp:182
#16 0x00007fd8b642d0b8 in QQuickWindowPrivate::renderSceneGraph (this=this@entry=0x557835d23420, size=...) at items/qquickwindow.cpp:487
#17 0x00007fd8b63d5512 in QSGRenderThread::syncAndRender (this=this@entry=0x5578363a4670) at scenegraph/qsgthreadedrenderloop.cpp:646
#18 0x00007fd8b63d92b8 in QSGRenderThread::run (this=0x5578363a4670) at scenegraph/qsgthreadedrenderloop.cpp:730
#19 0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x5578363a4670) at thread/qthread_unix.cpp:360
#20 0x00007fd8af2e16db in start_thread (arg=0x7fd81f3b4700) at pthread_create.c:463
#21 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 13 (Thread 0x7fd85104d700 (LWP 3169)):
#0  0x00007fd86e949a8e in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#1  0x00007fd86e94a33f in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#2  0x00007fd86efde108 in pa_mainloop_dispatch () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x00007fd86efde4de in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x00007fd86efde560 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x00007fd86efec3c9 in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x00007fd86e95a318 in ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-11.1.so
#7  0x00007fd8af2e16db in start_thread (arg=0x7fd85104d700) at pthread_create.c:463
#8  0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 12 (Thread 0x7fd851a56700 (LWP 3168)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55783631f694) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55783631f640, cond=0x55783631f668) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55783631f668, mutex=0x55783631f640) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x55783631f640) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x7fd89c00ac30, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=this@entry=0x7fd89c00ac38, mutex=mutex@entry=0x7fd89c00ac30, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d8ec8 in QSGRenderThreadEventQueue::takeEvent (wait=true, this=0x7fd89c00ac28) at scenegraph/qsgthreadedrenderloop.cpp:245
#7  QSGRenderThread::processEventsAndWaitForMore (this=this@entry=0x7fd89c00abb0) at scenegraph/qsgthreadedrenderloop.cpp:710
#8  0x00007fd8b63d92fa in QSGRenderThread::run (this=0x7fd89c00abb0) at scenegraph/qsgthreadedrenderloop.cpp:739
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x7fd89c00abb0) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd851a56700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 11 (Thread 0x7fd853bff700 (LWP 2625)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5578369ec4f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x5578369ec4a0, cond=0x5578369ec4c8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x5578369ec4c8, mutex=0x5578369ec4a0) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x5578369ec4a0) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x5578367eca40, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=this@entry=0x5578367eca48, mutex=mutex@entry=0x5578367eca40, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d8ec8 in QSGRenderThreadEventQueue::takeEvent (wait=true, this=0x5578367eca38) at scenegraph/qsgthreadedrenderloop.cpp:245
#7  QSGRenderThread::processEventsAndWaitForMore (this=this@entry=0x5578367ec9c0) at scenegraph/qsgthreadedrenderloop.cpp:710
#8  0x00007fd8b63d92fa in QSGRenderThread::run (this=0x5578367ec9c0) at scenegraph/qsgthreadedrenderloop.cpp:739
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x5578367ec9c0) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd853bff700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 10 (Thread 0x7fd8608a7700 (LWP 2129)):
#0  __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1  0x00007fd8af2e4098 in __GI___pthread_mutex_lock (mutex=0x7fd898c167c0) at ../nptl/pthread_mutex_lock.c:113
#2  0x00007fd898991dfc in ?? () from /usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.0
#3  0x00007fd88f2211ce in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.116
#4  0x00007fd88efe047b in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.116
#5  0x00007fd88efe05b3 in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.116
#6  0x00007fd88efe068b in ?? () from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.390.116
#7  0x00007fd8b6392e4d in QOpenGLFunctions::glEnable (cap=3089, this=0x7fd85815d7c0) at /usr/include/x86_64-linux-gnu/qt5/QtGui/qopenglfunctions.h:771
#8  QSGBatchRenderer::Renderer::updateStencilClip (this=0x7fd85815d6e0, clip=<optimized out>) at scenegraph/coreapi/qsgbatchrenderer.cpp:2072
#9  0x00007fd8b6393677 in QSGBatchRenderer::Renderer::updateClip (this=0x7fd85815d6e0, clipList=0x7fd858183cd0, batch=0x7fd8586004f0) at scenegraph/coreapi/qsgbatchrenderer.cpp:2174
#10 0x00007fd8b63958be in QSGBatchRenderer::Renderer::renderMergedBatch (this=0x7fd85815d6e0, batch=0x7fd8586004f0) at scenegraph/coreapi/qsgbatchrenderer.cpp:2277
#11 0x00007fd8b6396d85 in QSGBatchRenderer::Renderer::renderBatches (this=this@entry=0x7fd85815d6e0) at scenegraph/coreapi/qsgbatchrenderer.cpp:2547
#12 0x00007fd8b639c42f in QSGBatchRenderer::Renderer::render (this=<optimized out>) at scenegraph/coreapi/qsgbatchrenderer.cpp:2735
#13 0x00007fd8b638cbb0 in QSGRenderer::renderScene (this=0x7fd85815d6e0, bindable=...) at scenegraph/coreapi/qsgrenderer.cpp:244
#14 0x00007fd8b638d05b in QSGRenderer::renderScene (this=<optimized out>, fboId=<optimized out>) at scenegraph/coreapi/qsgrenderer.cpp:197
#15 0x00007fd8b63c9270 in QSGDefaultRenderContext::renderNextFrame (this=0x557835aef020, renderer=0x7fd85815d6e0, fboId=<optimized out>) at scenegraph/qsgdefaultrendercontext.cpp:182
#16 0x00007fd8b642d0b8 in QQuickWindowPrivate::renderSceneGraph (this=this@entry=0x557835aba920, size=...) at items/qquickwindow.cpp:487
#17 0x00007fd8b63d5512 in QSGRenderThread::syncAndRender (this=this@entry=0x557836804660) at scenegraph/qsgthreadedrenderloop.cpp:646
#18 0x00007fd8b63d92b8 in QSGRenderThread::run (this=0x557836804660) at scenegraph/qsgthreadedrenderloop.cpp:730
#19 0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x557836804660) at thread/qthread_unix.cpp:360
#20 0x00007fd8af2e16db in start_thread (arg=0x7fd8608a7700) at pthread_create.c:463
#21 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7fd862060700 (LWP 2128)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557836175c64) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x557836175c10, cond=0x557836175c38) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x557836175c38, mutex=0x557836175c10) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x557836175c10) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x5578361abb70, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=this@entry=0x5578361abb78, mutex=mutex@entry=0x5578361abb70, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d8ec8 in QSGRenderThreadEventQueue::takeEvent (wait=true, this=0x5578361abb68) at scenegraph/qsgthreadedrenderloop.cpp:245
#7  QSGRenderThread::processEventsAndWaitForMore (this=this@entry=0x5578361abaf0) at scenegraph/qsgthreadedrenderloop.cpp:710
#8  0x00007fd8b63d92fa in QSGRenderThread::run (this=0x5578361abaf0) at scenegraph/qsgthreadedrenderloop.cpp:739
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x5578361abaf0) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd862060700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7fd864711700 (LWP 2127)):
#0  0x00007fd8b1c9d0b4 in __GI___libc_read (fd=50, buf=0x7fd864710b50, nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x00007fd8abe5f2d0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fd8abe1a0b7 in g_main_context_check () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fd8abe1a570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fd8abe1a6dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fd8b25f4acb in QEventDispatcherGlib::processEvents (this=0x7fd85c000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x00007fd8b2594f9a in QEventLoop::exec (this=this@entry=0x7fd864710d60, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#7  0x00007fd8b23b03aa in QThread::exec (this=<optimized out>) at thread/qthread.cpp:531
#8  0x00007fd867070407 in KCupsConnection::run() () from /usr/lib/x86_64-linux-gnu/libkcupslib.so
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x55783600fb00) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd864711700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7fd882131700 (LWP 2078)):
#0  0x00007fd8b1ca1bf9 in __GI___poll (fds=0x7fd878006170, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007fd8abe1a5c9 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fd8abe1a6dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fd8b25f4acb in QEventDispatcherGlib::processEvents (this=0x7fd878000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x00007fd8b2594f9a in QEventLoop::exec (this=this@entry=0x7fd882130d30, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#5  0x00007fd8b23b03aa in QThread::exec (this=this@entry=0x557835885ae0) at thread/qthread.cpp:531
#6  0x00007fd8b6352ac6 in QQuickPixmapReader::run (this=0x557835885ae0) at util/qquickpixmapcache.cpp:962
#7  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x557835885ae0) at thread/qthread_unix.cpp:360
#8  0x00007fd8af2e16db in start_thread (arg=0x7fd882131700) at pthread_create.c:463
#9  0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7fd882df7700 (LWP 2075)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557835711084) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x557835711030, cond=0x557835711058) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x557835711058, mutex=0x557835711030) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x557835711030) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x5578354ce060, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=this@entry=0x5578354ce068, mutex=mutex@entry=0x5578354ce060, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d8ec8 in QSGRenderThreadEventQueue::takeEvent (wait=true, this=0x5578354ce058) at scenegraph/qsgthreadedrenderloop.cpp:245
#7  QSGRenderThread::processEventsAndWaitForMore (this=this@entry=0x5578354cdfe0) at scenegraph/qsgthreadedrenderloop.cpp:710
#8  0x00007fd8b63d92fa in QSGRenderThread::run (this=0x5578354cdfe0) at scenegraph/qsgthreadedrenderloop.cpp:739
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x5578354cdfe0) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd882df7700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fd8838a8700 (LWP 2060)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55783555afb4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x55783555af60, cond=0x55783555af88) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x55783555af88, mutex=0x55783555af60) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x55783555af60) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x7fd89c00bd50, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=this@entry=0x7fd89c00bd58, mutex=mutex@entry=0x7fd89c00bd50, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d8ec8 in QSGRenderThreadEventQueue::takeEvent (wait=true, this=0x7fd89c00bd48) at scenegraph/qsgthreadedrenderloop.cpp:245
#7  QSGRenderThread::processEventsAndWaitForMore (this=this@entry=0x7fd89c00bcd0) at scenegraph/qsgthreadedrenderloop.cpp:710
#8  0x00007fd8b63d92fa in QSGRenderThread::run (this=0x7fd89c00bcd0) at scenegraph/qsgthreadedrenderloop.cpp:739
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x7fd89c00bcd0) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd8838a8700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fd89b390700 (LWP 1971)):
#0  0x00007fd8abe1a4fb in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007fd8abe1a6dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fd8b25f4acb in QEventDispatcherGlib::processEvents (this=0x7fd890000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#3  0x00007fd8b2594f9a in QEventLoop::exec (this=this@entry=0x7fd89b38fd80, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#4  0x00007fd8b23b03aa in QThread::exec (this=<optimized out>) at thread/qthread.cpp:531
#5  0x00007fd8b5e80815 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#6  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x557834d7e0b0) at thread/qthread_unix.cpp:360
#7  0x00007fd8af2e16db in start_thread (arg=0x7fd89b390700) at pthread_create.c:463
#8  0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7fd8a147d700 (LWP 1805)):
#0  0x00007fd8b1c9d0b4 in __GI___libc_read (fd=15, buf=0x7fd8a147cb60, nbytes=16) at ../sysdeps/unix/sysv/linux/read.c:27
#1  0x00007fd8abe5f2d0 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fd8abe1a0b7 in g_main_context_check () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fd8abe1a570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007fd8abe1a6dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fd8b25f4acb in QEventDispatcherGlib::processEvents (this=0x7fd894000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x00007fd8b2594f9a in QEventLoop::exec (this=this@entry=0x7fd8a147cd70, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#7  0x00007fd8b23b03aa in QThread::exec (this=<optimized out>) at thread/qthread.cpp:531
#8  0x00007fd8b36a90e5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#9  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x7fd8b3920d80) at thread/qthread_unix.cpp:360
#10 0x00007fd8af2e16db in start_thread (arg=0x7fd8a147d700) at pthread_create.c:463
#11 0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fd8a3666700 (LWP 1802)):
#0  0x00007fd8b1ca1bf9 in __GI___poll (fds=0x7fd8a3665ca8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007fd8b6fb1747 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x00007fd8b6fb336a in xcb_wait_for_event () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x00007fd8a6037e10 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x00007fd8b23b1b52 in QThreadPrivate::start (arg=0x557834b6f290) at thread/qthread_unix.cpp:360
#5  0x00007fd8af2e16db in start_thread (arg=0x7fd8a3666700) at pthread_create.c:463
#6  0x00007fd8b1cae88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7fd8b858fe40 (LWP 1790)):
#0  0x00007fd8af2e79f3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557835cf27a4) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x557835cf2750, cond=0x557835cf2778) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x557835cf2778, mutex=0x557835cf2750) at pthread_cond_wait.c:655
#3  0x00007fd8b23b8aeb in QWaitConditionPrivate::wait (deadline=..., this=0x557835cf2750) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=<optimized out>, mutex=0x5578363a46b0, deadline=...) at thread/qwaitcondition_unix.cpp:225
#5  0x00007fd8b23b8df9 in QWaitCondition::wait (this=0x5578363a46b8, mutex=0x5578363a46b0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:208
#6  0x00007fd8b63d60ed in QSGThreadedRenderLoop::polishAndSync (this=this@entry=0x557834f2d5b0, w=<optimized out>, inExpose=inExpose@entry=false) at scenegraph/qsgthreadedrenderloop.cpp:1217
#7  0x00007fd8b63d6c2a in QSGThreadedRenderLoop::handleUpdateRequest (this=0x557834f2d5b0, window=0x557835d23340) at scenegraph/qsgthreadedrenderloop.cpp:1042
#8  0x00007fd8b6438be4 in QQuickWindow::event (this=0x557835d23340, e=0x7ffefbb72df0) at items/qquickwindow.cpp:1676
#9  0x00007fd8b818281b in PlasmaQuick::Dialog::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libKF5PlasmaQuick.so.5
#10 0x00007fd8b3f02eac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007fd8b3f0a4b0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x00007fd8b2596e38 in QCoreApplication::notifyInternal2 (receiver=0x557835d23340, event=0x7ffefbb72df0) at kernel/qcoreapplication.cpp:1095
#13 0x00007fd8b2b5bf83 in QPlatformWindow::windowEvent(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#14 0x00007fd8b3f0a4cb in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x00007fd8b2596e38 in QCoreApplication::notifyInternal2 (receiver=0x557835d23340, event=0x7ffefbb730a0) at kernel/qcoreapplication.cpp:1095
#16 0x00007fd8b25f3f39 in QTimerInfoList::activateTimers (this=0x557834bd3190) at kernel/qtimerinfo_unix.cpp:643
#17 0x00007fd8b25f4739 in timerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:183
#18 idleTimerSourceDispatch (source=<optimized out>) at kernel/qeventdispatcher_glib.cpp:230
#19 0x00007fd8abe1a417 in g_main_context_dispatch () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x00007fd8abe1a650 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007fd8abe1a6dc in g_main_context_iteration () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007fd8b25f4aaf in QEventDispatcherGlib::processEvents (this=0x557834bd3a70, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#23 0x00007fd8b2594f9a in QEventLoop::exec (this=this@entry=0x7ffefbb732f0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#24 0x00007fd8b259e310 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1403
#25 0x0000557833164cef in main (argc=<optimized out>, argv=<optimized out>) at ./shell/main.cpp:219

Possible duplicates by query: bug 414189, bug 413641, bug 412476, bug 411995, bug 411564.

Reported using DrKonqi
Comment 1 Nate Graham 2020-01-29 16:13:17 UTC

*** This bug has been marked as a duplicate of bug 384470 ***