Summary: | kalarm crashed after changing an audio alarm and closing the kalarm window | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | p92 |
Component: | general | Assignee: | Harald Sitter <sitter> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | djarvie, martin.sandsmark, myriam |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
p92
2011-06-19 12:27:42 UTC
When you closed the main window, were you trying to quit KAlarm, or did you expect KAlarm to minimise itself to the system tray? I was expecting it to minimize in the tray. What you report suggests that you: 1) Opened the edit alarm dialog. 2) Changed the alarm. 3) Clicked the Try button in the edit alarm dialog to test the alarm. 4) Closed the edit alarm dialog. 5) Closed the main window. Did you also close the alarm window which appeared when you clicked Try? If so, when in the sequence did you close it? Was the alarm: a display alarm with sound, or a pure audio alarm (without a message window)? Was the audio still playing when you closed the main window? One further question: Can you please check which Phonon backend you are using. Go to multimedia settings in System Settings, then select the Backend tab, and report which backends are listed (in order). I don't remember exactly the sequence, but I believe I closed in this order : - click on test - saw that the popup appears with sound - closed the edit alarm windows - the sound was not playing (sure) - i noticed the test window remaining and closed it - closed the main kalarm window ==> crash backends top to bottom VLC Xine GStreamer The crash trace indicates that the crash happens when the alarm test window is closed, which deleted the Phonon::MediaObject. This looks like a Phonon bug - there's a D-Bus related crash in the MediaObject destructor. Reassigning to Phonon. *** This bug has been marked as a duplicate of bug 246448 *** |