Summary: | Amarok crashes on start @ StatusBar::signalLongMessage | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | John <rwae9jrze2> |
Component: | Playback | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | jamundso, kretschmann, nhn |
Priority: | NOR | ||
Version: | 2.3.1-GIT | ||
Target Milestone: | 2.3.2 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
John
2010-03-30 21:29:26 UTC
We don't have a component for the statusbar, so I add you two manually. Created attachment 42450 [details]
New crash information added by DrKonqi
I just typed "amarok VoiceMail.wav" to try to play the voicemail I'd saved as a file.
I cannot reproduce. Is this crash consistent? This happens because the EngineController is now constructed before MainWindow exists (which includes StatusBar). When EngineController::supportedMimeTypes() is called and no MP3 codec is found, it tries to print a message in the StatusBar, which crashes. Any news on this? Changing status, can somebody test this in latest git? This bug is believed to be caused by Phonon::PulseSupport starting an local event loop. This has been fixed in Phonon version 4.4.1. For a detailed discussion, see bug 228324. If you can still reproduce the bug with Phonon version 4.4.1, or on older Phonon version that is not compiled with PulseAudio support, please reopen the bug. *** This bug has been marked as a duplicate of bug 228324 *** |