Summary: | [Patch] Amarok crashes when activating inline playlist editing | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | illogic-al <illogical1> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nhn, teo |
Priority: | NOR | ||
Version: | 2.3-GIT | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fixes crash on the mac when activating inline playlist editing |
Description
illogic-al
2009-09-07 04:04:38 UTC
Dynamic Playlist was enabled using the last.fm bias when the crash occured. Need to test to confirm, but the crash seems the happen when a) the amarok window does not have focus and b) I click on the playlist giving it focus. Or maybe double click. I forget now. It might be when switching songs... OK. I can reproduce this reliably now. 1) Start amarok 2) Drag some tracks to the playlist. 3) Start playing 4) Change the Playlist layout to Verbose (or if it's already verbose leave it) 5) Click on the ratings. Program will then crash. I made a video if you think that'll help :-) Git checkout from sunday 2009-09-06 And all the backtraces I've seen have the same info up to here. libamaroklib.1.dylib 0x00700b83 InlineEditorWidget::paintEvent(QPaintEvent*) + 515 (InlineEditorWidget.cpp:315) I didn't bother looking beyond this point. After more testing... The playlist layout doesn't actually need to be changed. Single click on the track. Single click on the same track. Crash. Created attachment 36774 [details]
fixes crash on the mac when activating inline playlist editing
Attaching this so it doesn't get lost. nikolaj'll prolly commit later.
Fixed by commit 455f151cb9cd63d41443940451409f79eb79b46b |