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 611377 - Banshee crashes on selecting "Recently Added"
Banshee crashes on selecting "Recently Added"
Status: RESOLVED DUPLICATE of bug 611128
Product: banshee
Classification: Other
Component: general
1.5.4
Other Linux
: Normal major
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-28 09:57 UTC by Pepijn van de Geer
Modified: 2010-02-28 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pepijn van de Geer 2010-02-28 09:57:20 UTC
When I select "Recently Added" from the music library on the sidebar Banshee crashes. This doesn't happen with any of the other selections from the library.

Below is the output from the console:

[Info  10:50:47.362] Running Banshee 1.5.4: [Ubuntu 9.10 (linux-gnu, x86_64) @ 2010-02-28 00:28:45 UTC]

(/usr/lib/banshee-1/Banshee.exe:5365): GLib-WARNING **: g_set_prgname() called multiple times
[Info  10:50:47.677] Starting collection of anonymous usage data
[Info  10:50:48.943] All services are started 1.401637s
[Info  10:50:50.050] nereid Client Started

[Info  10:50:56.881] Posted usage data? True
Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
Mono.Data.Sqlite.SqliteException: Sqlite error
near "LIMIT": syntax error
  at Mono.Data.Sqlite.Sqlite3.Prepare (System.String strSql, Mono.Data.Sqlite.SqliteStatement previous, System.String& strRemain) [0x00000] 
  at Mono.Data.Sqlite.SqliteCommand.BuildNextCommand () [0x00000] 
   at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
   at Gtk.Widget.buttonpressevent_cb(IntPtr widget, IntPtr evnt)
   at Gtk.Application.gtk_main()
   at Gtk.Application.Run()
   at Banshee.Gui.GtkBaseClient.Run()
   at Banshee.Gui.GtkBaseClient.Startup()
   at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler startup)
   at Banshee.Gui.GtkBaseClient.Startup()
   at Banshee.Gui.GtkBaseClient.Startup(System.String[] args)
   at Nereid.Client.Main(System.String[] args)
   at System.AppDomain.ExecuteAssembly(System.Reflection.Assembly , System.String[] )
   at System.AppDomain.ExecuteAssemblyInternal(System.Reflection.Assembly a, System.String[] args)
   at System.AppDomain.ExecuteAssembly(System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args)
   at System.AppDomain.ExecuteAssembly(System.String assemblyFile)
   at Booter.Booter.BootClient(System.String clientName)
   at Booter.Booter.Main()
Comment 1 Pepijn van de Geer 2010-02-28 10:05:28 UTC
Possibly related to this bug is a crash about two seconds after Banshee proceeds playing the next song in line after having played the first one fine. 

Console output:
Unhandled Exception: Mono.Data.Sqlite.SqliteException: Sqlite error
near "LIMIT": syntax error
  at Mono.Data.Sqlite.Sqlite3.Prepare (System.String strSql, Mono.Data.Sqlite.SqliteStatement previous, System.String& strRemain) [0x00000] 
  at Mono.Data.Sqlite.SqliteCommand.BuildNextCommand () [0x00000]
Comment 2 Alexander Kojevnikov 2010-02-28 10:10:41 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 ***
Comment 3 Pepijn van de Geer 2010-02-28 10:15:25 UTC
Guess I should've searched the resolved bugs as well. :)

Thanks for the great effort and a wonderful music player!