Summary: | Crashes in PreviewJob | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Kai Uwe Broulik <kde> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kai Uwe Broulik
2021-03-08 19:32:21 UTC
Might have been a KIO/kio-extras version mismatch but I now compiled KIO and kio-extras/thumbnail from master and now kdeinit crashes every time instead in a similar place: Thread 1 (Thread 0x7fb198bc37c0 (LWP 2787)): [KCrash Handler] #4 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:262 #5 0x00007fb19cd9b061 in memcpy (__len=29184, __src=<optimized out>, __dest=0x7fb194606000) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #6 ThumbnailProtocol::get (this=0x7ffe1b2ae240, url=...) at /home/kaiuwe/Projekte/kf5/kio-extras/thumbnail/thumbnail.cpp:301 #7 0x00007fb19871a45e in KIO::SlaveBase::dispatch (this=0x7ffe1b2ae240, command=67, data=...) at /home/kaiuwe/Projekte/kf5/kio/src/core/slavebase.cpp:1215 #8 0x00007fb198715883 in KIO::SlaveBase::dispatchLoop (this=0x7ffe1b2ae240) at /home/kaiuwe/Projekte/kf5/kio/src/core/slavebase.cpp:336 #9 0x00007fb19cd97c42 in kdemain (argc=<optimized out>, argv=0x561f5aaaabe0) at /home/kaiuwe/Projekte/kf5/kio-extras/thumbnail/thumbnail.cpp:124 #10 0x0000561f598cc076 in launch (argc=4, _name=0x561f5aaaaad8 "/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/thumbnail.so", args=0x561f5aaaab87 "", cwd=<optimized out>, envc=0, envs=<optimized out>, reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x561f598cf187 "0") at ./src/kdeinit/kinit.cpp:692 #11 0x0000561f598cd4da in handle_launcher_request (sock=8, who=<optimized out>) at ./src/kdeinit/kinit.cpp:1130 #12 0x0000561f598cdeca in handle_requests (waitForPid=0) at ./src/kdeinit/kinit.cpp:1323 #13 0x0000561f598c90ff in main (argc=3, argv=<optimized out>) at ./src/kdeinit/kinit.cpp:1761 [Inferior 1 (process 2787) detached] Getting constant crashes every time a thumbnail is generated, always in a seemingly different place but always with the memmove Thread 1 (Thread 0x7ff90cff0cc0 (LWP 47665)): [KCrash Handler] #4 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:262 #5 0x00007ff91140d3d9 in memcpy (__len=54784, __src=<optimized out>, __dest=0x7ff90861d000) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 #6 ThumbnailProtocol::get (this=0x7ffef0acee50, url=...) at ./thumbnail/thumbnail.cpp:306 #7 0x00007ff90cb84ab6 in KIO::SlaveBase::dispatch (this=0x7ffef0acee50, command=67, data=...) at ./src/core/slavebase.cpp:1215 #8 0x00007ff90cb85156 in KIO::SlaveBase::dispatchLoop (this=this@entry=0x7ffef0acee50) at ./src/core/slavebase.cpp:336 #9 0x00007ff911409cc2 in kdemain (argc=<optimized out>, argv=0x55895b97b400) at ./thumbnail/thumbnail.cpp:124 *** This bug has been marked as a duplicate of bug 430862 *** |