Summary: | KWin crashed when maximizing windows | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Daniel Nicoletti <dantti12> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 4.10.80 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Nicoletti
2013-06-27 12:51:52 UTC
Smells like memory corruption. Can you try git master or the just tagged 4.10.90? Does this happen reproducibly, do all backtraces look the exact same, esp KWin::Scene::paintSimpleScreen (this=this@entry=0x1b74370, orig_mask=orig_mask@entry=8, region=...) at /home/daniel/code/kde-workspace/kwin/scene.cpp:299 ie. land in line 299? I did another git pull, compiled (against kdelibs 4.10.80 - from kubuntu packages) and the crash is always at that line. But since I didn't installed this compiled kwin I guess if it installs internal lib to usr there might be an issue, right? Can you elaborate the setup? It sounds like it could be the reason. Kubuntu with 4.10.80 beta packages from ppa local clone of kde-workspace apt-get build-dep kde-workspace cmake .. cd kwin; make; ./kwin --replace It could depend on sth. dlopened, but i assume the original crash was caused by a "legal" installation (and it doesn't seem to make any sense, so it should actually not be exactly reproducible) In very doubt check ldd on the kwin binary and the linked libs (like libkdeinit_kwin.so) In any case please attach "qdbus org.kde.kwin /KWin supportInformation" and don't worry to "sudo make install" from within the kwin build dir =) Odd: daniel@homer:~/code/kde-workspace/build/kwin$ ldd kwin|grep kwin libkdeinit4_kwin.so => /home/daniel/code/kde-workspace/build/lib/libkdeinit4_kwin.so (0x00007f46d6728000) libkwineffects.so.1 => /home/daniel/code/kde-workspace/build/lib/libkwineffects.so.1 (0x00007f46d5edf000) libkwinglutils.so.1 => /home/daniel/code/kde-workspace/build/lib/libkwinglutils.so.1 (0x00007f46d1afb000) But now that I run make install it doesn't crash, dunno why but whatever :P Hope closing as invalid is fine, thanks. |