Summary: | KDE crashes when opening classical KMenu-Subfolder "Applications" | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | haariger-troll |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | alexanders83, funduszestrukturalne |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
haariger-troll
2013-06-08 13:44:33 UTC
Created attachment 80408 [details]
New crash information added by DrKonqi
plasma-desktop (4.10.4) on KDE Platform 4.10.4 using Qt 4.8.4
- What I was doing when the application crashed:
I access my Games (I wonder why it is named "Games" at all, I'm german and it usually is displayed a "Spiele") menu. Same is for Lancelot. Other menus can be access without any problem. Maybe some .desktop entry is bogus. But how to find?
-- Backtrace (Reduced):
#6 0x00007f678cafacb8 in read_dib_body (s=..., bi=..., offset=138, startpos=0, image=...) at image/qbmphandler.cpp:322
#7 0x00007f678cafb93a in QBmpHandler::read (this=0x4c83130, image=0x7ffffa9545e0) at image/qbmphandler.cpp:770
#8 0x00007f678cad0ab6 in QImageReader::read (this=0x7ffffa954650, image=0x7ffffa9545e0) at image/qimagereader.cpp:1205
#9 0x00007f678cad10bf in QImageReader::read (this=0x7ffffa954650) at image/qimagereader.cpp:1155
#10 0x00007f678cac52fc in QImage::load (this=0x7ffffa9546b0, fileName=..., format=<optimized out>) at image/qimage.cpp:5094
It crashes while loading an icon in code not developed by KDE. There is nothing we can do about it, sorry. Given that it crashes while loading an image: perform a filesystem check, this might indicate file system corruption. (In reply to comment #2) > It crashes while loading an icon in code not developed by KDE. There is > nothing we can do about it, sorry. Given that it crashes while loading an > image: perform a filesystem check, this might indicate file system > corruption. I know you can't modify the icon itself. Otherwise it should not crash at all. Nevertheless, is there a way to find out which icon is the culprit? Created attachment 80648 [details]
New crash information added by DrKonqi
plasma-desktop (4.10.4) on KDE Platform 4.10.4 using Qt 4.8.4
- What I was doing when the application crashed:
Trying to access the "Games"-Subfolder in the classical KMenu (Lancelot to) causes KDE to crash. Other folders can be accessed without any problems.
Modify this menu make the crashes to. This menu works perfectly for other users.
-- Backtrace (Reduced):
#5 0x00007fb2350b53b8 in read_dib_body(QDataStream&, BMP_INFOHDR const&, int, int, QImage&) () from /lib64/libQtGui.so.4
#6 0x00007fb2350b61cc in QBmpHandler::read(QImage*) () from /lib64/libQtGui.so.4
#7 0x00007fb23508d86d in QImageReader::read(QImage*) () from /lib64/libQtGui.so.4
#8 0x00007fb23508ddaf in QImageReader::read() () from /lib64/libQtGui.so.4
#9 0x00007fb235083091 in QImage::load(QString const&, char const*) () from /lib64/libQtGui.so.4
Just for the records.The bug is triggered by Qt itself (see https://bugreports.qt-project.org/browse/QTBUG-31755) In my current case the erroneous bitmap was a file from the 1st version of the game Capsized, I got from humble bundle. A later release has a fixed bitmap |