Summary: | Playlist crashes after the last song finished (for a special case only) | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Marcel Dischinger <mdspam> |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.4.8 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch for this bug (amarok 1.4.8) |
Description
Marcel Dischinger
2007-07-05 19:29:46 UTC
Created attachment 22680 [details]
patch for this bug (amarok 1.4.8)
The problem can reproduced by clicking on the selected PlaylistItem (therefore
'rename' gets scheduled) and deleting it faster than m_clicktimer fires (a user
must be really quick to do both actions but some of them are :-) ) which was
started at playlist.cpp:2845 as of amarok 1.4.8. Attempt to rename deleted item
causes the crash reported in this bug report. Attached patch fixes the bug by
stopping m_clicktimer when deleting m_itemToRename.
Great, Amarok no longer crashes under such a condition. Thanks. Really, which commit fixed it? (stable) src/playlist.cpp was modified 7 weeks ago and my patch has not been applied yet. Don't ignore the problem if it's reproducible a bit differently. However, the backtrace is the same and it's very likely the root cause is the same. And it's still present in amarok 1.4.8, I verified. Marcel, sorry for kind of taking over your bug, though. OK, I assumed that your patch went into 1.4.8 and Amarok did not crash for me in some time using the latest 1.4SVN. I just tested Amarok again but I am not able to reproduce it anymore. But as you can, I am reopening the bug. I havnt been able to reproduce it in 1.4.9.1 or. 2.x.Nightly r820526. Fixed. closing then, thanks |