Bug 455731 - connecting to a smb-share
Summary: connecting to a smb-share
Status: RESOLVED DUPLICATE of bug 451050
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.04.2
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2022-06-21 16:22 UTC by raudaschl
Modified: 2023-11-29 08:14 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (3.68 KB, text/plain)
2022-11-11 07:05 UTC, pyro4hell
Details
New crash information added by DrKonqi (3.73 KB, text/plain)
2023-11-02 14:53 UTC, pyro4hell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raudaschl 2022-06-21 16:22:49 UTC
Application: dolphin (22.04.2)

Qt Version: 5.15.3
Frameworks Version: 5.95.0
Operating System: Linux 5.15.0-39-generic x86_64
Windowing System: X11
Distribution: Ubuntu 22.04 LTS
DrKonqi: 5.24.5 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:
1. trying to connect to smb://servername/
2. crashing repeatedly 
3. smb-share is a windows10 machine
4. in the same local network
5. share works from android, for instance

The crash can be reproduced every time.

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

[KCrash Handler]
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140687157892544) at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140687157892544) at ./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140687157892544, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7  0x00007ff44cf31476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x00007ff44cf177f3 in __GI_abort () at ./stdlib/abort.c:79
#9  0x00007ff44efc66e7 in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#10 0x00007ff44f09ec7a in ?? () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#11 0x00007ff44d634783 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007ff44e83af70 in KJob::result(KJob*, KJob::QPrivateSignal) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#13 0x00007ff44e83f4eb in KJob::finishJob(bool) () from /lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#14 0x00007ff44d634783 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007ff44f028b83 in KIO::SlaveInterface::dispatch(int, QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#16 0x00007ff44f0271dd in KIO::SlaveInterface::dispatch() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#17 0x00007ff44f02baf2 in KIO::Slave::gotInput() () from /lib/x86_64-linux-gnu/libKF5KIOCore.so.5
#18 0x00007ff44d634783 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007ff44d62a40e in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007ff44e0ee713 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x00007ff44d5fce2a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x00007ff44d5fff17 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x00007ff44d656a57 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x00007ff44b220d1b in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#25 0x00007ff44b2756f8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x00007ff44b21e3c3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x00007ff44d6560a8 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#28 0x00007ff44d5fb74b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x00007ff44d603ce4 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#30 0x000055db827bbcdb in ?? ()
#31 0x00007ff44cf18d90 in __libc_start_call_main (main=main@entry=0x55db827b66b0, argc=argc@entry=1, argv=argv@entry=0x7ffcb95f6098) at ../sysdeps/nptl/libc_start_call_main.h:58
#32 0x00007ff44cf18e40 in __libc_start_main_impl (main=0x55db827b66b0, argc=1, argv=0x7ffcb95f6098, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffcb95f6088) at ../csu/libc-start.c:392
#33 0x000055db827bc465 in ?? ()
[Inferior 1 (process 14566) detached]

Possible duplicates by query: bug 453774, bug 453582, bug 452138, bug 450245, bug 448691.

Reported using DrKonqi
Comment 1 Monica 2022-08-02 15:45:45 UTC
Description: While trying to access an SMB share (either via IP or DNS), it immediately crashes dolphin, extremely consistent behavior
Expected Results: After typing in `smb://hostname.local`, it presents the shares of device `hostname`
Actual results: Crashes Dolphin
Comment 2 pyro4hell 2022-11-11 07:05:39 UTC
Created attachment 153660 [details]
New crash information added by DrKonqi

dolphin (21.12.3) using Qt 5.15.3

- What I was doing when the application crashed:
opening `\\server.domain` and crashing after putting in my credentials in the connection window

- Custom settings of the application:

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140451396617664) at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=140451396617664) at ./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=140451396617664, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7  0x00007fbd687a4476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x00007fbd6878a7f3 in __GI_abort () at ./stdlib/abort.c:79
Comment 3 pyro4hell 2023-11-02 14:53:32 UTC
Created attachment 162827 [details]
New crash information added by DrKonqi

dolphin (22.04.3) using Qt 5.15.3

- What I was doing when the application crashed:

- connect to `\\server.domain`
- type in my credentials `WORKSPACE\user` and password
- crash
- second time (all following) trying to connect immediately crashes without password promt

-- Backtrace (Reduced):
#4  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139669117724096) at ./nptl/pthread_kill.c:44
#5  __pthread_kill_internal (signo=6, threadid=139669117724096) at ./nptl/pthread_kill.c:78
#6  __GI___pthread_kill (threadid=139669117724096, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
#7  0x00007f0744a42476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#8  0x00007f0744a287f3 in __GI_abort () at ./stdlib/abort.c:79
Comment 4 Akseli Lahtinen 2023-11-29 08:14:10 UTC
Likely a duplicate of 451050

*** This bug has been marked as a duplicate of bug 451050 ***