Getting Broken Pipe error in GSTpoll

classic Classic list List threaded Threaded
3 messages Options
A
Reply | Threaded
Open this post in threaded view
|

Getting Broken Pipe error in GSTpoll

A
Hi,

I got a critical error in gstreamer1.0/gst/gstpoll.c:

GStreamer-CRITICAL **: 0x72104408: failed to wake event: Broken pipe

So,It represent that it attempts to write to a pipe whose read end has
closed.
what are all the reasons to close the control_reaf_fd without closing
write_fd.

how can we resolve it?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Getting Broken Pipe error in GSTpoll

Nicolas Dufresne-5
Le jeudi 09 avril 2020 à 04:33 -0500, A a écrit :

> Hi,
>
> I got a critical error in gstreamer1.0/gst/gstpoll.c:
>
> GStreamer-CRITICAL **: 0x72104408: failed to wake event: Broken pipe
>
> So,It represent that it attempts to write to a pipe whose read end has
> closed.
> what are all the reasons to close the control_reaf_fd without closing
> write_fd.
>
> how can we resolve it?

This issue seems specific to code you haven't disclosed. That might
result in no one being able provide answers.

regards,
Nicolas

>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
A
Reply | Threaded
Open this post in threaded view
|

Re: Getting Broken Pipe error in GSTpoll

A
Hi,

I have been using GStreamer 1.10 version.

https://github.com/GStreamer/gstreamer/blob/master/gst/gstpoll.c

I got the a critical error in gstreamer1.0/gst/gstpoll. while trying to
write in file descriptor.

 GStreamer-CRITICAL **: 0x72104408: failed to wake event: Broken pipe

Regards,
Ana



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel