GNOME Bugzilla – Bug 588101
Weird exception regarding ipod photo capabilities when not using them
Last modified: 2010-05-30 02:26:28 UTC
Extracted stacktrace from bug 578701 comment#26 (because this case is finally not related to it): [Warn 20:24:19.164] Failed to save iPod database - Expected record name of 'mhfd', got 'mhdp' (in `ipod-sharp') at IPod.Record.ReadHeader (System.IO.BinaryReader reader) [0x000ac] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/TrackDatabase.cs:111 at IPod.PhotoDbRecord.Read (System.IO.BinaryReader reader) [0x00000] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/PhotoDatabase.cs:19 at IPod.DataFileRecord.Read (System.IO.BinaryReader reader) [0x00000] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/Album.cs:1 at IPod.PhotoDatabase.Reload (Boolean createFresh) [0x00092] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/PhotoDatabase.cs:1066 at IPod.PhotoDatabase..ctor (IPod.Device device, Boolean isPhoto, Boolean createFresh) [0x00073] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/PhotoDatabase.cs:1044 at IPod.Device.LoadPhotoDatabase (Boolean createFresh) [0x0001b] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/Device.cs:261 at IPod.Device.LoadPhotoDatabase () [0x00000] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/Device.cs:255 at IPod.Device.get_PhotoDatabase () [0x0000b] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/Device.cs:63 at IPod.Device.Save () [0x00016] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolSVN/ipod-sharp/src/Device.cs:285 at Banshee.Dap.Ipod.IpodSource.PerformSyncThreadCycle () [0x00324] in /home/knocte/Documents/iDocs/Proyectos/Banshee/arbolGIT/banshee/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/IpodSource.cs:655
Created attachment 138061 [details] [review] Proposed patch to ipod-sharp Actually, this is not a real fix, but a workaround that works in my case. We may reopen/revisit this bug later if someone gets again the stacktrace with this patch applied. (Extracted from bug 578701 comment#26 )
Looks good to me
Comment on attachment 138061 [details] [review] Proposed patch to ipod-sharp Got an r+ from gburt as well on IRC. Thanks to both! (I'll leave the bug open though, as this doesn't fix the root of the problem.)
Bulk changing the assignee to banshee-maint@gnome.bugs to make it easier for people to get updated on all banshee bugs by following that address. It's usually quite apparent who is working on a given bug by the comments and/or patches attached.
Actually, the patch fixed the bug described in the summary. If someone gets the same stacktrace again, it will likely be "when using ipod photo capabilities", so a new bug should be open by then.