Bug 463333 - Dolphin crashes when connecting over SFTP with unknown key
Summary: Dolphin crashes when connecting over SFTP with unknown key
Status: RESOLVED WORKSFORME
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.12.0
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-12-22 10:37 UTC by gsus
Modified: 2024-03-07 03:46 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gsus 2022-12-22 10:37:00 UTC
Application: dolphin (22.12.0)

Qt Version: 5.15.7
Frameworks Version: 5.101.0
Operating System: Linux 6.0.12-1-default x86_64
Windowing System: X11
Distribution: "openSUSE Tumbleweed"
DrKonqi: 5.26.4 [KCrashBackend]

-- Information about the crash:
First time you connect over sftp to a server where the key has not been trusted yet by Dolphin and you get the popup to trust it or not. After click trust/ok on that modal, then Dolphin always crash. Next time it will work since the key is now trusted.

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f56d0ff439a in KIO::SlaveInterface::sendMessageBoxAnswer(int) () from /lib64/libKF5KIOCore.so.5
#5  0x00007f56d0fb775a in ?? () from /lib64/libKF5KIOCore.so.5
#6  0x00007f56cf5132cd in ?? () from /lib64/libQt5Core.so.5
#7  0x00007f56d0fa6931 in KIO::AskUserActionInterface::messageBoxResult(int) () from /lib64/libKF5KIOCore.so.5
#8  0x00007f56d1263bd2 in ?? () from /lib64/libKF5KIOWidgets.so.5
#9  0x00007f56cf5132cd in ?? () from /lib64/libQt5Core.so.5
#10 0x00007f56d03abe3e in QDialog::finished(int) () from /lib64/libQt5Widgets.so.5
#11 0x00007f56cf5132cd in ?? () from /lib64/libQt5Core.so.5
#12 0x00007f56d034047f in QDialogButtonBox::clicked(QAbstractButton*) () from /lib64/libQt5Widgets.so.5
#13 0x00007f56d0340b61 in ?? () from /lib64/libQt5Widgets.so.5
#14 0x00007f56cf51354c in ?? () from /lib64/libQt5Core.so.5
#15 0x00007f56d0297072 in QAbstractButton::clicked(bool) () from /lib64/libQt5Widgets.so.5
#16 0x00007f56d02972da in ?? () from /lib64/libQt5Widgets.so.5
#17 0x00007f56d0298b78 in ?? () from /lib64/libQt5Widgets.so.5
#18 0x00007f56d0298d97 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /lib64/libQt5Widgets.so.5
#19 0x00007f56d01e6c38 in QWidget::event(QEvent*) () from /lib64/libQt5Widgets.so.5
#20 0x00007f56d01a53fe in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#21 0x00007f56d01ad922 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#22 0x00007f56cf4dc128 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#23 0x00007f56d01aba9e in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /lib64/libQt5Widgets.so.5
#24 0x00007f56d01ffa58 in ?? () from /lib64/libQt5Widgets.so.5
#25 0x00007f56d0202fb0 in ?? () from /lib64/libQt5Widgets.so.5
#26 0x00007f56d01a53fe in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#27 0x00007f56cf4dc128 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#28 0x00007f56cf97b9ad in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /lib64/libQt5Gui.so.5
#29 0x00007f56cf94f37c in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Gui.so.5
#30 0x00007f56c9d1a0fa in ?? () from /lib64/libQt5XcbQpa.so.5
#31 0x00007f56cd26aa90 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#32 0x00007f56cd26ae48 in ?? () from /lib64/libglib-2.0.so.0
#33 0x00007f56cd26aedc in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#34 0x00007f56cf533b56 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#35 0x00007f56cf4dab9b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#36 0x00007f56cf4e2d06 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#37 0x0000559f583746c9 in ?? ()
#38 0x00007f56cec2c5b0 in __libc_start_call_main () from /lib64/libc.so.6
#39 0x00007f56cec2c679 in __libc_start_main_impl () from /lib64/libc.so.6
#40 0x0000559f58374d35 in ?? ()
[Inferior 1 (process 4838) detached]

Reported using DrKonqi
Comment 1 Akseli Lahtinen 2024-02-06 14:21:28 UTC
Hi, can you install debug symbols and see if the crash happens again?

https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Backtraces
Comment 2 Bug Janitor Service 2024-02-21 03:46:10 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2024-03-07 03:46:44 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!