Summary: | Crash on clearing Wastebin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Ian <igiwatson> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | beder.lopez.c, kfm-devel, nate, omerusta |
Priority: | NOR | Keywords: | drkonqi |
Version: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/b5e276d115c55241b0b193ee184f3bd206da8d33 | Version Fixed In: | 21.04.2 |
Sentry Crash Report: |
Description
Ian
2021-05-23 12:11:02 UTC
(gdb) bt #0 std::__uniq_ptr_impl<KActionCollectionPrivate, std::default_delete<KActionCollectionPrivate> >::_M_ptr (this=0x10) at /usr/include/c++/11.1.0/bits/unique_ptr.h:173 #1 0x00007ffff6e965ae in std::unique_ptr<KActionCollectionPrivate, std::default_delete<KActionCollectionPrivate> >::get (this=0x10) at /usr/include/c++/11.1.0/bits/unique_ptr.h:422 #2 0x00007ffff6e94d04 in std::unique_ptr<KActionCollectionPrivate, std::default_delete<KActionCollectionPrivate> >::operator-> (this=0x10) at /usr/include/c++/11.1.0/bits/unique_ptr.h:416 #3 0x00007ffff6e8f40e in KActionCollection::action (this=0x0, name=...) at /home/kde-dev/kde/src/frameworks/kxmlgui/src/kactioncollection.cpp:138 #4 0x0000555555619539 in ContextMenuSettingsPage::showEvent(QShowEvent*) () #5 0x00007ffff5d810be in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5 #6 0x00007ffff5d3dd62 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5 #7 0x00007ffff526a00a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5 #8 0x00007ffff5d7d8a8 in QWidgetPrivate::show_helper() () from /usr/lib/libQt5Widgets.so.5 #9 0x00007ffff5d80bbd in QWidgetPrivate::setVisible(bool) () from /usr/lib/libQt5Widgets.so.5 #10 0x00007ffff5d64b6e in QStackedLayout::setCurrentIndex(int) () from /usr/lib/libQt5Widgets.so.5 #11 0x00007ffff6b5ddad in KPageViewPrivate::pageSelected (this=0x55555625d950, index=..., previous=...) at /home/kde-dev/kde/src/frameworks/kwidgetsaddons/src/kpageview.cpp:251 #12 0x00007ffff6b5cbe4 in operator() (__closure=0x555556277da0, selected=..., deselected=...) at /home/kde-dev/kde/src/frameworks/kwidgetsaddons/src/kpageview.cpp:51 #13 0x00007ffff6b5f978 in QtPrivate::FunctorCall<QtPrivate::IndexesList<0, 1>, QtPrivate::List<const QItemSelection&, const QItemSelection&>, void, KPageViewPrivate::rebuildGui()::<lambda(const QItemSelection&, const QItemSelection&)> >::call(struct {...} &, void **) (f=..., arg=0x7fffffffcab0) at /usr/include/qt/QtCore/qobjectdefs_impl.h:146 #14 0x00007ffff6b5f8dd in QtPrivate::Functor<KPageViewPrivate::rebuildGui()::<lambda(const QItemSelection&, const QItemSelection&)>, 2>::call<QtPrivate::List<QItemSelection const&, QItemSelection const&>, void>(struct {...} &, void *, void **) (f=..., arg=0x7fffffffcab0) at /usr/include/qt/QtCore/qobjectdefs_impl.h:256 #15 0x00007ffff6b5f798 in QtPrivate::QFunctorSlotObject<KPageViewPrivate::rebuildGui()::<lambda(const QItemSelection&, const QItemSelection&)>, 2, QtPrivate::List<const QItemSelection&, const QItemSelection&>, void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *) (which=1, this_=0x555556277d90, r=0x55555611a480, a=0x7fffffffcab0, ret=0x0) at /usr/include/qt/QtCore/qobjectdefs_impl.h:443 #16 0x00007ffff52a13bb in ?? () from /usr/lib/libQt5Core.so.5 #17 0x00007ffff5213aa1 in QItemSelectionModel::selectionChanged(QItemSelection const&, QItemSelection const&) () from /usr/lib/libQt5Core.so.5 #18 0x00007ffff521a9dc in QItemSelectionModel::emitSelectionChanged(QItemSelection const&, QItemSelection const&) () from /usr/lib/libQt5Core.so.5 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/214 Git commit 879fa9fa7d82a14c934c7a1361b97d39ffd0a08b by Ömer Fadıl Usta. Committed on 25/05/2021 at 01:49. Pushed by usta into branch 'master'. [src/settings/contextmenu/contextmenusettingspage] Fix Crash because of nullptr M +7 -5 src/settings/contextmenu/contextmenusettingspage.cpp https://invent.kde.org/system/dolphin/commit/879fa9fa7d82a14c934c7a1361b97d39ffd0a08b @Ian : could you recompile and check if the bug fixed or not ? Fixes it for me! Git commit b5e276d115c55241b0b193ee184f3bd206da8d33 by Nate Graham, on behalf of Ömer Fadıl Usta. Committed on 25/05/2021 at 17:12. Pushed by ngraham into branch 'release/21.04'. [src/settings/contextmenu/contextmenusettingspage] Fix Crash because of nullptr (cherry picked from commit 879fa9fa7d82a14c934c7a1361b97d39ffd0a08b) M +7 -5 src/settings/contextmenu/contextmenusettingspage.cpp https://invent.kde.org/system/dolphin/commit/b5e276d115c55241b0b193ee184f3bd206da8d33 *** Bug 474381 has been marked as a duplicate of this bug. *** |