Summary: | Kwin crashes unexpectedly when opening yast2 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | jason.mours |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | braggrj, crifxer, hmhofman, kde4bugs, kde, kent, leledumbo_cool, lshurr, mawerick_18, nathanlbradshaw, poub67, scott07, skrzypens, sublimacion, vkrevs, yoprideone |
Priority: | NOR | Keywords: | triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to pot. fix the mysterious __cxa_rethrow bug |
Description
jason.mours
2010-06-09 03:41:42 UTC
This backtrace doesn't say anything. Looks like another issue with glibc to me. But if the duplicate searches are correct the issue might be fixed. *** Bug 256196 has been marked as a duplicate of this bug. *** I'm gonna merge in some other "uncatched exception in Qt eventloop" bugs i googled up... this starts to get annoying... :-\ *** Bug 257794 has been marked as a duplicate of this bug. *** *** Bug 259155 has been marked as a duplicate of this bug. *** The problem about this bug is that "something" (*cough* i just blame plasma, cause it ... *cough*) throws an exception from a slot which isn't catched in the slot and enters the Qt eventloop which then - w/o any further detailed information just asserts (very smart implementation, indeed) This so far didn't happen to me, ever. Handling) --------- If -> you have got a somewhat reliably way to reproduce the issue: There a chance that info about the exception is printed to konsole when you run kwin from there ("kwin --replace &") It can _maybe_ also be found in ~/.xsession-errors You can run "gdb --args kwin --replace" and "catch throw" to have gdb catch throws and acquire a backtrace using "bt" If you happen to compile Qt from sources, --- export QT_NO_EXCEPTIONS as CFLAG --- This should produce a usable backtrace. ;-P *** Bug 265238 has been marked as a duplicate of this bug. *** *** Bug 267005 has been marked as a duplicate of this bug. *** Created attachment 57939 [details] Patch to pot. fix the mysterious __cxa_rethrow bug Thanks to Michal Pekař from bug #268384 we've possibly identified the source of the bug (plasma seems off the hook ;-) a) it seems to be caused by the lanczos filter, so set the scale method to "smooth" ("kcmshell4 kwincompositing" / "Advanced" tab) b) attached is a patch against the 4.6 branch (will likely apply to all 4.6 versions, bt not 4.7) - it would be very helpful if someone being able to (semi)reliably reproduce the segfault could test this and report on the outcome. (because we cannot say whether all bugs derive from the same source) *** Bug 268642 has been marked as a duplicate of this bug. *** *** Bug 268902 has been marked as a duplicate of this bug. *** *** Bug 261832 has been marked as a duplicate of this bug. *** *** Bug 269214 has been marked as a duplicate of this bug. *** *** Bug 269387 has been marked as a duplicate of this bug. *** *** Bug 270873 has been marked as a duplicate of this bug. *** *** Bug 271118 has been marked as a duplicate of this bug. *** Git commit 505f7cc14a7ee9914a7d75128e28476ead34b9e0 by Thomas Lübking. Committed on 19/04/2011 at 02:41. Pushed by luebking into branch 'KDE/4.6'. Validate/check logarry in lanczos filter this will *probably* fix the mysterious __cxa_rethrow bug we still need validation from someone encountering the bug CCBUG: 241163 M +64 -28 kwin/lib/kwinglutils.cpp http://commits.kde.org/kde-workspace/505f7cc14a7ee9914a7d75128e28476ead34b9e0 *** Bug 254568 has been marked as a duplicate of this bug. *** *** Bug 274616 has been marked as a duplicate of this bug. *** *** Bug 275679 has been marked as a duplicate of this bug. *** *** Bug 277271 has been marked as a duplicate of this bug. *** *** Bug 281290 has been marked as a duplicate of this bug. *** *** Bug 281867 has been marked as a duplicate of this bug. *** *** Bug 301642 has been marked as a duplicate of this bug. *** 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! |