Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288019 - media-sound/amarok-2.2.0: crash on startup
Summary: media-sound/amarok-2.2.0: crash on startup
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jorge Manuel B. S. Vicetto
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 08:30 UTC by Oleh Kravchenko
Modified: 2010-02-24 23:22 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge.info (emerge.info,3.84 KB, text/plain)
2009-10-07 08:31 UTC, Oleh Kravchenko
Details
amarok gdb backtrace (amarokbacktrace.txt,580 bytes, text/plain)
2009-10-08 13:26 UTC, Giuseppe Marco Randazzo <zeld>
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleh Kravchenko 2009-10-07 08:30:35 UTC
kaa@localhost ~ $ amarok
<unknown program name>(17184)/: Communication problem with  "amarok" , it probably crashed.
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "

KCrash: Application 'amarok' crashing...
sock_file=/home/kaa/.kde4/socket-localhost/kdeinit4__0


Reproducible: Always
Comment 1 Oleh Kravchenko 2009-10-07 08:31:30 UTC
Created attachment 206289 [details]
emerge.info
Comment 2 Eldad Zack 2009-10-08 10:47:50 UTC
Same here.
(Recently upgraded to KDE 4.3.)
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-10-08 11:11:26 UTC
I expect next comment in this bug to be 'gdb' output or this isn't moving anywhere.
Comment 4 Giuseppe Marco Randazzo <zeld> 2009-10-08 13:26:06 UTC
Created attachment 206436 [details]
amarok gdb backtrace

I've the same problem. Some days ago amarok 2.2 worked perfectly. :|

z
Comment 5 Oliver Putz 2009-10-08 17:07:14 UTC
As the attached backtrace is without debugging symbols, here a backtrace with debugging symbols.
Googling for this crash, I found the thread [1] which implies some jpeg7 problems. However, the solutions from that thread (using revdep-rebuild, recompiling kdelibs and amarok) do not work for me. Also the corresponding bugs at the KDE bugtracker have been closed downstream, so it indeed seems to be some sort of "Gentoo only" bug.

[1] http://mail.kde.org/pipermail/amarok/2009-October/009406.html

Anyway, the backtrace is:

Application: Amarok (amarok), signal: Segmentation fault
[KCrash Handler]
#5  0x00007f84c73739ac in jpeg_CreateDecompress (cinfo=0x7fff043476e0, version=62, structsize=632) at jdapimin.c:38
#6  0x00007f84c39c673f in read_jpeg_image (device=<value optimized out>, outImage=0x7fff04347e20, parameters=@0x27d4dc8, scaledSize=<value optimized out>, inQuality=-1) at qjpeghandler.cpp:757
#7  0x00007f84d10c51ca in QImageReader::read (this=0x7fff04347f10, image=0x7fff04347e20) at image/qimagereader.cpp:1077
#8  0x00007f84d10c577c in QImageReader::read (this=0x7fff04347f10) at image/qimagereader.cpp:1027
#9  0x00007f84d10d358e in QPixmap::load (this=0x7fff043480c0, fileName=<value optimized out>, format=0x0, flags={i = 70549600}) at image/qpixmap.cpp:797
#10 0x00007f84d10d3915 in QPixmap (this=0x7fff043480c0, fileName=@0x7fff04348180, format=0x0, flags={i = 70550256}) at image/qpixmap.cpp:267
#11 0x00007f84d26882e4 in App (this=0x7fff04348360) at /tmp/portage/media-sound/amarok-2.2.0/work/amarok-2.2.0/src/App.cpp:139
#12 0x0000000000409915 in main (argc=1, argv=0x7fff0434a0f8) at /tmp/portage/media-sound/amarok-2.2.0/work/amarok-2.2.0/src/main.cpp:223
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2009-10-08 19:35:49 UTC
This is because of uncomplete jpeg upgrade (there was a postinst message after upgrading, but it doesn't help if you don't read it.)

emerge -C jpeg-compat (if it's installed.)
rm -f /usr/lib/libjpeg.so.62*
emerge gentoolkit
revdep-rebuild

for example. or re-emerge jpeg to show the postinst message.
or read gentoo forums, there's a sticky post for the jpeg upgrade too.

closing.