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 486878 - dragging tag to picture kills fspot
dragging tag to picture kills fspot
Status: RESOLVED DUPLICATE of bug 467011
Product: f-spot
Classification: Other
Component: Tags
SVN
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-15 16:50 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-10-16 08:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-10-15 16:50:03 UTC
> f-spot --version
F-Spot  0.4.0.0 - (c)2003-2007, Novell Inc

when dragging a tag from the left onto a picture f-spot hangs. I see these messages in the terminal:

(f-spot:11776): GdkPixbuf-WARNING **: GdkPixbufLoader finalized without calling gdk_pixbuf_loader_close() - this is not allowed. You must explicitly end the data stream to the loader before dropping the last reference.

Unhandled Exception: System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal to the list count.
Parameter name: index
-1
  at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] 
  at Mono.Data.SqliteClient.SqliteParameterCollection.GetParameter (Int32 parameterIndex) [0x00000] 
  at System.Data.Common.DbParameterCollection.get_Item (Int32 index) [0x00000] 
  at System.Data.Common.DbParameterCollection.get_Item (System.String parameterName) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Data.Common.DbParameterCollection:get_Item (string)
  at Mono.Data.SqliteClient.SqliteCommand.BindParameters2 () [0x00000] 
  at Mono.Data.SqliteClient.SqliteCommand.Prepare () [0x00000] 
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader (CommandBehavior behavior, Boolean want_results, System.Int32& rows_affected) [0x00000] 
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteNonQuery () [0x00000] 
  at Banshee.Database.QueuedSqliteCommand.Execute () [0x00000]
Comment 1 Stephane Delcroix 2007-10-16 08:02:48 UTC
Hey Stefan,

this is the return of the "no longer works with sqlite2" bug. Please update your db to sqlite3 using the script provided in tools (f-spot-sqlite-upgrade)

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