Summary: | Crash while collapsing directories in tree view | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Martin Girard <martin.girard5> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | 4wy78uwh, gregorib |
Priority: | NOR | ||
Version First Reported In: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Martin Girard
2013-06-29 04:21:26 UTC
Thanks for the bug report. The code for handling expanded folders had been greatly simplified and improved for KDE 4.11. Such a crash cannot happen any more in KDE 4.11 when it's out. *** This bug has been marked as a duplicate of bug 317104 *** Created attachment 131833 [details]
New crash information added by DrKonqi
dolphin (19.12.3) using Qt 5.12.8
- What I was doing when the application crashed:
Some folders where shown as childs of next folder on window. When closing folder to refresh display, dolphin chrashed.
- Custom settings of the application:
-- Backtrace (Reduced):
#6 0x00007f706f56c2e3 in KFileItemModel::expandedParentsCount(KFileItemModel::ItemData const*) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#7 0x00007f706f595b69 in KItemListView::hasSiblingSuccessor(int) const () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#8 0x00007f706f5978ba in KItemListView::updateSiblingsInformation(int, int) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#9 0x00007f706f59e187 in KItemListView::slotItemsRemoved(KItemRangeList const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
[...]
#11 0x00007f706f55c099 in KItemModelBase::itemsRemoved(KItemRangeList const&) () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
Created attachment 151806 [details]
New crash information added by DrKonqi
dolphin (22.04.1) using Qt 5.15.5
I expanded a directory after renaming it. The consequently visible subdirectory appeared beneath the wrong directory.
-- Backtrace (Reduced):
#4 0x00007fdf0fe4a522 in KFileItemModel::expandedParentsCount(KFileItemModel::ItemData const*) () from /lib64/libdolphinprivate.so.5
#5 0x00007fdf0fe78b19 in KItemListView::hasSiblingSuccessor(int) const () from /lib64/libdolphinprivate.so.5
#6 0x00007fdf0fe79a0c in KItemListView::updateSiblingsInformation(int, int) () from /lib64/libdolphinprivate.so.5
#7 0x00007fdf0fe7e2fd in KItemListView::slotItemsRemoved(KItemRangeList const&) () from /lib64/libdolphinprivate.so.5
#8 0x00007fdf0df618b6 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
|