[Bug 753758] New: [iOS] "Too Many File Open"
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 18 04:40:42 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753758
Bug ID: 753758
Summary: [iOS] "Too Many File Open"
Classification: Platform
Product: GStreamer
Version: 1.5.2
OS: Mac OS
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: trungkent0605 at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I'm trying to develop a video player on iOS by using GstPlayer at this link:
https://github.com/sdroege/gst-player
After few steps of testing, i met this error at exactly 40th play:
(:6583): GStreamer-CRITICAL **: gst_poll_write_control: assertion 'set != NULL'
failed
(:6583): GStreamer-CRITICAL **: gst_poll_write_control: assertion 'set != NULL'
failed
(:6583): GStreamer-CRITICAL **: gst_poll_write_control: assertion 'set != NULL'
failed
(:6583): GStreamer-CRITICAL **: gst_poll_read_control: assertion 'set != NULL'
failed
(:6583): GStreamer-CRITICAL **: gst_poll_write_control: assertion 'set != NULL'
failed
(:6583): GStreamer-CRITICAL **: gst_poll_read_control: assertion 'set != NULL'
failed
(:6583): GStreamer-CRITICAL **: gst_poll_free: assertion 'set != NULL' failed
if i ignored the error, i saw new error log at 41st play:
(:6583): GLib-ERROR **: Creating pipes for GWakeup: Too many open files
then app crashed.
I experienced the same behavior on iOS Example at this link:
http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/
I assume that gst_object_unref (player) didn't clear all the resources,
specifically closing files.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list