Bug 513639

Summary: Weather widget unable to load context, then trying to reconfigure to different locations causes whole Plasma to crash
Product: [Plasma] plasmashell Reporter: Daniel Duris <kdebugs>
Component: Weather widgetAssignee: Daniel Duris <kdebugs>
Status: NEEDSINFO BACKTRACE    
Severity: crash CC: isma.af, kdedev, nate
Priority: NOR    
Version First Reported In: 6.5.4   
Target Milestone: 1.0   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: coredump log

Description Daniel Duris 2025-12-21 08:40:31 UTC
SUMMARY
Plasma crashed because of weather widget

STEPS TO REPRODUCE
1. Weather widget unable to load content for some reason
2. Right click to reconfigure, write in new location, confirm
3. Crash

OBSERVED RESULT
Plasma crashed

EXPECTED RESULT
Location changed, weather displayed

SOFTWARE/OS VERSIONS
Operating System: KDE neon User Edition
KDE Plasma Version: 6.5.4
KDE Frameworks Version: 6.21.0
Qt Version: 6.10.1
Kernel Version: 6.14.0-37-generic (64-bit)

(not sure if full Plasma crash is severity crash or major/grave, so leaving crash, even if that probably applies just to the widget/app level)
Comment 1 Nate Graham 2025-12-22 21:46:00 UTC
If something crashed, we need a backtrace of it so we can figure out what's going on.

Can you please attach a backtrace of the crash using the `coredumpctl` command-line program, as detailed in https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl?

Thanks!
Comment 2 Daniel Duris 2025-12-23 09:07:56 UTC
Created attachment 187895 [details]
coredump log
Comment 3 TraceyC 2025-12-23 18:51:44 UTC
Thank you for the backtrace. Unfortunately, it's incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong:


#5  0x000078cf09fb1f3b n/a (org.kde.plasma.weather.so + 0x60f3b)
#6  0x000078cf3309fc89 n/a (libQt6Core.so.6 + 0x49fc89)
#18 0x0000556c579302f8 n/a (plasmashell + 0x3e2f8)

Could you please install debug packages and attach a new symbolicated backtrace generated by using `coredumpctl gdb` in a terminal window? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl for details about how to do this. Thanks again!