Bug 492535

Summary: Dolphin crashed when i tried to access samba server
Product: [Applications] dolphin Reporter: EasyNetDev <devel>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: crash CC: justin, kfm-devel
Priority: NOR Keywords: drkonqi
Version: 23.08.1   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=493403
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description EasyNetDev 2024-09-02 09:32:07 UTC
Application: dolphin (23.08.1)

Qt Version: 5.15.13
Frameworks Version: 5.115.0
Operating System: Linux 6.10.3-amd64 x86_64
Windowing System: Wayland
Distribution: Debian GNU/Linux trixie/sid
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
After I added the User/pass to access the my samba NAS, Dophing crashed unexpected.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Dolphin (dolphin), signal: Aborted

[KCrash Handler]
#4  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#5  0x00007f990cca347f in __pthread_kill_internal (signo=6, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#6  0x00007f990cc54532 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#7  0x00007f990cc3d4ed in __GI_abort () at ./stdlib/abort.c:79
#8  0x00007f990f125419 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#9  0x00007f990f1cf8bb in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#10 0x00007f990d518cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f990e91fce9 in KJob::result(KJob*, KJob::QPrivateSignal) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#12 0x00007f990e925b2b in ?? () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#13 0x00007f990d518cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007f990f17715e in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#15 0x00007f990f171e2a in KIO::SlaveInterface::dispatch() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#16 0x00007f990f174779 in KIO::Slave::gotInput() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#17 0x00007f990d518cbe in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#18 0x00007f990d50bf40 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007f990e163092 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x00007f990d4de398 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00007f990d4e1899 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x00007f990d53bb57 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x00007f990b10c7df in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007f990b10ea17 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007f990b10f180 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007f990d53b1ed in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x00007f990d4dcd02 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x00007f990d4e5722 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x000055da01d6e17e in ?? ()
#30 0x00007f990cc3edba in __libc_start_call_main (main=main@entry=0x55da01d6ced0, argc=argc@entry=2, argv=argv@entry=0x7ffc1a061818) at ../sysdeps/nptl/libc_start_call_main.h:58
#31 0x00007f990cc3ee75 in __libc_start_main_impl (main=0x55da01d6ced0, argc=2, argv=0x7ffc1a061818, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffc1a061808) at ../csu/libc-start.c:360
#32 0x000055da01d6e6b1 in ?? ()
[Inferior 1 (process 987744) detached]

The reporter indicates this bug may be a duplicate of or related to bug 488787, bug 489968, bug 487587, bug 487834, bug 488428, bug 487327, bug 487391, bug 486859, bug 486830, bug 486697, bug 486728, bug 485914, bug 485757, bug 485365, bug 484324, bug 484160, bug 489270, bug 490249, bug 491896, bug 492371, bug 492527.

Reported using DrKonqi
Comment 1 Justin Zobel 2024-09-02 12:16:48 UTC
Could you please install debug symbols and attach a new symbolicated backtrace generated by using coredumpctl gdb in a terminal window? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl for details about how to do this.
Thank you.
Comment 2 Bug Janitor Service 2024-09-17 03:47:08 UTC
๐Ÿ›๐Ÿงน โš ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME.

For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2024-10-02 03:47:34 UTC
๐Ÿ›๐Ÿงน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME.