Summary: | Amarok sometimes crashes when starting next song | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Vivek <vivek.ap> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | 2.3.2 | ||
Target Milestone: | 2.4.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vivek
2010-10-25 03:25:47 UTC
There might indeed be a packaging problem in OpenSuSE, as bug 253055 suggests as well. Unfortunately the gdb backtrace is not exactly very good, could you please try to reproduce it again, running it as follow: gdb amarok run -d --nofork once the crash happens type bt and give the output. Hello, Here's the result from the "bt" command after amarok crashed: #0 0xaf86bbef in ?? () from /usr/lib/libavcodec.so.52 #1 0xaf8376d4 in ?? () from /usr/lib/libavcodec.so.52 #2 0xaf838ea9 in ?? () from /usr/lib/libavcodec.so.52 #3 0xaf7d96c1 in avcodec_decode_audio2 () from /usr/lib/libavcodec.so.52 #4 0xaff4e002 in ff_audio_decode_data () from /usr/lib/xine/plugins/1.29/xineplug_decode_ff.so #5 0xb00d132d in audio_decoder_loop () from /usr/lib/libxine.so.1 #6 0xb5b0db25 in start_thread () from /lib/libpthread.so.0 #7 0xb5eb546e in clone () from /lib/libc.so.6 Thank you for the feedback. The crash lies in the codecs, please check with your distribution. |