GNOME Bugzilla – Bug 326862
crash deleting podcast feed
Last modified: 2006-01-14 08:06:06 UTC
Select delete feed and files. 0x00898402 in __kernel_vsyscall ()
+ Trace 65186
Thread 1 (Thread -1208957248 (LWP 1635))
Created attachment 57320 [details] [review] patch If RHYTHMDB_PROP_MOUNTPOINT for a podcast episode is NULL, it means the episode has not been downloaded, so it doesn't need to be deleted from disk. Also fixes another warning from rb_podcast_source_cmd_delete_feed.
Patch looks good to me.
Actually, I just had some weirdness occur when I deleted a podcast feed while an episode was still downloading. The episode remained in the database, but the feed was gone, and trying to delete the episode caused a segfault.
Committed (including a fix for the issue in comment #3).