Socket file descriptor leaks with GstBus

David Schleef ds at schleef.org
Wed Feb 6 14:17:54 PST 2013


On Wed, Feb 06, 2013 at 06:40:08PM +0800, Duzy Chan wrote:
> On Wed, Feb 6, 2013 at 6:22 PM, Tim-Philipp Müller <t.i.m at zen.co.uk> wrote:
> 
> > Yes, I did check that out and did look at it, but I'm afraid I don't
> > really have time to look at all that in detail, hence the request for
> > something stand-alone and minimal. If it's an issue with pipeline
> > creation / GstBus / watch usage, it shouldn't be too hard to re-create.
> >
> 
> I would like to do a bit effort to make a stand alone minimal test case of
> the GstBus usage, and see if we can duplicate the same issue to help to
> find out the reason.
> 

The first thing you should check is that you are properly cleaning
up all your objects.  If you leak a pipeline, object, or bus, you'll
end up with multiple copies of intervideosrc around, which will
use file descriptors.



David



More information about the gstreamer-devel mailing list