Summary: | Plasmashell and KDEinit 5 crash after sending files via KDEConnect | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Ruaraidh <athair_birb> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | nate, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.21.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
kdeinit5 backtrace
backtrace with debug symbols |
Description
Ruaraidh
2021-04-27 13:20:29 UTC
Created attachment 137957 [details]
kdeinit5 backtrace
This is a backtrace from me attempting, and succeeding, to cause kdeinit5 to crash again. This time via sending a jpg via KDEConnect in the notification panel.
Unfortunately the backtrace is incomplete and missing debug symbols that we need to figure out exactly what's going wrong: > #7 0x00007fd5df8ba14c in ?? () from /usr/lib/x86_64-linux-gnu/libKF5KIOWidgets.so.5 If this crash is reproducible in the latest Plasma version, could you please install debug symbols for the kio library (search for libKF5KIOWidgets in your package manager and find the one with "debug" or "dbg" in the name), reproduce the crash, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Thanks! Created attachment 137976 [details]
backtrace with debug symbols
I reproduced the crash as before. This time with bug symbols.
I hope it proves useful.
There we go: [KCrash Handler] #4 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:262 #5 0x00007f64c1e89061 in memcpy (__len=33120, __src=<optimized out>, __dest=0x7f64ac05a000) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #6 ThumbnailProtocol::get (this=0x7fff2bf82140, url=...) at ./thumbnail/thumbnail.cpp:301 #7 0x00007f64bd3e8ab6 in KIO::SlaveBase::dispatch(int, QByteArray const&) () from /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 #8 0x00007f64bd3e9156 in KIO::SlaveBase::dispatchLoop() () from /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 #9 0x00007f64c1e85c42 in kdemain (argc=<optimized out>, argv=0x55942a5630f0) at ./thumbnail/thumbnail.cpp:124 #10 0x00005594299cc076 in launch (argc=4, _name=0x55942a562db8 "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so", args=0x55942a562e67 "", cwd=<optimized out>, envc=0, envs=<optimized out>, reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x5594299cf187 "0") at ./src/kdeinit/kinit.cpp:692 #11 0x00005594299cd4da in handle_launcher_request (sock=8, who=<optimized out>) at ./src/kdeinit/kinit.cpp:1130 #12 0x00005594299cdeca in handle_requests (waitForPid=0) at ./src/kdeinit/kinit.cpp:1323 #13 0x00005594299c90ff in main (argc=3, argv=<optimized out>) at ./src/kdeinit/kinit.cpp:1761 [Inferior 1 (process 2230) detached] I had a feeling it was going to turn out to be Bug 430862, but wanted to be sure. :) *** This bug has been marked as a duplicate of bug 430862 *** (In reply to Nate Graham from comment #4) > There we go: > > [KCrash Handler] > #4 __memmove_avx_unaligned_erms () at > ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:262 > #5 0x00007f64c1e89061 in memcpy (__len=33120, __src=<optimized out>, > __dest=0x7f64ac05a000) at > /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 > #6 ThumbnailProtocol::get (this=0x7fff2bf82140, url=...) at > ./thumbnail/thumbnail.cpp:301 > #7 0x00007f64bd3e8ab6 in KIO::SlaveBase::dispatch(int, QByteArray const&) > () from /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 > #8 0x00007f64bd3e9156 in KIO::SlaveBase::dispatchLoop() () from > /usr/lib/x86_64-linux-gnu/libKF5KIOCore.so.5 > #9 0x00007f64c1e85c42 in kdemain (argc=<optimized out>, > argv=0x55942a5630f0) at ./thumbnail/thumbnail.cpp:124 > #10 0x00005594299cc076 in launch (argc=4, _name=0x55942a562db8 > "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so", > args=0x55942a562e67 "", cwd=<optimized out>, envc=0, envs=<optimized out>, > reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x5594299cf187 > "0") at ./src/kdeinit/kinit.cpp:692 > #11 0x00005594299cd4da in handle_launcher_request (sock=8, who=<optimized > out>) at ./src/kdeinit/kinit.cpp:1130 > #12 0x00005594299cdeca in handle_requests (waitForPid=0) at > ./src/kdeinit/kinit.cpp:1323 > #13 0x00005594299c90ff in main (argc=3, argv=<optimized out>) at > ./src/kdeinit/kinit.cpp:1761 > [Inferior 1 (process 2230) detached] > > > I had a feeling it was going to turn out to be Bug 430862, but wanted to be > sure. :) > > *** This bug has been marked as a duplicate of bug 430862 *** Magic! I had a look at the duplicates provided but couldn't see one that was the same. I'm not really sure what to look for to be honest. Thanks for your work here! |