| Summary: | If session goes idle, after unlocking the session, panels are no longer present | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Jacob Godserv <jacobgodserv> |
| Component: | Panel | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | anmen.ed, bshah, jacobgodserv, notmart, plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.6.2 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
another stack, this time with 'bt full'
New crash information added by DrKonqi |
||
|
Description
Jacob Godserv
2016-03-29 17:41:12 UTC
I'm not sure the stack traces listed here are actually helpful. Possibly related bugs: https://bugs.kde.org/show_bug.cgi?id=361223 https://bugs.kde.org/show_bug.cgi?id=359167 https://bugs.kde.org/show_bug.cgi?id=360021 Created attachment 98190 [details]
another stack, this time with 'bt full'
possible culript of the new bt is this, but doesn't look any thread is really doing anything
Thread 1 (Thread 0x7f00ec035800 (LWP 23965)):
#0 0x0000003d312decad in poll () from /lib64/libc.so.6
No symbol table info available.
#1 0x0000003d36c0a802 in ?? () from /usr/lib64/libxcb.so.1
No symbol table info available.
#2 0x0000003d36c0c0ef in ?? () from /usr/lib64/libxcb.so.1
No symbol table info available.
#3 0x0000003d36c0c1e1 in xcb_wait_for_reply () from /usr/lib64/libxcb.so.1
No symbol table info available.
#4 0x0000003d36840fcf in _XReply () from /usr/lib64/libX11.so.6
No symbol table info available.
#5 0x00000036f243cc53 in ?? () from /usr/lib64/libGL.so.1
No symbol table info available.
#6 0x00000036f243cf59 in ?? () from /usr/lib64/libGL.so.1
No symbol table info available.
#7 0x00007f00e2d6aabe in ?? () from /usr/lib64/dri/i965_dri.so
No symbol table info available.
#8 0x00007f00e2d6afa1 in ?? () from /usr/lib64/dri/i965_dri.so
No symbol table info available.
#9 0x00007f00e2d5d05d in ?? () from /usr/lib64/dri/i965_dri.so
No symbol table info available.
#10 0x000000361c32fde6 in QSGBatchRenderer::Renderer::renderBatches (this=this@entry=0x3b44010) at scenegraph/coreapi/qsgbatchrenderer.cpp:2478
r = <optimized out>
renderOpaque = <optimized out>
renderAlpha = <optimized out>
#11 0x000000361c33605e in QSGBatchRenderer::Renderer::render (this=<optimized out>) at scenegraph/coreapi/qsgbatchrenderer.cpp:2681
largestVBO = <optimized out>
#12 0x000000361c34171c in QSGRenderer::renderScene (this=0x3b44010, bindable=...) at scenegraph/coreapi/qsgrenderer.cpp:208
bindTime = 0
renderTime = 0
#13 0x000000361c341f3b in QSGRenderer::renderScene (this=<optimized out>, fboId=<optimized out>) at scenegraph/coreapi/qsgrenderer.cpp:168
bindable = {<No data fields>}
#14 0x000000361c351dde in QSGRenderContext::renderNextFrame (this=0x2577660, renderer=0x3b44010, fboId=<optimized out>) at scenegraph/qsgcontext.cpp:558
No locals.
#15 0x000000361c39a94b in QQuickWindowPrivate::renderSceneGraph (this=this@entry=0x29cda20, size=...) at items/qquickwindow.cpp:383
fboId = <optimized out>
devicePixelRatio = <optimized out>
_qml_memory_scope = {pushed = false}
#16 0x000000361c36c223 in QSGGuiThreadRenderLoop::renderWindow (this=this@entry=0x2533540, window=0x29c3f00) at scenegraph/qsgrenderloop.cpp:378
alsoSwap = true
renderTime = 0
swapTime = <optimized out>
current = <optimized out>
renderTimer = {t1 = -9223372036854775808, t2 = -9223372036854775808}
syncTime = 0
polishTime = 0
Created attachment 98294 [details]
New crash information added by DrKonqi
plasmashell (5.6.2) using Qt 5.5.1
It appears that the lock screen issue has been fixed with 5.6.2 but the missing panel issue remains.
- What I was doing when the application crashed:
I unlocked my session after leaving it idle. The computer had not suspended; only the display had gone to sleep
- Unusual behavior I noticed:
The lock screen unlocked and everything appeared to work (including Alt+Tab and Ctrl+Space) but the panels were missing.
-- Backtrace (Reduced):
#9 0x000000355de8815c in QEventDispatcherGlib::processEvents (this=0x8c01d0, flags=...) at kernel/qeventdispatcher_glib.cpp:418
#10 0x000000355de3c25a in QEventLoop::exec (this=this@entry=0x7ffda597d1d0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#11 0x000000355de4328d in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1229
#12 0x000000355e2e920c in QGuiApplication::exec () at kernel/qguiapplication.cpp:1527
#13 0x000000355e957315 in QApplication::exec () at kernel/qapplication.cpp:2976
*** Bug 387250 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 384470 *** |