| Summary: | Krusader crashes after closing a tab | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | frasou |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | davide, frasou, krusader-bugs-null, toni.asensi |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
frasou
2021-06-09 15:03:32 UTC
Created attachment 139205 [details]
New crash information added by DrKonqi
krusader (2.7.2 "Peace of Mind") using Qt 5.15.2
- What I was doing when the application crashed:
Simply closing the krusader end up in segfault.
-- Backtrace (Reduced):
#5 0x00007f2b2d7c1358 in KUrlNavigator::editor() const () from /usr/lib64/libKF5KIOFileWidgets.so.5
#6 0x00005593b444f804 in ListPanel::eventFilter (this=0x5593b4fb04f0, watched=0x5593b53790a0, e=0x7fff4219dfd0) at /tmp/portage/kde-misc/krusader-2.7.2/work/krusader-2.7.2/krusader/Panel/listpanel.cpp:532
#7 0x00007f2b2b9bd335 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5
#8 0x00007f2b2c405cae in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#9 0x00007f2b2c41058c in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
Hi, Frasou. It doesn't happen to me using Kubuntu 20.04 and the git version of Krusader.
If you can follow the steps of
https://commits.kde.org/krusader?path=INSTALL
then you can build the git version of Krusader, use its latest features, etc.
If you have been able to do it, is your problem solved?
I had the same issue, but it solved after the upgrade to Frameworks 5.83 (In reply to Toni Asensi Esteve from comment #2) > Hi, Frasou. It doesn't happen to me using Kubuntu 20.04 and the git version > of Krusader. > > If you can follow the steps of > https://commits.kde.org/krusader?path=INSTALL > then you can build the git version of Krusader, use its latest features, > etc. > If you have been able to do it, is your problem solved? Hello Toni, I am sorry for late answer. I am not able to do this as I am only a user of KDE system and linux. It is too complicated for me. (In reply to Davide Gianforte from comment #3) > I had the same issue, but it solved after the upgrade to Frameworks 5.83 Thank you David for your post. The highest version in my distribution is 5.82.0. So I will wait for the upgrade and I'll let you know if the bug has been solved. > The highest version in my distribution is 5.82.0.
> So I will wait for the upgrade and I'll let you know
> if the bug has been solved.
Ok, as this bug report is in a "NEEDSINFO WAITINGFORINFO" state, in order to avoid some consequences of that: I'll close this bug report, and you can reopen it if you upgrade your software and see the problem again. Greetings.
Created attachment 141766 [details]
New crash information added by DrKonqi
krusader (2.7.2 "Peace of Mind") using Qt 5.15.2
- What I was doing when the application crashed:
Still the same, Krusader crashed while closing any of tabs.
Krusader 2.7.2
kde-frameworks 5.85.0
-- Backtrace (Reduced):
#6 0x00007f51c60261da in KUrlNavigator::editor (this=0x55e47b350ca0) at /data/Torrent/portage/portage/kde-frameworks/kio-5.85.0-r1/work/kio-5.85.0/src/filewidgets/kurlnavigator.cpp:1279
#7 0x000055e47942f804 in ListPanel::eventFilter (this=0x55e47b275d50, watched=0x55e47b3b38b0, e=0x7ffd98f797f0) at /tmp/portage/kde-misc/krusader-2.7.2/work/krusader-2.7.2/krusader/Panel/listpanel.cpp:532
#8 0x00007f51c4238aeb in QCoreApplicationPrivate::sendThroughObjectEventFilters (receiver=receiver@entry=0x55e47b3b38b0, event=event@entry=0x7ffd98f797f0) at /data/Torrent/portage/portage/dev-qt/qtcore-5.15.2-r3/work/qtbase-everywhere-src-5.15.2/src/corelib/kernel/qcoreapplication.cpp:1189
#9 0x00007f51c4c86c06 in QApplicationPrivate::notify_helper (this=this@entry=0x55e47a407960, receiver=receiver@entry=0x55e47b3b38b0, e=e@entry=0x7ffd98f797f0) at /data/Torrent/portage/portage/dev-qt/qtwidgets-5.15.2-r1/work/qtbase-everywhere-src-5.15.2/src/widgets/kernel/qapplication.cpp:3626
#10 0x00007f51c4c90aa9 in QApplication::notify (this=0x7ffd98f7aa50, receiver=0x55e47b3b38b0, e=0x7ffd98f797f0) at /data/Torrent/portage/portage/dev-qt/qtwidgets-5.15.2-r1/work/qtbase-everywhere-src-5.15.2/src/widgets/kernel/qapplication.cpp:3582
It was resolved in https://invent.kde.org/utilities/krusader/-/commit/415d519e825a6b8b64d2ef5f9a8e9bf7a458d1d0 (no official release yet, though). |