Summary: | Amarok 2.1 beta2 crashed when quick switching tracks in the playlist | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Sergei Andreev <seajey.serg> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, seajey.serg |
Priority: | NOR | ||
Version First Reported In: | 2.0.96 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergei Andreev
2009-05-24 20:03:45 UTC
It's evident from the backtrace that the crash happened within the X11 graphics stack. So it's not in Amarok code. See this line for proof: #4 0x00007f187f3215f7 in XGetImage () from /usr/lib/libX11.so.6 Sorry, but there isn't anything we could do about this. It may be a problem with your graphics driver. The crash thread: #3 0x00007f18832a0a4a in KCrash::defaultCrashHandler (sig=11) at /build/buildd/kde4libs-4.2.3/kdeui/util/kcrash.cpp:337 #4 <signal handler called> #5 0x00007f186f9c6b55 in ?? () from /usr/lib/libavcodec.so.52 #6 0x00007f186f9c6edb in ?? () from /usr/lib/libavcodec.so.52 #7 0x00007f186f9c7c6f in ?? () from /usr/lib/libavcodec.so.52 #8 0x00007f186f898705 in avcodec_decode_audio2 () from /usr/lib/libavcodec.so.52 #9 0x00007f18701c7ffb in ff_audio_decode_data (this_gen=0x7f184c03b900, buf=0x7f184c648070) at ff_audio_decoder.c:314 #10 0x00007f1871cd61e4 in audio_decoder_loop (stream_gen=<value optimized out>) at audio_decoder.c:362 #11 0x00007f18824e33ba in start_thread (arg=<value optimized out>) at pthread_create.c:297 #12 0x00007f187fd23fcd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #13 0x0000000000000000 in ?? () It is related to Xine-FFMPEG(libavcodec) Bug 192890 / bug 188814 could be related. May be bug 187551 too Are you using PulseAudio ? Can you reproduce the crash at will ? If you do, can you try uninstalling the ffmpeg extension of xine ? Thanks >Are you using PulseAudio ? No, I have wiped it at first possibility. >Can you reproduce the crash at will ? Will try a bit lately. Seems to be really fixed. |