| Summary: | plasma crash while update weather | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeplasma-addons | Reporter: | RJ <ogldelphi> |
| Component: | Weather | Assignee: | Friedrich W. H. Kossebau <kossebau> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | bshah, ogldelphi, plasma-bugs-null, putz.alexey |
| Priority: | NOR | ||
| Version First Reported In: | 5.6.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | steps for reproduce | ||
|
Description
RJ
2016-04-26 16:10:46 UTC
Created attachment 98618 [details]
steps for reproduce
1. Input city or town
2. Search
3. Choose the city and click on Apply and as fast as you can click on all three tabs (Weather station... etc)
Crash will appear 2 times per 10 tries if not just reopen weather preference window and try again.
If one can't reproduce the bug just close Weather Settings window and open it again. Qt 5.7.0 Plasma 5.8.1 Frameworks 5.27 Bug is still here. Thanks for the detailed report. I can reproduce the bug here. No idea though where to start to find why things fail here :/ I need to take a course in QML debugging first. For reference, my versions are: Qt: 5.7.0 KDE Frameworks: 5.27.0 Plasma: 5.8.2 openSUSE Tumbleweed When running "plasmawindowed org.kde.plasma.weather" in gdb, this is the stacktrace I get, so seems the same (when assuming more symbols optimized out in my packages). 0x00007ffff6963755 in ?? () from /usr/lib64/libQt5Qml.so.5 (gdb) bt #0 0x00007ffff6963755 in ?? () from /usr/lib64/libQt5Qml.so.5 #1 0x00007ffff696907d in QV4::ObjectIterator::next(QV4::Value*, unsigned int*, QV4::Property*, QV4::PropertyAttributes*) () from /usr/lib64/libQt5Qml.so.5 #2 0x00007ffff696963d in QV4::ObjectIterator::nextPropertyNameAsString() () from /usr/lib64/libQt5Qml.so.5 #3 0x00007fffbb073305 in ?? () #4 0x00007fffffff7e40 in ?? () #5 0x00000000030ba4e0 in ?? () #6 0x0000000000000000 in ?? () *** Bug 372930 has been marked as a duplicate of this bug. *** Given that the root of the crash reported here could be never identified in the weather applet sources, and that there have been no reports with more recent versions of both Qt and Plasma Framework, also could I no longer reproduce myself this crash with those newer versions, I for now assume the cause of this crash has been either in Qt or Plasma in older versions of those. So closing this bug for now as resolved for some bug list housekeeping. Please reopen if you still can reproduce this crash. |