Summary: | Dolphin crashes when quitting while having terminal panel enabled | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alexander Wilms <f.alexander.wilms> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde, kfm-devel, meven29, nate |
Priority: | NOR | Keywords: | drkonqi, qt6 |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | https://invent.kde.org/system/dolphin/-/commit/856716e8b6a1de36e85764f25be09f8d49f52d3e | |
Sentry Crash Report: |
Description
Alexander Wilms
2023-08-04 23:00:11 UTC
It seems to be caused by having the terminal panel enabled. Error is "Called object is not of the correct type (class destructor may have already run)" in the connection to TerminalPanelExited. Probably because the class destructor runs, which deletes its children and then calls into the slot or something. I wonder what changed, though, as the relevant code in Dolphin doesn't appear to have. |