Summary: | Amarok crash after remove mini-app tabs (current track...) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | Pablo Cabezas <beticuchomalo> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | myriam |
Priority: | NOR | ||
Version: | 4.4.2 (KDE 4.5) | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Amarok crash. "amarok --debug" out |
Description
Pablo Cabezas
2010-08-11 12:47:01 UTC
I forgot to say that this happened while I was listening music. I don't think this is related to the Context View. Please install the debugging symbols for Phonon and try again. Debugging symbols for Phonon are alredy installed but backtrace is the same. I think I know where the problem arises. When I tried to replicate the problem with the tabs by default, and this happens when I removed the videoclip tab (while I listening music) and I change the track. This returns when I run "amarok --debug": http://pastebin.com/aH5W2AZs The line #10 shows you don't have the debugging symbols installed: Thread 18 (Thread 0xae4f6b70 (LWP 3923)): [KCrash Handler] #7 0x00690067 in ?? () #8 0xafe9b782 in stream_rewire_video () from /usr/lib/libxine.so.1 #9 0xae4f5b2c in ?? () #10 0xafeee2db in Phonon::Xine::XineThread::event(QEvent*) () from /usr/lib/kde4/plugins/phonon_backend/phonon_xine.so there should be a package name and a line number instead of the phonon_backend/phonon_xine.so Please give a new backtrace once you have the phonon debugging symbols installed. Also please don't use pastebin as this times out after a while, use the file attachment feature at the bottom of the report page for konsole outputs. Created attachment 50075 [details]
Amarok crash. "amarok --debug" out
We don't really need the konsole output, but the backtrace you get from Dr. Konqi. Sorry but I can't find debugging symbols for Phonon as a separate package in the repositories for my distro so I thought it would be in Phonon's package included. There is only in repositories (concerning Phonon): -Phonon -Phonon-vlc -Phonon-gstreamer -Phonon-xine Right, that is the downside of binary distributions :( You need to tell the package manager to install from source so debugging gets installed. From your first output I guess it is a duplicate anyway, likely a duplicate of bug 188602. See also this comment: https://bugs.kde.org/show_bug.cgi?id=188602#c9 Reinstalling libxine should solve the issue. *** This bug has been marked as a duplicate of bug 188602 *** |