After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 611640 - Crash when skipping to next song
Crash when skipping to next song
Status: RESOLVED DUPLICATE of bug 611128
Product: banshee
Classification: Other
Component: general
1.5.4
Other Linux
: Normal blocker
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-02 21:28 UTC by Wouter Bolsterlee (uws)
Modified: 2010-03-02 22:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2010-03-02 21:28:13 UTC
Banshee 1.5.4 crashes when I hit "forward" because of invalid SQL (note that invalid comma after the DESC near the end):

[Debug 22:22:43.758] Exception executing command: DELETE FROM CoreSmartPlaylistEntries WHERE SmartPlaylistID = 14;
                  INSERT INTO CoreSmartPlaylistEntries
                    (EntryID, SmartPlaylistID, TrackID)
                    SELECT NULL, 14 as SmartPlaylistID, TrackId FROM CoreTracks,CoreArtists,CoreAlbums
                        WHERE CoreArtists.ArtistID = CoreTracks.ArtistID AND CoreAlbums.AlbumID = CoreTracks.AlbumID AND CoreTracks.PrimarySourceID = 1
                        AND ((CoreTracks.LastPlayedStamp > 1264972959 AND CoreTracks.LastPlayedStamp IS NOT NULL)) ORDER BY CoreTracks.LastPlayedStamp DESC,  LIMIT 150
Comment 1 Alexander Kojevnikov 2010-03-02 22:13:32 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 611128 ***