I have exactly the same issue as fricot and checked the source of libgpod, here is the problematic fragment:
85 db_parse_context_set_total_len (DBParseContext *ctx, off_t len) 86 { 87 /* FIXME: this can probably happen in malformed itunesdb files, 88 * don't g_assert on this, only output a warning 89 */ 90 g_assert ((ctx->cur_pos - ctx->buffer) <= len); 91 if (ctx->header_len != 0) { 92 g_assert (len >= ctx->header_len); 93 } 94 ctx->total_len = len; 95 } It seems fricot that reseting our ipods should do the trick becasue itunesdb on them is corrupted. I'll checj if this works. libgpod is used by rhythmbox, gtkpod and amarok so all of them will have the same problem. -- rhythmbox crashes on start with ipod https://bugs.launchpad.net/bugs/122531 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs