Summary: | Latte dock crashed when changing layout | ||
---|---|---|---|
Product: | [Plasma] lattedock | Reporter: | Karmanyaah Malhotra <karmanyaahm> |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | evekaczmarek, leandro.ff7v2, Upokupo |
Priority: | NOR | Keywords: | drkonqi |
Version: | 0.9.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/latte-dock/61016444fbb2959cccd03da6e77a24371b7e8a24 | Version Fixed In: | 0.9.5 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Karmanyaah Malhotra
2019-10-12 01:24:01 UTC
Rebooted and it works Created attachment 123277 [details]
New crash information added by DrKonqi
latte-dock (0.9.3) using Qt 5.13.1
- What I was doing when the application crashed:
I changed the layout to unity, then I configured it a little. After playing around with the layout I switched back to default and the crash ocurred.
Every time I try to switch to default latte crashes.
-- Backtrace (Reduced):
#5 0x000055acadb617f6 in Latte::Corona::availableScreenRectWithCriteria(int, QList<Latte::Types::Visibility>, QList<Plasma::Types::Location>) const ()
#6 0x000055acadc44a83 in Latte::WindowSystem::Tracker::Windows::updateAvailableScreenGeometries() ()
[...]
#9 0x000055acadb4ee63 in Latte::Corona::availableScreenRectChangedFrom(Latte::View*) ()
[...]
#11 0x000055acadb59b8b in Latte::ViewPart::Effects::qt_metacall(QMetaObject::Call, int, void**) ()
#12 0x00007f5b95ba1346 in QQmlPropertyPrivate::write(QObject*, QQmlPropertyData const&, QVariant const&, QQmlContextData*, QFlags<QQmlPropertyData::WriteFlag>) () at /usr/lib/libQt5Qml.so.5
Created attachment 123753 [details]
New crash information added by DrKonqi
latte-dock (0.9.85) using Qt 5.13.2
- What I was doing when the application crashed:
Trying to change dock settings to add/remove widgets
- Custom settings of the application:
McMojave style theme with app launcher, task, and clock widgets in dock installed.
-- Backtrace (Reduced):
#5 0x0000000000000000 in ()
#6 0x00007f52a46be8d7 in () at /usr/lib/libQt5Quick.so.5
#7 0x00007f52a46be949 in () at /usr/lib/libQt5Quick.so.5
#8 0x00007f52a48742f3 in () at /usr/lib/libQt5Quick.so.5
#9 0x00007f529d9af72a in () at /usr/lib/libQt5XcbQpa.so.5
Created attachment 123755 [details]
New crash information added by DrKonqi
latte-dock (0.9.4) using Qt 5.13.2
- What I was doing when the application crashed:
I trying to change from customized layout to default and play a little with settings. Application crashed when I switched back to customized.
-- Backtrace (Reduced):
#5 0x0000560bae580316 in Latte::Corona::availableScreenRectWithCriteria(int, QList<Latte::Types::Visibility>, QList<Plasma::Types::Location>) const ()
#6 0x0000560bae663c03 in Latte::WindowSystem::Tracker::Windows::updateAvailableScreenGeometries() ()
[...]
#9 0x0000560bae56cf83 in Latte::Corona::availableScreenRectChangedFrom(Latte::View*) ()
[...]
#11 0x0000560bae577dab in Latte::ViewPart::Effects::qt_metacall(QMetaObject::Call, int, void**) ()
#12 0x00007f6d5b8b6086 in QQmlPropertyPrivate::write(QObject*, QQmlPropertyData const&, QVariant const&, QQmlContextData*, QFlags<QQmlPropertyData::WriteFlag>) () at /usr/lib/libQt5Qml.so.5
Apparently, it doesn't work for multiple other reporters, who keep adding their reports to a closed ticket. Reopening and reassigning. (In reply to Christoph Feck from comment #5) > Apparently, it doesn't work for multiple other reporters, who keep adding > their reports to a closed ticket. Reopening and reassigning. what does not work? crash reports must follow https://userbase.kde.org/LatteDock/HowToReportCrashes in order to produce meaningful crash reports. In my system the crash is NOT reproducable. The minimum that user must do is follow the above guide AND include a latte layout file that produces that crash in its system. The original reporter closed this ticket with comment #1. Git commit 062fde2e80ca7d7334606c37113ea92e87f0c72f by Michail Vourlakos. Committed on 13/11/2019 at 14:21. Pushed by mvourlakos into branch 'v0.9'. dont crash when changing layouts --occasionaly when the user was switching layouts it could get some crashes. It looks safer to unload first the Latte::Views objects and their corresponding containments afterwards. I tried in my system to switch multiple layouts in plenty different configurations and I could not get a crash. This patch should fix the mentioned crash report if that was the root of the issue. FIXED-IN:0.9.5 M +19 -15 app/layout/genericlayout.cpp M +2 -2 app/layouts/synchronizer.cpp https://commits.kde.org/latte-dock/062fde2e80ca7d7334606c37113ea92e87f0c72f Git commit 61016444fbb2959cccd03da6e77a24371b7e8a24 by Michail Vourlakos. Committed on 13/11/2019 at 14:24. Pushed by mvourlakos into branch 'master'. dont crash when changing layouts --occasionaly when the user was switching layouts it could get some crashes. It looks safer to unload first the Latte::Views objects and their corresponding containments afterwards. I tried in my system to switch multiple layouts in plenty different configurations and I could not get a crash. This patch should fix the mentioned crash report if that was the root of the issue. FIXED-IN:0.9.5 M +19 -15 app/layout/genericlayout.cpp M +2 -2 app/layouts/synchronizer.cpp https://commits.kde.org/latte-dock/61016444fbb2959cccd03da6e77a24371b7e8a24 |