Summary: | crash play dvd and click forward in Phonon::MediaController::previousTitle() | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | Johann-Nikolaus Andreae <johann-nikolaus> |
Component: | general | Assignee: | Matthias Kretz <kretz> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | christophpfister, ingolf, kretz, martin.sandsmark, rubens.matos, zahl |
Priority: | NOR | ||
Version: | 4.3.0 (KDE 4.2.0) | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.4.3 | |
Sentry Crash Report: |
Description
Johann-Nikolaus Andreae
2009-10-23 19:09:35 UTC
Phonon::MediaController::previousTitle() triggers the problem (reproducible over here) <snip> ASSERT failure in QList<T>::operator[]: "index out of range", file /usr/include/qt4/QtCore/qlist.h, line 403 Program received signal SIGABRT, Aborted. 0x00007ffff418ad25 in raise () from /lib/libc.so.6 (gdb) bt #0 0x00007ffff418ad25 in raise () from /lib/libc.so.6 #1 0x00007ffff418dde1 in abort () from /lib/libc.so.6 #2 0x00007ffff58c86e5 in qt_message_output(QtMsgType, char const*) () from /usr/lib/libQtCore.so.4 #3 0x00007ffff58c882b in qFatal(char const*, ...) () from /usr/lib/libQtCore.so.4 #4 0x00007fffe9acbc1e in QList<QByteArray>::operator[](int) () from /usr/lib/qt4/plugins/phonon_backend/phonon_xine.so #5 0x00007fffe9ac833c in Phonon::Xine::MediaObject::interfaceCall(Phonon::AddonInterface::Interface, int, QList<QVariant> const&) () from /usr/lib/qt4/plugins/phonon_backend/phonon_xine.so #6 0x00007ffff744a182 in Phonon::MediaController::setCurrentTitle(int) () from /usr/lib/libphonon.so.4 #7 0x00007ffff744a495 in Phonon::MediaController::previousTitle() () from /usr/lib/libphonon.so.4 #8 0x0000000000481b3a in MediaWidget::previous (this=0x869b20) at /home/lxuser/Entwicklung/kaffeine/src/mediawidget.cpp:621 <snip> Is this still valid with KDE SC 4.4.2/Phonon 4.4.0? Closing for lack of feedback. Assuming it is fixed already, please only reopen if you can reproduce this with KDE SC 4.4.4 or later. *** Bug 234629 has been marked as a duplicate of this bug. *** *** Bug 264365 has been marked as a duplicate of this bug. *** |