crash on cancelling from "search from album covers"
-
Sometimes strawberry is crashing on cancelling after searching for an album cover. Doesn't happen all the time but with one track it appears be be replicable. When run from command line last output is:
14:46:58.126 ERROR MusixmatchCoverProvider:211 Musixmatch: "Error transferring https://www.musixmatch.com/album/oliver-knussen-london-sinfonietta/takemitsu-riverrun-water-ways-etc - server replied: Not Found (203)"
14:47:03.877 DEBUG Database:485 Starting database integrity check
Segmentation fault (core dumped)
in the above there's no suggestions for cover, I then immediately try to cancel. -
@rajm
There is at least 4 places where you can change the cover.
Is this the cover manager, tag editor the playing popup / context?
If it was the playing popup or context, I think I found the bug and fixed it yesterday, try the latest from https://builds.strawberrymusicplayer.org/windows/ it should hopefully work. -
@jonas Sorry for insufficient context - yes the context menu when playing the track. Installed from https://builds.strawberrymusicplayer.org/ubuntu/ in my case - and so far I have not managed to crash whilst doing that - thanks! However - I'd closed smp (pre update) with that waterways track (with the failing search) as the next track on restarting smp with the new version it crashed before I'd had chance to play that track! Tried again (from command line) crashed again and that "server replied: Not Found (203)" was the last line before integrity check and crash, not sure if the database got into a dodgy state because of that non existent cover that is now repaired? Will keep an eye on it!
-
@rajm
OK can you start strawberry with gdb and do a backtrace and paste it here if you manage to reproduce the crash again. (Unless it's an abort because of insistent database but then you usually see that on the terminal).
https://wiki.strawberrymusicplayer.org/wiki/Backtrace -
@jonas Will do! (but at moment the bug isn't re-appearing)