After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 740730 - rtspconnection: don't remove child source if parent source is already destroyed
rtspconnection: don't remove child source if parent source is already destroyed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: 1.4.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-26 06:01 UTC by Göran Jönsson
Modified: 2014-12-12 16:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-plugins-base patch (1.57 KB, patch)
2014-11-26 06:01 UTC, Göran Jönsson
committed Details | Review

Description Göran Jönsson 2014-11-26 06:01:37 UTC
Created attachment 291518 [details] [review]
gst-plugins-base patch

Getting a SIGTRAP when shutting down when there are data left in backlog when running with GDB.

GLib-CRITICAL **: g_source_remove_child_source: assertion `child_source->priv->parent_source == source’ failed
 Trace/breakpoint trap (core dumped)
Comment 1 Wim Taymans 2014-12-09 09:32:34 UTC
commit e3a212e0d447b29741c3ac24633b329df5e91f53
Author: Göran Jönsson <goranjn@axis.com>
Date:   Tue Nov 25 13:31:48 2014 +0100

    rtspconnection: No remove child if destroyed.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=740730
Comment 2 Tim-Philipp Müller 2014-12-12 16:06:58 UTC
Cherry-picked into 1.4 branch.