| Summary: | Plasma crashes in WeatherApplet::~WeatherApplet() when weather widget entry from system tray is being disabled | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeplasma-addons | Reporter: | arpan <arpan.is> |
| Component: | Weather | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | nate, plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.23.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
arpan
2021-10-17 18:47:47 UTC
#27 0x00007f3f2de172de in Plasma::Applet::~Applet() () from /lib/x86_64-linux-gnu/libKF5Plasma.so.5
#28 0x00007f3f1cd03d7d in WeatherApplet::~WeatherApplet (this=0x5582b6548600, __in_chrg=<optimized out>) at ./applets/weather/weatherapplet.cpp:175
#29 0x00007f3f2bd6a6b3 in QObject::event (this=0x5582b6548600, e=0x5582b94950c0) at kernel/qobject.cpp:1301
Line 175 is just en empty destructor:
WeatherApplet::~WeatherApplet()
{
}
*** This bug has been marked as a duplicate of bug 449981 *** |