GLib-WARNING **: Too many handles to wait for!

Ian Davidson id012c3076 at blueyonder.co.uk
Tue Jan 3 15:49:34 UTC 2017


I seem to remember seeing a similar problem years ago.  My memory may be 
a bit rusty.

I think that if you create a new 'File Descriptor' each time you want a 
new file, you will eventually reach a limit in Windows. However, if you 
create a File Descriptor once and then set its properties to point to 
the file you want while you open, use and close, you can then use the 
same descriptor again the next time and so on ad infinitum.  Windows 
counts it as just one File Descriptor.

Ian


On 30/12/2016 00:05, killerrats wrote:
> I found this site that responded to another person.
>
> https://phabricator.freedesktop.org/T124
> <https://phabricator.freedesktop.org/T124>
>
> saying might be reaching the File Descriptors limit on windows.
>
> --------Questions-------
> Could that be the problem when I EOS on the pipeline and re-initialize the
> pipeline?
>
> Do I need to null each of the elements to make it not have these too many
> handles?
>
> I am each time Connecting to the server several times is that another reason
> for the too many handles?
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GLib-WARNING-Too-many-handles-to-wait-for-tp4681271p4681293.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list