GNOME Bugzilla – Bug 323154
Podcast Errors show NULL
Last modified: 2006-01-13 18:21:17 UTC
Distribution/Version: Fedora Core Rawhide Any podcast errors that pop up show the error as: (null)
Confirming this bug.
I think this has been fixed. Do you still see this with latest CVS?
Will let you know as soon as I can compile HEAD again :)
Still getting this with HEAD.
I think this is related: [Thread debugging using libthread_db enabled] [New Thread -1208764736 (LWP 30105)] [New Thread 15424432 (LWP 30117)] [New Thread 124464048 (LWP 30116)] 0x005fb402 in __kernel_vsyscall ()
+ Trace 65164
This happened when I tried to update a feed. I think this may be the same issue but now errors are fatal - which actually helps a lot.
I think the fix may be as simple as: Index: podcast/rb-podcast-manager.c =================================================================== RCS file: /cvs/gnome/rhythmbox/podcast/rb-podcast-manager.c,v retrieving revision 1.28 diff -p -u -r1.28 rb-podcast-manager.c --- podcast/rb-podcast-manager.c 1 Jan 2006 11:39:43 -0000 1.28 +++ podcast/rb-podcast-manager.c 12 Jan 2006 23:35:11 -0000 @@ -262,7 +262,7 @@ rb_podcast_manager_class_init (RBPodcast g_cclosure_marshal_VOID__STRING, G_TYPE_NONE, 1, - G_TYPE_POINTER); + G_TYPE_STRING);
I committed that fix since it works for me and is trivial. skadz: can you please see if this fixes the problem for you?
Yup, this fixes it for me :) Thanks!