Summary: | kwin crash | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Kai Bolay <kai> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kai |
Priority: | NOR | Keywords: | triaged |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Kai Bolay
2012-11-14 20:52:59 UTC
stack/heap corruption or bug in Qt. please elaborate on the VPN condition, do you run a remote KDE or did you just establish a VPN (proxy) Also you sa it can be reproduced "some of the time". in this case please provide more backtraces or confirm they look all the same. (In reply to comment #1) > please elaborate on the VPN condition, do you run a remote KDE or did you > just establish a VPN (proxy) I'm just running KDE locally. The crash happened while in the background a script was running that established a VPN connection - I mentioned this because a changing network configuration might be related to the problem. > Also you sa it can be reproduced "some of the time". in this case please > provide more backtraces or confirm they look all the same. kwin crashes for me about once per week. I'll make sure to capture stack traces every time going forward and I'll update this bug. (In reply to comment #2) > kwin crashes for me about once per week. you're aware that that is not supposed to be normal? ;-) do you alter the screen resolution or refresh rate from time to time? (In reply to comment #3) > (In reply to comment #2) > > kwin crashes for me about once per week. > > you're aware that that is not supposed to be normal? ;-) Yes, but it restarts and I can continue working normally - so I did not bother filing a bug report earlier. > do you alter the screen resolution or refresh rate from time to time? No. Please don't do that - bugs don't get fixed by not reporting them. do the other crash reports look the same as this one? Could you please attach the output of: qdbus org.kde.kwin /KWin supportInformation please answer questions from comment #6. Otherwise we are not able to investigate the issue. (In reply to comment #6) > do the other crash reports look the same as this one? Back when I reported this I got similar crashes frequently. Now when my machine crashes (which unfortunately seems to happen about once a week) it drops to the text console and spews out a lot of stuff which looks like kernel-level debugging information - with no apparent way to capture and report that information :-( So I've been waiting for a KWin crash to collect a bug report to compare, but so far, no luck. > Could you please attach the output of: > qdbus org.kde.kwin /KWin supportInformation That doesn't look helpful either: $ qdbus org.kde.kwin /KWin supportInformation Error: org.freedesktop.DBus.Error.UnknownMethod No such method 'supportInformation' in any interface at object path '/KWin' (signature '') Sorry! I'll update this bug if and when I'm able to capture some more useful information. (In reply to comment #8) > (In reply to comment #6) > > > do the other crash reports look the same as this one? > > Back when I reported this I got similar crashes frequently. Now when my > machine crashes (which unfortunately seems to happen about once a week) it > drops to the text console and spews out a lot of stuff which looks like > kernel-level debugging information - with no apparent way to capture and > report that information :-( oh that doesn't sound good. I would suggest to get support on this issue and I would not be surprised if the problem is related. First thing I recommend to check: memory. The crash here looks like a memory corruption and kernel panics could also be caused by this. Also watch out whether the system is over heating. That are the rule of thumb suggestions I can do, for anything more: get proper support. > > So I've been waiting for a KWin crash to collect a bug report to compare, > but so far, no luck. > > > Could you please attach the output of: > > qdbus org.kde.kwin /KWin supportInformation > > That doesn't look helpful either: > > $ qdbus org.kde.kwin /KWin supportInformation > Error: org.freedesktop.DBus.Error.UnknownMethod > No such method 'supportInformation' in any interface at object path '/KWin' > (signature '') > > Sorry! I'll update this bug if and when I'm able to capture some more useful > information. ah you are still on 4.8. This was introduced in 4.9 Created attachment 77388 [details]
New crash information added by DrKonqi
kwin (4.8.5 (4.8.5)) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
crashes are more rare now. This one happened just after waking the laptop up and launching "vncviewer"
-- Backtrace (Reduced):
#6 0x00007ffa0557f943 in intel_prepare_render () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#7 0x00007ffa055993f6 in brw_draw_prims () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
[...]
#9 0x00007ffa1d9a9ed7 in KWin::GLVertexBufferPrivate::corePainting (this=0x155d2f0, region=..., primitiveMode=4) at ../../../kwin/libkwineffects/kwinglutils.cpp:1189
#10 0x00007ffa1d9a9fd5 in KWin::GLVertexBuffer::render (this=0x1515920, region=..., primitiveMode=4) at ../../../kwin/libkwineffects/kwinglutils.cpp:1298
#11 0x00007ffa2185a9ef in renderQuads (normalized=<optimized out>, tex=<optimized out>, quads=..., region=..., this=<optimized out>) at ../../kwin/scene_opengl.cpp:788
Latest stacktrace (if always looking like this) is an intel bug, see also eg. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/966744 and we've similar crashes somewhere. Do all stacktraces look like this? 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 set the bug status 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! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! |