ErroR:

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

ErroR:

lijinshyam
Hi ,

 I just developed a software record multiple streams and record it in to different files simultaneously ... It was all written in C and now i am getting some error

like

  (<unknown>:21724): GStreamer-WARNING **: failed to create thread: Error creating thread: Resource temporarily unavailable


  gst_adapter_take: assertion `nbytes > 0' failed



I just checked number of threads used by my program and it take only 15 threads and it was recording 3 different streams. I have no idea whats happening...


Any solutions...?

Regards
Lijin


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: ErroR:

Tim-Philipp Müller-2
On Wed, 2010-09-22 at 17:05 +0530, liJin wrote:

Hi,

>  I just developed a software record multiple streams and record it in
> to different files simultaneously ... It was all written in C and now
> i am getting some error
>
> like
>
>   (<unknown>:21724): GStreamer-WARNING **: failed to create thread:
> Error creating thread: Resource temporarily unavailable
>
>   gst_adapter_take: assertion `nbytes > 0' failed
>
> I just checked number of threads used by my program and it take only
> 15 threads and it was recording 3 different streams. I have no idea
> whats happening...
>
> Any solutions...?

Without more information, it's hard to say anything useful here. We
don't even know the pipeline(s) you are using or the elements involved.
Or your code.

You can run your code in gdb with the G_DEBUG=fatal_warnings environment
variable set, then it will break at the first warning and you can
investigate with 'bt' where it comes from. Alternatively, set a break
point on g_logv() or so.

 Cheers
  -Tim

PS: a more descriptive subject line would be nice next time


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel