GNOME Bugzilla – Bug 345725
Crash accessing iPod
Last modified: 2008-11-11 05:23:09 UTC
Rhythmbox crashed when it started reading my itunes database. Debugging Information: Backtrace was generated from '/usr/bin/rhythmbox' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1227450144 (LWP 8849)] [New Thread -1239536720 (LWP 8850)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 69013
Thread 1 (Thread -1227450144 (LWP 8849))
With an up to date CVS tree: /usr/src/rhythmbox/sources$ grep rb_ipod_source_playlist_add_track rb-ipod-source.c teuf@plouf:/usr/src/rhythmbox/sources$ (from frame #6). I assume you have the patch from bug #310774 applied?
Yes, sorry. I'm using these packages: ftp://cipherfunk.org/pub/random_cruft/rhythmbox-with-ipod-support-for-dapper/ Shall I move this stack there, or mark this bug as blocking 310774?
The problem is that it isn't checking that the entry could actually be created (i.e. not NULL). The usual reason for NULL being returned is that the URI is already in the database.
The latter (mark this bug as a blocker for #310774) sounds fine to me.
none of this makes any sense any more.