Summary: | Crash during seek attempts while using phonon gstreamer backend | ||
---|---|---|---|
Product: | [Unmaintained] phonon-backend-gstreamer | Reporter: | Simon80 |
Component: | general | Assignee: | Matthias Kretz <kretz> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | echidnaman, martin.sandsmark, myriam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Simon80
2009-11-08 18:26:06 UTC
Well, apparently you were not using the xine backend, since the crash handler says: Thread 1 (Thread 0x7f2ecdc31770 (LWP 22372)): [KCrash Handler] #5 0x00007f2ecb1c7d25 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #6 0x00007f2ecb1cade1 in *__GI_abort () at abort.c:88 #7 0x00007f2ecc468735 in qt_message_output (msgType=QtFatalMsg, buf=<value optimized out>) at global/qglobal.cpp:2042 #8 0x00007f2ecc46887b in qFatal (msg=<value optimized out>) at global/qglobal.cpp:2241 #9 0x00007f2eb2d772e4 in AudioEffect (this=0x15c45b0, backend=0x1153bc0, effectId=2130706437, parent=<value optimized out>) at ../../gstreamer/audioeffect.cpp:43 #10 0x00007f2eb2d66162 in Phonon::Gstreamer::Backend::createObject (this=0x1153bc0, c=<value optimized out>, parent=0x1348000, args=<value optimized out>) at ../../gstreamer/backend.cpp:121 #11 0x00007f2ec8289442 in Phonon::Factory::createEffect (arg1=<value optimized out>, parent=0x1348000) at ../3rdparty/phonon/phonon/factory.cpp:319 #12 0x00007f2ec827cbe4 in Phonon::EffectPrivate::createBackendObject (this=0x1347940) at ../3rdparty/phonon/phonon/effect.cpp:58 #13 0x00007f2ec82877ef in Phonon::FactoryPrivate::phononBackendChanged (this=0x1015b10) at ../3rdparty/phonon/phonon/factory.cpp:281 So did you change backend while Amarok was playing? Then this is a duplicate of bug 195249 *** This bug has been marked as a duplicate of bug 195249 *** Given the backtrace, this crash probably resulted from my hitting apply after changing the backend to gstreamer. I had both crash handlers open at the same time, since after experiencing the crash I describe above, I decided to try out the gstreamer backend to see if it had become any more functional since I had last tried it. *** Bug 213704 has been marked as a duplicate of this bug. *** I don't think these bugs are duplicate, the stack traces are different. To be clear, the above stack trace did result from my switching the phonon backend to gstreamer while Amarok was playing. *** Bug 213720 has been marked as a duplicate of this bug. *** reassigning to the new bugzilla product for better bug tracing of the various backends. Sorry for the noise. |