Summary: | lancelot menu crashes when scrolling game menu | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Martin Stockhammer <m.stockhammer> |
Component: | widget-lancelot | Assignee: | Ivan Čukić <ivan.cukic> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | m.stockhammer |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Martin Stockhammer
2013-07-05 20:37:06 UTC
I tried it with K-Menu and it crashes too after selecting "Games" and scrolling down. Created attachment 80980 [details]
New crash information added by DrKonqi
kmenuedit (0.8.1) on KDE Platform 4.10.4 using Qt 4.8.4
Opening the menu editor in k-menu and lancelot leads to a crash too.
- What I was doing when the application crashed:
Tried to open "Menüeinträge bearbeiten ..."
k-menu crashed immediately
lancelot crashes too, if I try to open the menu editor
-- Backtrace (Reduced):
#6 0x00007f437f0a9218 in read_dib_body (s=..., bi=..., offset=138, startpos=0, image=...) at image/qbmphandler.cpp:322
#7 0x00007f437f0aa70c in QBmpHandler::read (this=0x13ee140, image=0x7fff3a34e3d0) at image/qbmphandler.cpp:770
#8 0x00007f437f081e9d in QImageReader::read (this=this@entry=0x7fff3a34e430, image=image@entry=0x7fff3a34e3d0) at image/qimagereader.cpp:1205
#9 0x00007f437f0823ef in QImageReader::read (this=this@entry=0x7fff3a34e430) at image/qimagereader.cpp:1155
#10 0x00007f437f076961 in QImage::load (this=this@entry=0x7fff3a34e520, fileName=..., format=format@entry=0x13edea8 "BMP") at image/qimage.cpp:5094
The crash is in Qt - it fails to open the BMP (?!) file that represents the icon of some game you have installed. Marked as 'upstream'. *** This bug has been marked as a duplicate of bug 310798 *** According some other comment, it could be caused by a BMP icon from the Humble Indie Games package. Yes, I found the bmp file that caused the crash. It's from the Humble Bundle Game "Capsized". The BMP-File is /opt/capsized/Capsized.bmp I moved it away and the crashes do not occur anymore. Thank You. |