https://bugs.kde.org/show_bug.cgi?id=398894
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.0 Component|weather |generic-crash Assignee|kosse...@kde.org |plasma-b...@kde.org Product|kdeplasma-addons |plasmashell --- Comment #1 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Thanks fro the report. Seems the interesting point in the backtrace is #30 0x00007fb082dc56ba in exit () from /lib64/libc.so.6 which is triggered from Qt's X backend class QXcbConnection, possibly because some state was reached where Qt's X handler could not cope with and just calls exit on the whole process. Possibly Plasma might need improvements in doing the clean-up here, so the exit does not escalate in a crash. But more important would be to prevent the exit call. Which would need to know what Qt paniced about, no idea how to debug that myself. Nothing to do with the weather dataengine itself from what I can tell, so moving over to Plasma Generic bugs. -- You are receiving this mail because: You are watching all bug changes.