Bug 462443 - Crash when renaming a file
Summary: Crash when renaming a file
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 22.08.3
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-11-30 15:57 UTC by Eyal
Modified: 2024-02-06 15:21 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal 2022-11-30 15:57:32 UTC
Application: dolphin (22.08.3)

Qt Version: 5.15.7
Frameworks Version: 5.100.0
Operating System: Linux 6.0.10-arch2-1 x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.26.4 [KCrashBackend]

-- Information about the crash:
When renaming a file and pressing Enter, the file is renamed but Dolphin closes (crashes) immediately.

The crash can be reproduced every time.

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

[KCrash Handler]
#4  0x00007f9c34caebb7 in QObjectPrivate::ConnectionData::removeConnection(QObjectPrivate::Connection*) () from /usr/lib/libQt5Core.so.5
#5  0x00007f9c34cb4606 in QObject::~QObject() () from /usr/lib/libQt5Core.so.5
#6  0x00007f9c35aa111e in QLabel::~QLabel() () from /usr/lib/libQt5Widgets.so.5
#7  0x00007f9c34cb3bd5 in QObjectPrivate::deleteChildren() () from /usr/lib/libQt5Core.so.5
#8  0x00007f9c3599bd75 in QWidget::~QWidget() () from /usr/lib/libQt5Widgets.so.5
#9  0x00007f9c36973c6a in ?? () from /usr/lib/libKF5BalooWidgets.so.5
#10 0x00007f9c34cb0a0a in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#11 0x00007f9c35978b1c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#12 0x00007f9c34c8cf98 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#13 0x00007f9c34c8daa3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#14 0x00007f9c34cd3e68 in ?? () from /usr/lib/libQt5Core.so.5
#15 0x00007f9c32b1687b in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#16 0x00007f9c32b6d299 in ?? () from /usr/lib/libglib-2.0.so.0
#17 0x00007f9c32b15132 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#18 0x00007f9c34cd7c4c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#19 0x00007f9c34c8573c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#20 0x00007f9c34c90269 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#21 0x000055cf5f897ca9 in ?? ()
#22 0x00007f9c3443c290 in ?? () from /usr/lib/libc.so.6
#23 0x00007f9c3443c34a in __libc_start_main () from /usr/lib/libc.so.6
#24 0x000055cf5f8983f5 in ?? ()
[Inferior 1 (process 12849) detached]

Reported using DrKonqi
Comment 1 Akseli Lahtinen 2024-02-06 14:17:25 UTC
Have you encountered this bug again on newer version of dolphin?

Also if you have, can you send a backtrace with debug symbols: https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Arch_Linux
Comment 2 Eyal 2024-02-06 15:20:31 UTC
(In reply to Akseli Lahtinen from comment #1)
> Have you encountered this bug again on newer version of dolphin?
> 
> Also if you have, can you send a backtrace with debug symbols:
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/
> How_to_create_useful_crash_reports#Arch_Linux

No, I no longer encounter this issue.