Advertisement
vliaskov

timeslot switch failed assertion crash

Mar 8th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. FORCE SWITCH------------------
  2. **
  3. ERROR:gstdecitem.cpp:106:GstPadProbeReturn playout_item_pad_probe_video_pad_eos_on_buffer(GstPad*, GstPadProbeInfo*, GstDecItem*): code should not be reached
  4.  
  5. Program received signal SIGABRT, Aborted.
  6. [Switching to Thread 0x7ffedffbf700 (LWP 14527)]
  7. 0x00007ffff1316cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  8. 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  9. (gdb) bt
  10. #0 0x00007ffff1316cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  11. #1 0x00007ffff131a0d8 in __GI_abort () at abort.c:89
  12. #2 0x00007ffff68e63e5 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x4fa4a1 "gstdecitem.cpp", line=line@entry=106,
  13. func=func@entry=0x4fa940 <playout_item_pad_probe_video_pad_eos_on_buffer::__PRETTY_FUNCTION__> "GstPadProbeReturn playout_item_pad_probe_video_pad_eos_on_buffer(GstPad*, GstPadProbeInfo*, GstDecItem*)", message=message@entry=0x7fff90121f30 "code should not be reached") at gtestutils.c:2291
  14. #3 0x00007ffff68e647a in g_assertion_message_expr (domain=0x0, file=0x4fa4a1 "gstdecitem.cpp", line=106,
  15. func=0x4fa940 <playout_item_pad_probe_video_pad_eos_on_buffer::__PRETTY_FUNCTION__> "GstPadProbeReturn playout_item_pad_probe_video_pad_eos_on_buffer(GstPad*, GstPadProbeInfo*, GstDecItem*)",
  16. expr=<optimized out>) at gtestutils.c:2306
  17. #4 0x00000000004dde8d in playout_item_pad_probe_video_pad_eos_on_buffer (srcpad=srcpad@entry=0x7fff5437c7f0, info=info@entry=0x7ffedffbebb0, prev_item=0x1e718c0) at gstdecitem.cpp:106
  18. #5 0x00007ffff745f37a in probe_hook_marshal (hook=0x7fffd434fc50, data=0x7ffedffbeb00) at gstpad.c:3320
  19. #6 0x00007ffff68b3334 in g_hook_list_marshal (hook_list=hook_list@entry=0x7fff5437c888, may_recurse=may_recurse@entry=1, marshaller=marshaller@entry=0x7ffff745f210 <probe_hook_marshal>,
  20. data=data@entry=0x7ffedffbeb00) at ghook.c:672
  21. #7 0x00007ffff7421a2a in do_probe_callbacks (pad=pad@entry=0x7fff5437c7f0, info=info@entry=0x7ffedffbebb0, defaultval=defaultval@entry=GST_FLOW_OK) at gstpad.c:3415
  22. #8 0x00007ffff74611f0 in gst_pad_push_data (pad=pad@entry=0x7fff5437c7f0, type=type@entry=4112, data=data@entry=0x7fffb04b48c0) at gstpad.c:4200
  23. #9 0x00007ffff7468d86 in gst_pad_push (pad=pad@entry=0x7fff5437c7f0, buffer=buffer@entry=0x7fffb04b48c0) at gstpad.c:4321
  24. #10 0x00007ffff7452b9b in gst_proxy_pad_chain_default (pad=<optimized out>, parent=<optimized out>, buffer=0x7fffb04b48c0) at gstghostpad.c:126
  25. #11 0x00007ffff7461538 in gst_pad_chain_data_unchecked (data=0x7fffb04b48c0, type=4112, pad=0x7fff741ec700) at gstpad.c:3977
  26. #12 gst_pad_push_data (pad=0x7fff7c17ef80, type=type@entry=4112, data=data@entry=0x7fffb04b48c0) at gstpad.c:4210
  27. #13 0x00007ffff7468d86 in gst_pad_push (pad=<optimized out>, buffer=buffer@entry=0x7fffb04b48c0) at gstpad.c:4321
  28. #14 0x00007fffc954fbef in gst_queue_push_one (queue=0x7fff54380810) at gstqueue.c:1337
  29. #15 gst_queue_loop (pad=<optimized out>) at gstqueue.c:1484
  30. #16 0x00007ffff7490331 in gst_task_func (task=0x7fff7a482830) at gsttask.c:331
  31. #17 0x00007ffff68e7b0c in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
  32. #18 0x00007ffff68e7185 in g_thread_proxy (data=0x7fff80ecd050) at gthread.c:764
  33. #19 0x00007ffff10ca182 in start_thread (arg=0x7ffedffbf700) at pthread_create.c:312
  34. #20 0x00007ffff13db00d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement