Summary: | Plasma crashes in KSharedDataCache::insert() when loading icons under various circumstances | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kcoreaddons | Reporter: | Andrea Balasini <andrra.balasini> |
Component: | general | Assignee: | Michael Pyne <mpyne> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | a.samirh78, andrra.balasini, committer, justin.zobel, kdelibs-bugs, kenaaker, nate, plasma-bugs, Tawhidk757 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.44.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Andrea Balasini
2020-05-10 17:47:26 UTC
Created attachment 128355 [details]
New crash information added by DrKonqi
plasmashell (5.12.9) using Qt 5.9.5
dragged and dropped a file from a folder on the hard drive to the usb stick, usind Dolphin application.
It is becoming repetitive.
-- Backtrace (Reduced):
#6 __memmove_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:340
#7 0x00007f9a8036b4a4 in KSharedDataCache::insert(QString const&, QByteArray const&) () from /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
[...]
#10 0x00007f9a7e27dfc7 in QTimer::timeout(QTimer::QPrivateSignal) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f9a7e27e328 in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f9a7e27207b in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
Created attachment 128549 [details]
New crash information added by DrKonqi
plasmashell (5.12.9) using Qt 5.9.5
- What I was doing when the application crashed:
I had just finishing copying files to a USB stick, and I had safely removed the stick without any problem.
Before than that, I had been working with LibreOffice Writer.
- Unusual behavior I noticed:
When I told the sistem to shutdown, Everything went black for some second, the gradually the screen reappeared (first the background image, then the task bar, then the desktop Icons
-- Backtrace (Reduced):
#6 __memmove_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:340
#7 0x00007f1166bae4a4 in KSharedDataCache::insert(QString const&, QByteArray const&) () from /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
[...]
#10 0x00007f1164ac0fc7 in QTimer::timeout(QTimer::QPrivateSignal) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007f1164ac1328 in QTimer::timerEvent(QTimerEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007f1164ab507b in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
*** Bug 415108 has been marked as a duplicate of this bug. *** *** Bug 354563 has been marked as a duplicate of this bug. *** *** Bug 418160 has been marked as a duplicate of this bug. *** From one of the duplicates, here's a more complete symbolicated backtrace: #6 0x00007f4c2cf074c9 in __memcpy_sse2_unaligned () at /lib64/libc.so.6 #7 0x00007f4c2fac3263 in KSharedDataCache::insert(QString const&, QByteArray const&) () at /usr/lib64/libKF5CoreAddons.so.5 #8 0x00007f4c301c42b7 in () at /usr/lib64/libKF5IconThemes.so.5 #9 0x00007f4c301c4ca7 in KIconLoader::loadIcon(QString const&, KIconLoader::Group, int, int, QStringList const&, QString*, bool) const () at /usr/lib64/libKF5IconThemes.so.5 #10 0x00007f4c301ba7ad in KIconEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State) () at /usr/lib64/libKF5IconThemes.so.5 #11 0x00007f4c2dde1aa0 in QIcon::pixmap(QWindow*, QSize const&, QIcon::Mode, QIcon::State) const (this=0x47ec790, window=window@entry=0x0, size=..., mode=QIcon::Normal, state=QIcon::Off) at image/qicon.cpp:832 #12 0x00007f4c2dde1b4a in QIcon::pixmap(QSize const&, QIcon::Mode, QIcon::State) const (this=<optimized out>, size=..., mode=<optimized out>, state=<optimized out>) at image/qicon.cpp:768 Unfortunately none of these backtraces is complete, if someone still sees this crash, could you install the debuginfo packages (name differs depending on distro) and post the backtrace again? Thank you for reporting this issue in KDE software. As it was reported on an older version, can we please ask you to see if you can reproduce the issue with a more recent software version? If you can confirm this issue still exists in a recent version, please change the version field and the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |