GNOME Bugzilla – Bug 742075
Breaks when IGMP proxy restarted
Last modified: 2015-01-04 12:08:47 UTC
rygel - 0.24.2 - 1.fc21 Breaks when router (IGMP proxy) restarted. rygel[962]: (rygel:962): libsoup-CRITICAL **: soup_server_quit: assertion 'priv->listeners != NULL' failed rygel[962]: (rygel:962): GLib-GObject-CRITICAL **: object SoupServer 0x199f660 finalized while still in-construction rygel[962]: (rygel:962): GLib-GObject-CRITICAL **: Custom constructor for class SoupServer returned NULL (which is invalid). Please use GInitable instead. rygel[962]: ** (rygel:962): WARNING **: Error creating GUPnP context: Could not create HTTP server on port 61900
Yeah, I've seen that also when a network interface goes down and up. We have a reference count leak somewhere.
Created attachment 293705 [details] [review] acl: Don't keep reference of the service The handler will live at least as long as the service since it's bound to the context so there is no need to keep a reference of it. Signed-off-by: Jens Georg <mail@jensge.org>
Attachment 293705 [details] pushed as 3e4f29b - acl: Don't keep reference of the service