Summary: | KWin crash after resume from suspend | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Alessandro <superape96> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | 2012gdwu+k2, 988alex, arojas, daffy, mahead, vlad.zahorodnii |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.13.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Backtrace
qdbus org.kde.KWin /KWin supportInformation New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Alessandro
2018-07-06 19:22:24 UTC
The backtrace has missing debug symbols so it's not really useful. You can't do anything about it because Arch Linux doesn't have packages with debug symbols. I think this bug is a dup of 372305. (In reply to Vlad Zagorodniy from comment #1) > You can't do anything about it because Arch Linux doesn't have packages with > debug symbols. Of course you can https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces Setting to needsinfo I'm sorry, but after reading the ArchWiki page and reading my backtrace, I can't find which are the missing symbols and which package I have to re-install with the instructions in the wiki page. I can try to make it and then reply with a good backtrace. Sorry but it's my first bug segnalation. I'd like to help, however. (In reply to Alessandro from comment #4) > I'm sorry, but after reading the ArchWiki page and reading my backtrace, I > can't find which are the missing symbols and which package I have to > re-install with the instructions in the wiki page. You need to repackage kwin. * Install asp sudo pacman -S asp * Get PKGBUILD file asp export kwin cd kwin * Pass CMAKE_BUILD_TYPE option as said in the ArchWiki article * Build and install makepkg -i (if you'd like to skip signature check, pass --skippgpcheck) * Restart your session --- After you submitted backtrace with debug symbols, install kwin from extra sudo pacman -S extra/kwin Created attachment 113816 [details]
Backtrace
Backtrace
#6 0x00007f4921401499 in KWin::ContrastEffect::uploadRegion(QVector2D*&, QRegion const&) (this=this@entry=0x5624efed9e60, map=@0x7ffeff084258: 0x7f48edd33040, region=...) at /usr/include/qt/QtCore/qrect.h:269 That's weird. So, `this` of a QRect is invalid? Any thoughts? Could you please attach output of qdbus org.kde.KWin /KWin supportInformation Created attachment 113841 [details]
qdbus org.kde.KWin /KWin supportInformation
Sure!
Let me know if you need something else.
*** Bug 396273 has been marked as a duplicate of this bug. *** Created attachment 114184 [details]
New crash information added by DrKonqi
kwin_x11 (5.13.3) using Qt 5.11.1
- What I was doing when the application crashed:
My computer was in standby. Kwin crashed after I resumed usage.
-- Backtrace (Reduced):
#6 KWin::ContrastEffect::uploadRegion (this=this@entry=0x26d63b0, map=@0x7ffe3bf011e8: 0x7f122776d750, region=...) at /workspace/build/effects/backgroundcontrast/contrast.cpp:281
#7 0x00007f12560559a4 in KWin::ContrastEffect::uploadGeometry (this=this@entry=0x26d63b0, vbo=vbo@entry=0x1df7c50, region=...) at /workspace/build/effects/backgroundcontrast/contrast.cpp:299
#8 0x00007f1256056ea4 in KWin::ContrastEffect::doContrast (this=this@entry=0x26d63b0, w=w@entry=0x2856ee0, shape=..., screen=..., opacity=0, screenProjection=...) at /workspace/build/effects/backgroundcontrast/contrast.cpp:442
#9 0x00007f1256057929 in KWin::ContrastEffect::drawWindow (this=this@entry=0x26d63b0, w=w@entry=0x2856ee0, mask=mask@entry=2, region=..., data=...) at /workspace/build/effects/backgroundcontrast/contrast.cpp:419
#10 0x00007f12592f530e in KWin::EffectsHandlerImpl::drawWindow (this=0x2793480, w=w@entry=0x2856ee0, mask=mask@entry=2, region=..., data=...) at /workspace/build/effects.cpp:456
Created attachment 114726 [details]
New crash information added by DrKonqi
kwin_x11 (5.13.4) using Qt 5.10.1
Just resuming from suspend
-- Backtrace (Reduced):
#6 0x00007f17ef9a3699 in KWin::ContrastEffect::uploadRegion(QVector2D*&, QRegion const&) () from /lib64/libkwin4_effect_builtins.so.1
#7 0x00007f17ef9a3758 in KWin::ContrastEffect::uploadGeometry(KWin::GLVertexBuffer*, QRegion const&) () from /lib64/libkwin4_effect_builtins.so.1
#8 0x00007f17ef9a4ce9 in KWin::ContrastEffect::doContrast(KWin::EffectWindow*, QRegion const&, QRect const&, float, QMatrix4x4 const&) () from /lib64/libkwin4_effect_builtins.so.1
#9 0x00007f17ef9a56d3 in KWin::ContrastEffect::drawWindow(KWin::EffectWindow*, int, QRegion, KWin::WindowPaintData&) () from /lib64/libkwin4_effect_builtins.so.1
#10 0x00007f17effc49b7 in KWin::EffectsHandlerImpl::drawWindow(KWin::EffectWindow*, int, QRegion, KWin::WindowPaintData&) () from /lib64/libkwin.so.5
*** This bug has been marked as a duplicate of bug 372305 *** |