Summary: | [Wayland] Plasma crashed when I tried to open kickoff immediately after login | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | notmart, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | 5.16.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Silva
2018-12-29 11:32:06 UTC
Thanks fro the report. Seems the interesting point in the backtrace is #16 0x00007f754034245c in __run_exit_handlers () at /usr/lib/libc.so.6 which is triggered from within /usr/lib/libQt5WaylandClient.so.5, possibly because some state was reached where QtWayland 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 QtWayland 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. *** This bug has been marked as a duplicate of bug 399514 *** |