(gdb) bt
#0 0x00007ffff457e768 in malloc_consolidate (av=av@entry=0x7ffeb4000020) at malloc.c:4152
#1 0x00007ffff4580e8d in _int_malloc (av=av@entry=0x7ffeb4000020, bytes=bytes@entry=2289) at malloc.c:3429
#2 0x00007ffff4582aa9 in _int_realloc (av=av@entry=0x7ffeb4000020, oldp=oldp@entry=0x7ffeb7992c80, oldsize=oldsize@entry=2272, nb=nb@entry=2304) at malloc.c:4291
#3 0x00007ffff4584a7b in __GI___libc_realloc (oldmem=0x7ffeb7992c90, bytes=2288) at malloc.c:3033
#4 0x00007ffff0409afd in () at /lib64/libGL.so.1
#5 0x00007fffed4d671c in () at /lib64/libnvidia-glcore.so.352.63
#6 0x00007fffed4d6e99 in () at /lib64/libnvidia-glcore.so.352.63
#7 0x00007fffed4d8c6e in () at /lib64/libnvidia-glcore.so.352.63
#8 0x00007fffed46024c in () at /lib64/libnvidia-glcore.so.352.63
#9 0x00007fffd1f95115 in _gl_buffer_create (gl_mem=0x7ffec4497ef0, error=<optimized out>) at gstglbuffer.c:77
#10 0x00007fffd1f9415e in _mem_create_gl (context=0x16d3470 [GstGLContextGLX], transfer=0x7ffeb37fd980) at gstglbasememory.c:88
#11 0x00007fffd1f92380 in gst_gl_context_thread_add (context=context@entry=0x16d3470 [GstGLContextGLX], func=func@entry=0x7fffd1f940c0 <_mem_create_gl>, data=data@entry=0x7ffeb37fd980) at gstglcontext.c:1488
#12 0x00007fffd1f948fa in gst_gl_base_memory_init (mem=mem@entry=0x7ffec4497ef0, allocator=allocator@entry=0xcc6ac0 [GstGLBufferAllocator], parent=parent@entry=0x0, context=context@entry=0x16d3470 [GstGLContextGLX], params=params@entry=0x7ffec42bdd00, size=size@entry=57600, user_data=0x0, notify=0x0) at gstglbasememory.c:162
#13 0x00007fffd1f9552a in _gl_buffer_init (mem=mem@entry=0x7ffec4497ef0, allocator=allocator@entry=0xcc6ac0 [GstGLBufferAllocator], context=context@entry=0x16d3470 [GstGLContextGLX], gl_target=gl_target@entry=35052, gl_usage=gl_usage@entry=35040, params=params@entry=0x7ffec42bdd00, size=57600, parent=0x0) at gstglbuffer.c:99
#14 0x00007fffd1f9561b in _gl_buffer_alloc_mem (size=57600, params=0x7ffec42bdd00, gl_usage=35040, gl_target=35052, context=0x16d3470 [GstGLContextGLX], parent=0x0, allocator=0xcc6ac0 [GstGLBufferAllocator]) at gstglbuffer.c:112
#15 0x00007fffd1f9561b in _gl_buffer_alloc_mem (allocator=<optimized out>, params=<optimized out>) at gstglbuffer.c:375
#16 0x00007fffd1f98740 in _gl_mem_create (gl_mem=0x7ffed4007c70, error=<optimized out>) at gstglmemorypbo.c:208
#17 0x00007fffd1f9415e in _mem_create_gl (context=0x16d3470 [GstGLContextGLX], transfer=0x7ffead7f85f0) at gstglbasememory.c:88
#18 0x00007fffd1fa9338 in _run_message_sync (message=0x7ffead7f8540) at gstglwindow.c:607
#19 0x00007fffd1fa92d2 in _run_message_async (message=0x856ec0) at gstglwindow.c:676
#20 0x00007ffff4b27a8a in g_main_context_dispatch (context=0x184a550) at gmain.c:3122
#21 0x00007ffff4b27a8a in g_main_context_dispatch (context=context@entry=0x184a550) at gmain.c:3737
#22 0x00007ffff4b27e20 in g_main_context_iterate (context=0x184a550, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#23 0x00007ffff4b28142 in g_main_loop_run (loop=0x1822d90) at gmain.c:4002
#24 0x00007fffd1f9336f in gst_gl_context_create_thread (context=0x16d3470 [GstGLContextGLX]) at gstglcontext.c:1226
#25 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5540) at gthread.c:764
#26 0x00007ffff48c8555 in start_thread (arg=0x7ffeb37fe700) at pthread_create.c:333
#27 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
wow, 91 threads:
(gdb) thread apply all bt
Thread 91 (Thread 0x7fffd33e8700 (LWP 26351)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x7fffcc0008c0, timeout=<optimized out>, context=0xa9c130) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=context@entry=0xa9c130, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b27ecc in g_main_context_iteration (context=0xa9c130, may_block=may_block@entry=1) at gmain.c:3869
#4 0x00007ffff4b27f09 in glib_worker_main (data=<optimized out>) at gmain.c:5618
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xa7e0a0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fffd33e8700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 90 (Thread 0x7fffd099c700 (LWP 26359)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffd97816e1 in poll_func (__timeout=1485, __nfds=2, __fds=0x7fffc8000910) at /usr/include/bits/poll2.h:46
#2 0x00007fffd97816e1 in poll_func (ufds=0x7fffc8000910, nfds=2, timeout=1485, userdata=0xac1bd0) at pulse/thread-mainloop.c:69
#3 0x00007fffd9772de1 in pa_mainloop_poll (m=m@entry=0xac31e0) at pulse/mainloop.c:844
#4 0x00007fffd977347e in pa_mainloop_iterate (m=0xac31e0, block=<optimized out>, retval=0x0) at pulse/mainloop.c:926
#5 0x00007fffd9773530 in pa_mainloop_run (m=0xac31e0, retval=retval@entry=0x0) at pulse/mainloop.c:944
#6 0x00007fffd9781676 in thread (userdata=0xac31a0) at pulse/thread-mainloop.c:88
#7 0x00007fffd93176a8 in internal_thread_func (userdata=0xabfba0) at pulsecore/thread-posix.c:81
#8 0x00007ffff48c8555 in start_thread (arg=0x7fffd099c700) at pthread_create.c:333
#9 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 89 (Thread 0x7fffbfffe700 (LWP 26360)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd01260, mutex=mutex@entry=0xd01250) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0xcb3b90 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9cca0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fffbfffe700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 88 (Thread 0x7fffbf7fd700 (LWP 26361)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fffbf7fc540, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=31863661) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff38003990, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=0x7fff38003990, jitter=jitter@entry=0x7fffbf7fc8a0) at gstclock.c:548
#4 0x00007fffdd54a84c in gst_base_sink_wait_clock (sink=sink@entry=0x8d1440 [GstUDPSink], time=1789339194847107, time@entry=2612787145865, jitter=jitter@entry=0x7fffbf7fc8a0) at gstbasesink.c:2160
#5 0x00007fffdd54bce0 in gst_base_sink_do_sync (basesink=basesink@entry=0x8d1440 [GstUDPSink], obj=obj@entry=0x7fff1c0673d0, late=late@entry=0x7fffbf7fc9d8, step_end=step_end@entry=0x7fffbf7fc9dc) at gstbasesink.c:2551
#6 0x00007fffdd54cd02 in gst_base_sink_chain_unlocked (basesink=basesink@entry=0x8d1440 [GstUDPSink], obj=obj@entry=0x7fff1c0673d0, is_list=is_list@entry=0, pad=<optimized out>) at gstbasesink.c:3494
#7 0x00007fffdd54e380 in gst_base_sink_chain_main (basesink=0x8d1440 [GstUDPSink], pad=<optimized out>, obj=0x7fff1c0673d0, is_list=0) at gstbasesink.c:3655
#8 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c0673d0, type=4112, pad=0xd03b30 [GstPad]) at gstpad.c:4155
#9 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd038f0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c0673d0) at gstpad.c:4407
#10 0x00007ffff7700e13 in gst_pad_push (pad=0xd038f0 [GstPad], buffer=buffer@entry=0x7fff1c0673d0) at gstpad.c:4526
#11 0x00007fffda494ea9 in gst_queue_loop (queue=0xd00ce0 [GstQueue]) at gstqueue.c:1340
#12 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#13 0x00007ffff772ac21 in gst_task_func (task=0xcb3cb0 [GstTask]) at gsttask.c:332
#14 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#15 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xbae0f0) at gthread.c:764
---Type <return> to continue, or q <return> to quit---
#16 0x00007ffff48c8555 in start_thread (arg=0x7fffbf7fd700) at pthread_create.c:333
#17 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 87 (Thread 0x7fffbeffc700 (LWP 26362)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd006a0, mutex=mutex@entry=0xd00690) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0xcb3dd0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9ce80) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fffbeffc700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 86 (Thread 0x7fffbe7fb700 (LWP 26363)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fffbe7fa540, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=9921510) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7ffebc009ed0, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=0x7ffebc009ed0, jitter=jitter@entry=0x7fffbe7fa8a0) at gstclock.c:548
#4 0x00007fffdd54a84c in gst_base_sink_wait_clock (sink=sink@entry=0xb85a10 [GstUDPSink], time=1789339200867908, time@entry=2612793166666, jitter=jitter@entry=0x7fffbe7fa8a0) at gstbasesink.c:2160
#5 0x00007fffdd54bce0 in gst_base_sink_do_sync (basesink=basesink@entry=0xb85a10 [GstUDPSink], obj=obj@entry=0x7fff1c05b1b0, late=late@entry=0x7fffbe7fa9d8, step_end=step_end@entry=0x7fffbe7fa9dc) at gstbasesink.c:2551
#6 0x00007fffdd54cd02 in gst_base_sink_chain_unlocked (basesink=basesink@entry=0xb85a10 [GstUDPSink], obj=obj@entry=0x7fff1c05b1b0, is_list=is_list@entry=0, pad=<optimized out>) at gstbasesink.c:3494
#7 0x00007fffdd54e380 in gst_base_sink_chain_main (basesink=0xb85a10 [GstUDPSink], pad=<optimized out>, obj=0x7fff1c05b1b0, is_list=0) at gstbasesink.c:3655
#8 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c05b1b0, type=4112, pad=0xd02030 [GstPad]) at gstpad.c:4155
#9 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xcffda0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c05b1b0) at gstpad.c:4407
#10 0x00007ffff7700e13 in gst_pad_push (pad=0xcffda0 [GstPad], buffer=buffer@entry=0x7fff1c05b1b0) at gstpad.c:4526
#11 0x00007fffda494ea9 in gst_queue_loop (queue=0xd00120 [GstQueue]) at gstqueue.c:1340
#12 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#13 0x00007ffff772ac21 in gst_task_func (task=0xcb3ef0 [GstTask]) at gsttask.c:332
#14 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#15 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9cf70) at gthread.c:764
#16 0x00007ffff48c8555 in start_thread (arg=0x7fffbe7fb700) at pthread_create.c:333
#17 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 85 (Thread 0x7fffbdffa700 (LWP 26364)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xad56d0 [GCancellable], error=error@entry=0x7fffbdff9998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xafead0 [GstUDPSrc], buf=0x7fffbdff9a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xafead0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fffbdff9b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd02930 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc050 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9cd40) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fffbdffa700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 84 (Thread 0x7fffbd7f9700 (LWP 26365)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
---Type <return> to continue, or q <return> to quit---
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xad5760 [GCancellable], error=error@entry=0x7fffbd7f8998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xaa6340 [GstUDPSrc], buf=0x7fffbd7f8a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xaa6340 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fffbd7f8b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd064e0 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc170 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9ccf0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fffbd7f9700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 83 (Thread 0x7fffbcff8700 (LWP 26366)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd00990, mutex=mutex@entry=0xd00980) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0x8cc290 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9cd90) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fffbcff8700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 82 (Thread 0x7fff9ffff700 (LWP 26367)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd0e1c8, mutex=mutex@entry=0xd0e188) at gthread-posix.c:1395
#2 0x00007fffdb116c23 in wait_segment (buf=buf@entry=0xd0e170 [GstAudioSrcRingBuffer]) at gstaudioringbuffer.c:1313
#3 0x00007fffdb118d45 in gst_audio_ring_buffer_read (buf=buf@entry=0xd0e170 [GstAudioSrcRingBuffer], sample=sample@entry=125415400, data=data@entry=0x7fff9804e7d0 "\f", len=len@entry=4796, timestamp=timestamp@entry=0x7fff9fffe928) at gstaudioringbuffer.c:1768
#4 0x00007fffdb137024 in gst_audio_base_src_create (bsrc=0xb246e0 [GstPulseSrc], offset=<optimized out>, length=1, outbuf=0x7fff9fffea60) at gstaudiobasesrc.c:831
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb246e0 [GstPulseSrc], offset=offset@entry=18446744073709551615, length=0, buf=buf@entry=0x7fff9fffeb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xcfeba0 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc3b0 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xb9cde0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff9ffff700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 81 (Thread 0x7fff9f7fe700 (LWP 26368)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff90011200, nfds=2, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fff90002c00, timeout=timeout@entry=18446744073709551615) at gstpoll.c:1248
#2 0x00007fffddc1657d in gst_v4l2_buffer_pool_poll (pool=0xb9fcc0 [GstV4l2BufferPool]) at gstv4l2bufferpool.c:1020
#3 0x00007fffddc167d7 in gst_v4l2_buffer_pool_dqbuf (pool=0xb9fcc0 [GstV4l2BufferPool], buffer=0x7fff9f7fda60) at gstv4l2bufferpool.c:1146
#4 0x00007ffff76c9f94 in gst_buffer_pool_acquire_buffer (pool=0xb9fcc0 [GstV4l2BufferPool], buffer=0x7fff9f7fda60, params=0x0) at gstbufferpool.c:1199
#5 0x00007fffddc1bd2f in gst_v4l2src_create (src=0xd04250 [GstV4l2Src], buf=0x7fff9f7fda60) at gstv4l2src.c:683
#6 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xd04250 [GstV4l2Src], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff9f7fdb38) at gstbasesrc.c:2460
#7 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd02b70 [GstPad]) at gstbasesrc.c:2736
#8 0x00007ffff772ac21 in gst_task_func (task=0x8cc4d0 [GstTask]) at gsttask.c:332
#9 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#10 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fffa0002e80) at gthread.c:764
#11 0x00007ffff48c8555 in start_thread (arg=0x7fff9f7fe700) at pthread_create.c:333
#12 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
---Type <return> to continue, or q <return> to quit---
Thread 80 (Thread 0x7fff9effd700 (LWP 26369)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff9effc9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=4959888572) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff88001a30, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff88001a30, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd08490 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xafd540) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff9effd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 79 (Thread 0x7fff9e7fc700 (LWP 26370)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff9e7fb9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=4475138783) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff94001440, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff94001440, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd081e0 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xafd590) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff9e7fc700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 78 (Thread 0x7fff9dffb700 (LWP 26371)):
#0 0x00007ffff48cd528 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:143
#1 0x00007fffd9316c27 in pa_cond_wait (c=<optimized out>, m=<optimized out>) at pulsecore/mutex-posix.c:139
#2 0x00007fffd9781cc8 in pa_threaded_mainloop_wait (m=0xac31a0) at pulse/thread-mainloop.c:203
#3 0x00007fffd99b07e0 in gst_pulsesrc_read (asrc=0xb246e0 [GstPulseSrc], data=0x7fff98005720, length=17072, timestamp=<optimized out>) at pulsesrc.c:1130
#4 0x00007fffdb13bb5c in audioringbuffer_thread_func (buf=0xd0e170 [GstAudioSrcRingBuffer]) at gstaudiosrc.c:238
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff98001c00) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff9dffb700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 77 (Thread 0x7fff9d7fa700 (LWP 26372)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb34ed0 [GCancellable], error=error@entry=0x7fff9d7f9998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xad9110 [GstUDPSrc], buf=0x7fff9d7f9a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xad9110 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff9d7f9b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd0a710 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc5f0 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf14f0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff9d7fa700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 76 (Thread 0x7fff9cff9700 (LWP 26373)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb34f30 [GCancellable], error=error@entry=0x7fff9cff8998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xae08d0 [GstUDPSrc], buf=0x7fff9cff8a60) at gstudpsrc.c:540
---Type <return> to continue, or q <return> to quit---
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xae08d0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff9cff8b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd0b490 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc710 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xafd400) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff9cff9700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 75 (Thread 0x7fff87fff700 (LWP 26374)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb34f90 [GCancellable], error=error@entry=0x7fff87ffe998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xae6ad0 [GstUDPSrc], buf=0x7fff87ffea60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xae6ad0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff87ffeb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd0b910 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc830 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf1590) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff87fff700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 74 (Thread 0x7fff877fe700 (LWP 26375)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb35050 [GCancellable], error=error@entry=0x7fff877fd998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xd1d930 [GstUDPSrc], buf=0x7fff877fda60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xd1d930 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff877fdb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd19020 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x8cc950 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf1680) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff877fe700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 73 (Thread 0x7fff86ffd700 (LWP 26376)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd01840, mutex=mutex@entry=0xd01830) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0x8cca70 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf1630) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff86ffd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 72 (Thread 0x7fff867fc700 (LWP 26377)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd01550, mutex=mutex@entry=0xd01540) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
---Type <return> to continue, or q <return> to quit---
#3 0x00007ffff772ac21 in gst_task_func (task=0x8ccb90 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaacc50) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff867fc700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 71 (Thread 0x7fff85ffb700 (LWP 26378)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff85ffa9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=2789082743) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff64001730, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff64001730, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd089f0 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaaccf0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff85ffb700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 70 (Thread 0x7fff857fa700 (LWP 26379)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff857f99a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=3518096518) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff68001520, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff68001520, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd08740 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf15e0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff857fa700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 69 (Thread 0x7fff84ff9700 (LWP 26380)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff80018070, mutex=mutex@entry=0x7fff80018060) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7fff80018300 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff80002050) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7fff84ff9700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 68 (Thread 0x7fff63fff700 (LWP 26381)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff80018088, mutex=mutex@entry=0x7fff80018060) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7fff80018300 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x8ccdd0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff800020f0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff63fff700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 67 (Thread 0x7fff637fe700 (LWP 26382)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff80018fb0, mutex=mutex@entry=0x7fff80018fa0) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7fff80019240 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff74002cf0) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7fff637fe700) at pthread_create.c:333
---Type <return> to continue, or q <return> to quit---
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 66 (Thread 0x7fff62ffd700 (LWP 26383)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff80018fc8, mutex=mutex@entry=0x7fff80018fa0) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7fff80019240 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001c3b0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff74002b70) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff62ffd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 65 (Thread 0x7fff627fc700 (LWP 26384)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb6dee0 [GCancellable], error=error@entry=0x7fff627fb998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb38cd0 [GstUDPSrc], buf=0x7fff627fba60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb38cd0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff627fbb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd2a730 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001c830 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf16d0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff627fc700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 64 (Thread 0x7fff61ffb700 (LWP 26385)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb6df40 [GCancellable], error=error@entry=0x7fff61ffa998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb3c2d0 [GstUDPSrc], buf=0x7fff61ffaa60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb3c2d0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff61ffab38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd2bdb0 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001c950 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff90002f20) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff61ffb700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 63 (Thread 0x7fff617fa700 (LWP 26386)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb6dfa0 [GCancellable], error=error@entry=0x7fff617f9998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb3e8d0 [GstUDPSrc], buf=0x7fff617f9a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb3e8d0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff617f9b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd34290 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001ca70 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
---Type <return> to continue, or q <return> to quit---
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xafd4f0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff617fa700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 62 (Thread 0x7fff60ff9700 (LWP 26387)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb6e040 [GCancellable], error=error@entry=0x7fff60ff8998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb456d0 [GstUDPSrc], buf=0x7fff60ff8a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb456d0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff60ff8b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0x7fff7401bdb0 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001cb90 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff90002f70) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff60ff9700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 61 (Thread 0x7fff43fff700 (LWP 26388)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd266d0, mutex=mutex@entry=0xd266c0) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001ccb0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff90002ed0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff43fff700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 60 (Thread 0x7fff437fe700 (LWP 26389)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd263e0, mutex=mutex@entry=0xd263d0) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001cdd0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xafd4a0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff437fe700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 59 (Thread 0x7fff42ffd700 (LWP 26390)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff42ffc9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=4275520287) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff2c001a60, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff2c001a60, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd08f50 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf1720) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff42ffd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 58 (Thread 0x7fff427fc700 (LWP 26391)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff427fb9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
---Type <return> to continue, or q <return> to quit---
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=1070492335) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff340015d0, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff340015d0, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd08ca0 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaacca0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff427fc700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 57 (Thread 0x7fff41ffb700 (LWP 26392)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xaeb220 [GCancellable], error=error@entry=0x7fff41ffa998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb76c30 [GstUDPSrc], buf=0x7fff41ffaa60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb76c30 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff41ffab38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd77470 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0x7fff8001cef0 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xaf1400) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff41ffb700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 56 (Thread 0x7fff417fa700 (LWP 26393)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xaeb280 [GCancellable], error=error@entry=0x7fff417f9998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb78cd0 [GstUDPSrc], buf=0x7fff417f9a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb78cd0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff417f9b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd3e280 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b050 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff3c002a80) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff417fa700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 55 (Thread 0x7fff40ff9700 (LWP 26394)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xaeb2e0 [GCancellable], error=error@entry=0x7fff40ff8998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xb7fad0 [GstUDPSrc], buf=0x7fff40ff8a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xb7fad0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff40ff8b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd3e700 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b170 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xadd000) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff40ff9700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
---Type <return> to continue, or q <return> to quit---
Thread 54 (Thread 0x7fff23fff700 (LWP 26395)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xaeb340 [GCancellable], error=error@entry=0x7fff23ffe998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xd48980 [GstUDPSrc], buf=0x7fff23ffea60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xd48980 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff23ffeb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd3fd80 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b290 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xadd050) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff23fff700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 53 (Thread 0x7fff237fe700 (LWP 26396)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff237fc698, mutex=mutex@entry=0x7fff237fc690) at gthread-posix.c:1395
#2 0x00007fffd1fa9f9b in gst_gl_window_default_send_message (window=0x6bc5d0 [GstGLWindowX11], callback=<optimized out>, data=<optimized out>) at gstglwindow.c:633
#3 0x00007fffd1f9232a in gst_gl_context_thread_add (context=<optimized out>, func=func@entry=0x7fffd1f94220 <_unmap_data_gl>, data=data@entry=0x7fff237fc730) at gstglcontext.c:1498
#4 0x00007fffd1f94070 in _mem_unmap_full (mem=<optimized out>, info=<optimized out>) at gstglbasememory.c:341
#5 0x00007ffff76f3b24 in gst_memory_unmap (mem=0x7fff100124a0, info=info@entry=0x7fff237fd1f8) at gstmemory.c:346
#6 0x00007ffff76c6636 in gst_buffer_unmap (buffer=<optimized out>, info=0x7fff237fd1f8) at gstbuffer.c:1719
#7 0x00007fffdd7b7f80 in default_unmap (meta=<optimized out>, plane=<optimized out>, info=<optimized out>) at gstvideometa.c:226
#8 0x00007fffdd7b1aed in gst_video_frame_unmap (frame=0x7fff237fd120) at video-frame.c:225
#9 0x00007fffbc5f372b in gst_jpeg_dec_handle_frame (bdec=0xaccda0 [GstJpegDec], frame=0x7fff1c056050) at gstjpegdec.c:1142
#10 0x00007fffdd7ba6e6 in gst_video_decoder_decode_frame (decoder=decoder@entry=0xaccda0 [GstJpegDec], frame=0x7fff1c056050) at gstvideodecoder.c:3417
#11 0x00007fffdd7c2f22 in gst_video_decoder_have_frame (decoder=decoder@entry=0xaccda0 [GstJpegDec]) at gstvideodecoder.c:3349
#12 0x00007fffbc5f1d9f in gst_jpeg_dec_parse (bdec=0xaccda0 [GstJpegDec], frame=0x7fff1c056050, adapter=0xd38800 [GstAdapter], at_eos=<optimized out>) at gstjpegdec.c:460
#13 0x00007fffdd7bda96 in gst_video_decoder_parse_available (dec=dec@entry=0xaccda0 [GstJpegDec], at_eos=at_eos@entry=0, new_buffer=0, new_buffer@entry=1) at gstvideodecoder.c:1005
#14 0x00007fffdd7bdc44 in gst_video_decoder_chain_forward (decoder=decoder@entry=0xaccda0 [GstJpegDec], buf=buf@entry=0x7fff000230a0, at_eos=at_eos@entry=0) at gstvideodecoder.c:2207
#15 0x00007fffdd7bf860 in gst_video_decoder_chain (pad=<optimized out>, parent=<optimized out>, buf=0x7fff000230a0) at gstvideodecoder.c:2503
#16 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff000230a0, type=4112, pad=0xd3edc0 [GstPad]) at gstpad.c:4155
#17 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd3eb80 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff000230a0) at gstpad.c:4407
#18 0x00007ffff7700e13 in gst_pad_push (pad=0xd3eb80 [GstPad], buffer=0x7fff000230a0) at gstpad.c:4526
#19 0x00007fffd14b00c9 in gst_rtp_base_depayload_push (filter=filter@entry=0x914460 [GstRtpJPEGDepay], out_buf=out_buf@entry=0x7fff000230a0) at gstrtpbasedepayload.c:818
#20 0x00007fffd14b06fe in gst_rtp_base_depayload_handle_buffer (filter=0x914460 [GstRtpJPEGDepay], in=0x7fff80022370, bclass=<optimized out>, bclass=<optimized out>) at gstrtpbasedepayload.c:466
#21 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff80022370, type=4112, pad=0xd3e940 [GstPad]) at gstpad.c:4155
#22 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd3f900 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff80022370) at gstpad.c:4407
#23 0x00007ffff7700e13 in gst_pad_push (pad=0xd3f900 [GstPad], buffer=buffer@entry=0x7fff80022370) at gstpad.c:4526
#24 0x00007fffda494ea9 in gst_queue_loop (queue=0xd27000 [GstQueue]) at gstqueue.c:1340
#25 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#26 0x00007ffff772ac21 in gst_task_func (task=0xd3b3b0 [GstTask]) at gsttask.c:332
#27 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#28 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff3c002ad0) at gthread.c:764
#29 0x00007ffff48c8555 in start_thread (arg=0x7fff237fe700) at pthread_create.c:333
#30 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 52 (Thread 0x7fff22ffd700 (LWP 26397)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd26fa0, mutex=mutex@entry=0xd26f90) at gthread-posix.c:1395
---Type <return> to continue, or q <return> to quit---
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0xd3b4d0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff3c002b20) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff22ffd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 51 (Thread 0x7fff227fc700 (LWP 26398)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff227fb9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=2824709088) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff080014f0, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff080014f0, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd094b0 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff90002e80) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff227fc700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 50 (Thread 0x7fff21ffb700 (LWP 26399)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7fff21ffa9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=3034792637) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7fff0c001430, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7fff0c001430, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd09200 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4590) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fff21ffb700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 49 (Thread 0x7fff217fa700 (LWP 26400)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0xb67cd0 [GCancellable], error=error@entry=0x7fff217f9998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0x90fad0 [GstUDPSrc], buf=0x7fff217f9a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0x90fad0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff217f9b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd534a0 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b5f0 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad45e0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff217fa700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 48 (Thread 0x7fff20ff9700 (LWP 26401)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0x7ffee8001880 [GCancellable], error=error@entry=0x7fff20ff8998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xa7fcd0 [GstUDPSrc], buf=0x7fff20ff8a60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xa7fcd0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7fff20ff8b38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd5e280 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b710 [GstTask]) at gsttask.c:332
---Type <return> to continue, or q <return> to quit---
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xadd0a0) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7fff20ff9700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 47 (Thread 0x7ffefffff700 (LWP 26402)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0x7ffee80018e0 [GCancellable], error=error@entry=0x7ffeffffe998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xa816d0 [GstUDPSrc], buf=0x7ffeffffea60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xa816d0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7ffeffffeb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd5e700 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b830 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4540) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7ffefffff700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 46 (Thread 0x7ffeff7fe700 (LWP 26403)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b37507 in g_poll (__timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/bits/poll2.h:46
#2 0x00007ffff4b37507 in g_poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at gpoll.c:124
#3 0x00007ffff50e1465 in g_socket_condition_timed_wait (socket=<optimized out>, condition=condition@entry=(G_IO_IN | G_IO_PRI), timeout=timeout@entry=-1, cancellable=0x7ffee8001940 [GCancellable], error=error@entry=0x7ffeff7fd998) at gsocket.c:3667
#4 0x00007fffd0e2fd60 in gst_udpsrc_create (psrc=0xa874d0 [GstUDPSrc], buf=0x7ffeff7fda60) at gstudpsrc.c:540
#5 0x00007fffdd551d0e in gst_base_src_get_range (src=src@entry=0xa874d0 [GstUDPSrc], offset=offset@entry=18446744073709551615, length=4096, buf=buf@entry=0x7ffeff7fdb38) at gstbasesrc.c:2460
#6 0x00007fffdd5538f7 in gst_base_src_loop (pad=0xd5fd80 [GstPad]) at gstbasesrc.c:2736
#7 0x00007ffff772ac21 in gst_task_func (task=0xd3b950 [GstTask]) at gsttask.c:332
#8 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#9 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff3c002b70) at gthread.c:764
#10 0x00007ffff48c8555 in start_thread (arg=0x7ffeff7fe700) at pthread_create.c:333
#11 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 45 (Thread 0x7ffefeffd700 (LWP 26404)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffefeffb578, mutex=mutex@entry=0x7ffefeffb570) at gthread-posix.c:1395
#2 0x00007fffd1fa9f9b in gst_gl_window_default_send_message (window=0x6bc3b0 [GstGLWindowX11], callback=<optimized out>, data=<optimized out>) at gstglwindow.c:633
#3 0x00007fffd1f9232a in gst_gl_context_thread_add (context=<optimized out>, func=func@entry=0x7fffd1f94370 <_map_data_gl>, data=data@entry=0x7ffefeffb610) at gstglcontext.c:1498
#4 0x00007fffd1f940ae in _mem_map_full (mem=<optimized out>, info=<optimized out>, size=<optimized out>) at gstglbasememory.c:283
#5 0x00007ffff76f3920 in gst_memory_map (mem=mem@entry=0x7ffef4008a70, info=info@entry=0x7ffefeffc260, flags=flags@entry=(GST_MAP_READ | GST_MAP_WRITE)) at gstmemory.c:303
#6 0x00007ffff76f3c39 in gst_memory_make_mapped (mem=mem@entry=0x7ffef4008a70, info=info@entry=0x7ffefeffc260, flags=flags@entry=(GST_MAP_READ | GST_MAP_WRITE)) at gstmemory.c:238
#7 0x00007ffff76c6406 in gst_buffer_map_range (buffer=buffer@entry=0x7fff1c01de30, idx=1, length=1, info=info@entry=0x7ffefeffc260, flags=flags@entry=(GST_MAP_READ | GST_MAP_WRITE)) at gstbuffer.c:1661
#8 0x00007fffdd7b8070 in default_map (meta=0x7ffef40049e8, plane=<optimized out>, info=0x7ffefeffc260, data=0x7ffefeffc1e0, stride=0x7ffefeffc18c, flags=(GST_MAP_READ | GST_MAP_WRITE)) at gstvideometa.c:200
#9 0x00007fffdd7b16cd in gst_video_frame_map_id (frame=frame@entry=0x7ffefeffc120, info=info@entry=0x7fff6c004698, buffer=0x7fff1c01de30, id=id@entry=-1, flags=flags@entry=(GST_MAP_READ | GST_MAP_WRITE)) at video-frame.c:103
#10 0x00007fffdd7b1a9d in gst_video_frame_map (frame=frame@entry=0x7ffefeffc120, info=info@entry=0x7fff6c004698, buffer=<optimized out>, flags=flags@entry=(GST_MAP_READ | GST_MAP_WRITE)) at video-frame.c:200
#11 0x00007fffbc5f31ac in gst_jpeg_dec_handle_frame (bdec=0x86e9a0 [GstJpegDec], frame=0x7fff1c061050) at gstjpegdec.c:1101
#12 0x00007fffdd7ba6e6 in gst_video_decoder_decode_frame (decoder=decoder@entry=0x86e9a0 [GstJpegDec], frame=0x7fff1c061050) at gstvideodecoder.c:3417
#13 0x00007fffdd7c2f22 in gst_video_decoder_have_frame (decoder=decoder@entry=0x86e9a0 [GstJpegDec]) at gstvideodecoder.c:3349
#14 0x00007fffbc5f1d9f in gst_jpeg_dec_parse (bdec=0x86e9a0 [GstJpegDec], frame=0x7fff1c061050, adapter=0xd38cb0 [GstAdapter], at_eos=<optimized out>) at gstjpegdec.c:460
#15 0x00007fffdd7bda96 in gst_video_decoder_parse_available (dec=dec@entry=0x86e9a0 [GstJpegDec], at_eos=at_eos@entry=0, new_buffer=0, new_buffer@entry=1) at gstvideodecoder.c:1005
---Type <return> to continue, or q <return> to quit---
#16 0x00007fffdd7bdc44 in gst_video_decoder_chain_forward (decoder=decoder@entry=0x86e9a0 [GstJpegDec], buf=buf@entry=0x7fff1c0566b0, at_eos=at_eos@entry=0) at gstvideodecoder.c:2207
#17 0x00007fffdd7bf860 in gst_video_decoder_chain (pad=<optimized out>, parent=<optimized out>, buf=0x7fff1c0566b0) at gstvideodecoder.c:2503
#18 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c0566b0, type=4112, pad=0xd5edc0 [GstPad]) at gstpad.c:4155
#19 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd5eb80 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c0566b0) at gstpad.c:4407
#20 0x00007ffff7700e13 in gst_pad_push (pad=0xd5eb80 [GstPad], buffer=0x7fff1c0566b0) at gstpad.c:4526
#21 0x00007fffd14b00c9 in gst_rtp_base_depayload_push (filter=filter@entry=0xae3a60 [GstRtpJPEGDepay], out_buf=out_buf@entry=0x7fff1c0566b0) at gstrtpbasedepayload.c:818
#22 0x00007fffd14b06fe in gst_rtp_base_depayload_handle_buffer (filter=0xae3a60 [GstRtpJPEGDepay], in=0x7fff1c05e340, bclass=<optimized out>, bclass=<optimized out>) at gstrtpbasedepayload.c:466
#23 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c05e340, type=4112, pad=0xd5e940 [GstPad]) at gstpad.c:4155
#24 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd5f900 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c05e340) at gstpad.c:4407
#25 0x00007ffff7700e13 in gst_pad_push (pad=0xd5f900 [GstPad], buffer=buffer@entry=0x7fff1c05e340) at gstpad.c:4526
#26 0x00007fffda494ea9 in gst_queue_loop (queue=0xd27bc0 [GstQueue]) at gstqueue.c:1340
#27 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#28 0x00007ffff772ac21 in gst_task_func (task=0xd3ba70 [GstTask]) at gsttask.c:332
#29 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#30 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad46d0) at gthread.c:764
#31 0x00007ffff48c8555 in start_thread (arg=0x7ffefeffd700) at pthread_create.c:333
#32 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 44 (Thread 0x7ffefe7fc700 (LWP 26405)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0xd27b60, mutex=mutex@entry=0xd27b50) at gthread-posix.c:1395
#2 0x00007fffda4945be in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1475
#3 0x00007ffff772ac21 in gst_task_func (task=0xd3bb90 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4720) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffefe7fc700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 43 (Thread 0x7ffefdffb700 (LWP 26406)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7ffefdffa9a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=3658381550) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7ffeec001410, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7ffeec001410, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd09a10 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4770) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffefdffb700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 42 (Thread 0x7ffefd7fa700 (LWP 26407)):
#0 0x00007ffff45f7641 in __GI_ppoll (fds=0x7fff940010c0, nfds=1, timeout=<optimized out>, timeout@entry=0x7ffefd7f99a0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:56
#1 0x00007ffff770def6 in gst_poll_wait (set=0x7fffd4016e80, timeout=timeout@entry=3614508848) at gstpoll.c:1248
#2 0x00007ffff7723e01 in gst_system_clock_id_wait_jitter_unlocked (clock=0x6b6290 [GstSystemClock], entry=0x7ffee00019f0, jitter=<optimized out>, restart=1) at gstsystemclock.c:739
#3 0x00007ffff76d354b in gst_clock_id_wait (id=id@entry=0x7ffee00019f0, jitter=jitter@entry=0x0) at gstclock.c:548
#4 0x00007fffd190a1b1 in rtcp_thread (rtpsession=0xd09760 [GstRtpSession]) at gstrtpsession.c:1124
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4450) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffefd7fa700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 41 (Thread 0x7ffefcff9700 (LWP 26408)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
---Type <return> to continue, or q <return> to quit---
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff50016100, mutex=mutex@entry=0x7fff500160f0) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7fff50016390 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff50002630) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7ffefcff9700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 40 (Thread 0x7ffee7fff700 (LWP 26409)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff50016118, mutex=mutex@entry=0x7fff500160f0) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7fff50016390 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff5001a050 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff500024f0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffee7fff700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 39 (Thread 0x7ffee77fe700 (LWP 26410)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff50017040, mutex=mutex@entry=0x7fff50017030) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7fff500172d0 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff00003630) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7ffee77fe700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 38 (Thread 0x7ffee6ffd700 (LWP 26411)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff50017058, mutex=mutex@entry=0x7fff50017030) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7fff500172d0 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff5001a5f0 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff000034f0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffee6ffd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 37 (Thread 0x7ffee67fc700 (LWP 26412)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffef801e0a0, mutex=mutex@entry=0x7ffef801e090) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7ffef801e330 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7ffef8002f70) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7ffee67fc700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 36 (Thread 0x7ffee5ffb700 (LWP 26413)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffef801e0b8, mutex=mutex@entry=0x7ffef801e090) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7ffef801e330 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff5001ab90 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7ffef8002e30) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffee5ffb700) at pthread_create.c:333
---Type <return> to continue, or q <return> to quit---
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 35 (Thread 0x7ffee57fa700 (LWP 26414)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x7ffec4001310, timeout=<optimized out>, context=0x7ffec40008c0) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=0x7ffec40008c0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b28142 in g_main_loop_run (loop=0x7ffec4001200) at gmain.c:4002
#4 0x00007fffd1fa99ad in gst_gl_window_navigation_thread (window=0x6bc3b0 [GstGLWindowX11]) at gstglwindow.c:939
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4400) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffee57fa700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 34 (Thread 0x7ffee4ff9700 (LWP 26415)):
#0 0x00007ffff48d029d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1 0x00007ffff48ca906 in __GI___pthread_mutex_lock (mutex=0xbbc760) at ../nptl/pthread_mutex_lock.c:115
#2 0x00007ffff0409fcc in () at /lib64/libGL.so.1
#3 0x00007fffed85613d in () at /lib64/libnvidia-glcore.so.352.63
#4 0x00007fffed856b3e in () at /lib64/libnvidia-glcore.so.352.63
#5 0x00007fffed7f5f43 in () at /lib64/libnvidia-glcore.so.352.63
#6 0x00007fffed7f8691 in () at /lib64/libnvidia-glcore.so.352.63
#7 0x00007fffed49b1a8 in () at /lib64/libnvidia-glcore.so.352.63
#8 0x00007fffd1fae403 in _default_set_sync_gl (sync_meta=0x18cd188, context=0xd49da0 [GstGLContextGLX]) at gstglsyncmeta.c:59
#9 0x00007fffd1f92380 in gst_gl_context_thread_add (context=0xd49da0 [GstGLContextGLX], func=0x7fffd1fae530 <_set_sync_point>, data=0x18cd188) at gstglcontext.c:1488
#10 0x00007fffd1fa5449 in _do_convert (context=0xd49da0 [GstGLContextGLX], convert=0x7fffc4022170 [GstGLColorConvert]) at gstglcolorconvert.c:2518
#11 0x00007fffd1fa9338 in _run_message_sync (message=0x7fffd2be65b0) at gstglwindow.c:607
#12 0x00007fffd1fa92d2 in _run_message_async (message=0x851360) at gstglwindow.c:676
#13 0x00007ffff4b27a8a in g_main_context_dispatch (context=0x8caa80) at gmain.c:3122
#14 0x00007ffff4b27a8a in g_main_context_dispatch (context=context@entry=0x8caa80) at gmain.c:3737
#15 0x00007ffff4b27e20 in g_main_context_iterate (context=0x8caa80, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#16 0x00007ffff4b28142 in g_main_loop_run (loop=0x11ef200) at gmain.c:4002
#17 0x00007fffd1f9336f in gst_gl_context_create_thread (context=0xd49da0 [GstGLContextGLX]) at gstglcontext.c:1226
#18 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xad4630) at gthread.c:764
#19 0x00007ffff48c8555 in start_thread (arg=0x7ffee4ff9700) at pthread_create.c:333
#20 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 33 (Thread 0x7ffec3fff700 (LWP 26416)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffef801efe0, mutex=mutex@entry=0x7ffef801efd0) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7ffef801f270 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff48002b70) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7ffec3fff700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 32 (Thread 0x7ffec37fe700 (LWP 26417)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffef801eff8, mutex=mutex@entry=0x7ffef801efd0) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7ffef801f270 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028170 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff48002a30) at gthread.c:764
---Type <return> to continue, or q <return> to quit---
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffec37fe700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 31 (Thread 0x7ffec2ffd700 (LWP 26418)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x7ffeb8001310, timeout=<optimized out>, context=0x7ffeb80008c0) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=0x7ffeb80008c0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b28142 in g_main_loop_run (loop=0x7ffeb8001200) at gmain.c:4002
#4 0x00007fffd1fa99ad in gst_gl_window_navigation_thread (window=0x6bc5d0 [GstGLWindowX11]) at gstglwindow.c:939
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f51e0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffec2ffd700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 30 (Thread 0x7ffec27fc700 (LWP 26419)):
#0 0x00007ffff48d029d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1 0x00007ffff48ca906 in __GI___pthread_mutex_lock (mutex=0xbbc760) at ../nptl/pthread_mutex_lock.c:115
#2 0x00007ffff0409fcc in () at /lib64/libGL.so.1
#3 0x00007fffed45ff70 in () at /lib64/libnvidia-glcore.so.352.63
#4 0x00007fffd1f952fa in _gl_buffer_map (mem=0x1463840, info=<optimized out>, size=89600) at gstglbuffer.c:210
#5 0x00007fffd1f94436 in _map_data_gl (context=<optimized out>, transfer=0x7ffec27fb360) at gstglbasememory.c:254
#6 0x00007fffd1f92380 in gst_gl_context_thread_add (context=0x7fff6c004c50 [GstGLContextGLX], func=func@entry=0x7fffd1f94370 <_map_data_gl>, data=data@entry=0x7ffec27fb360) at gstglcontext.c:1488
#7 0x00007fffd1f940ae in _mem_map_full (mem=<optimized out>, info=<optimized out>, size=<optimized out>) at gstglbasememory.c:283
#8 0x00007ffff76f3920 in gst_memory_map (mem=0x1463840, info=info@entry=0x7ffec27fb3c0, flags=flags@entry=(GST_MAP_READ | unknown: 131072)) at gstmemory.c:303
#9 0x00007fffd1f99196 in _gl_mem_map (size=<optimized out>, info=0x7ffec27fb920, gl_mem=0x7fff1000ee00) at gstglmemorypbo.c:360
#10 0x00007fffd1f99196 in _gl_mem_map (gl_mem=0x7fff1000ee00, info=0x7ffec27fb920, maxsize=<optimized out>) at gstglmemorypbo.c:391
#11 0x00007fffd1f94436 in _map_data_gl (context=<optimized out>, transfer=0x7ffec27fb4f0) at gstglbasememory.c:254
#12 0x00007fffd1f92380 in gst_gl_context_thread_add (context=0x7fff6c004c50 [GstGLContextGLX], func=func@entry=0x7fffd1f94370 <_map_data_gl>, data=data@entry=0x7ffec27fb4f0) at gstglcontext.c:1488
#13 0x00007fffd1f940ae in _mem_map_full (mem=<optimized out>, info=<optimized out>, size=<optimized out>) at gstglbasememory.c:283
#14 0x00007ffff76f3920 in gst_memory_map (mem=0x7fff1000ee00, info=info@entry=0x7ffec27fb920, flags=flags@entry=(GST_MAP_READ | unknown: 131072)) at gstmemory.c:303
#15 0x00007fffd1fa33d9 in _do_convert_one_view (context=context@entry=0x7fff6c004c50 [GstGLContextGLX], convert=convert@entry=0x7fffc40237f0 [GstGLColorConvert], view_num=view_num@entry=0) at gstglcolorconvert.c:2300
#16 0x00007fffd1fa5417 in _do_convert (context=0x7fff6c004c50 [GstGLContextGLX], convert=0x7fffc40237f0 [GstGLColorConvert]) at gstglcolorconvert.c:2506
#17 0x00007fffd1fa9338 in _run_message_sync (message=0x7ffeae7fa5b0) at gstglwindow.c:607
#18 0x00007fffd1fa92d2 in _run_message_async (message=0x8e2f00) at gstglwindow.c:676
#19 0x00007ffff4b27a8a in g_main_context_dispatch (context=0x12bf510) at gmain.c:3122
#20 0x00007ffff4b27a8a in g_main_context_dispatch (context=context@entry=0x12bf510) at gmain.c:3737
#21 0x00007ffff4b27e20 in g_main_context_iterate (context=0x12bf510, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#22 0x00007ffff4b28142 in g_main_loop_run (loop=0x12f5330) at gmain.c:4002
#23 0x00007fffd1f9336f in gst_gl_context_create_thread (context=0x7fff6c004c50 [GstGLContextGLX]) at gstglcontext.c:1226
#24 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5230) at gthread.c:764
#25 0x00007ffff48c8555 in start_thread (arg=0x7ffec27fc700) at pthread_create.c:333
#26 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 29 (Thread 0x7ffec1ffb700 (LWP 26420)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x7ffeb8002d80, timeout=<optimized out>, context=0x7ffeb8002400) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=0x7ffeb8002400, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b28142 in g_main_loop_run (loop=0x7ffeb8001270) at gmain.c:4002
#4 0x00007fffd1fa99ad in gst_gl_window_navigation_thread (window=0x6bc7f0 [GstGLWindowX11]) at gstglwindow.c:939
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f54a0) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffec1ffb700) at pthread_create.c:333
---Type <return> to continue, or q <return> to quit---
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 28 (Thread 0x7ffec17fa700 (LWP 26421)):
#0 0x00007ffff45c8d3d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff45f9a14 in usleep (useconds=<optimized out>) at ../sysdeps/unix/sysv/linux/usleep.c:32
#2 0x00007ffff04070cb in () at /lib64/libGL.so.1
#3 0x00007fffed4da4f9 in () at /lib64/libnvidia-glcore.so.352.63
#4 0x00007fffed4de5bd in () at /lib64/libnvidia-glcore.so.352.63
#5 0x00007fffd1fb4a4f in gst_gl_query_result (query=0x7ffeb433f540) at gstglquery.c:257
#6 0x00007fffd1fb4b79 in _log_time (user_data=<optimized out>) at gstglquery.c:108
#7 0x00007fffd1f93d58 in gst_gl_async_debug_output_log_msg (ad=0x7ffeb433f558) at gstgldebug.c:419
#8 0x00007fffd1f93e44 in gst_gl_async_debug_store_log_msg_valist (ad=0x7ffeb433f558, cat=0x8c3ee0, level=GST_LEVEL_LOG, file=0x7fffd1fbd3e4 "gstglmemory.c", function=0x7fffd1fbdc60 <__func__.35455> "gst_gl_memory_texsubimage", line=496, object=0x0, format=0x7fffd1fbf10a "%s", varargs=0x7ffec17f9278) at gstgldebug.c:383
#9 0x00007fffd1f93f66 in gst_gl_async_debug_store_log_msg (ad=<optimized out>, cat=<optimized out>, level=level@entry=GST_LEVEL_LOG, file=file@entry=0x7fffd1fbd3e4 "gstglmemory.c", function=function@entry=0x7fffd1fbdc60 <__func__.35455> "gst_gl_memory_texsubimage", line=line@entry=496, object=0x0, format=0x7fffd1fbf10a "%s") at gstgldebug.c:451
#10 0x00007fffd1f96db6 in gst_gl_memory_texsubimage (gl_mem=0x7fff383bfb20, read_pointer=<optimized out>) at gstglmemory.c:495
#11 0x00007fffd1f99468 in _gl_mem_map (info=<optimized out>, pbo=<optimized out>, pbo_info=0x7ffec17f93c0, gl_mem=0x7fff383bfb20) at gstglmemorypbo.c:154
#12 0x00007fffd1f99468 in _gl_mem_map (size=<optimized out>, info=<optimized out>, gl_mem=0x7fff383bfb20) at gstglmemorypbo.c:367
#13 0x00007fffd1f99468 in _gl_mem_map (gl_mem=0x7fff383bfb20, info=<optimized out>, maxsize=<optimized out>) at gstglmemorypbo.c:391
#14 0x00007fffd1f94436 in _map_data_gl (context=<optimized out>, transfer=0x7ffec17f94f0) at gstglbasememory.c:254
#15 0x00007fffd1f92380 in gst_gl_context_thread_add (context=0x16d3080 [GstGLContextGLX], func=func@entry=0x7fffd1f94370 <_map_data_gl>, data=data@entry=0x7ffec17f94f0) at gstglcontext.c:1488
#16 0x00007fffd1f940ae in _mem_map_full (mem=<optimized out>, info=<optimized out>, size=<optimized out>) at gstglbasememory.c:283
#17 0x00007ffff76f3920 in gst_memory_map (mem=0x7fff383bfb20, info=info@entry=0x7ffec17f98b8, flags=flags@entry=(GST_MAP_READ | unknown: 131072)) at gstmemory.c:303
#18 0x00007fffd1fa33d9 in _do_convert_one_view (context=context@entry=0x16d3080 [GstGLContextGLX], convert=convert@entry=0x7ffecc00e440 [GstGLColorConvert], view_num=view_num@entry=0) at gstglcolorconvert.c:2300
#19 0x00007fffd1fa5417 in _do_convert (context=0x16d3080 [GstGLContextGLX], convert=0x7ffecc00e440 [GstGLColorConvert]) at gstglcolorconvert.c:2506
#20 0x00007fffd1fa9338 in _run_message_sync (message=0x7ffeadff95b0) at gstglwindow.c:607
#21 0x00007fffd1fa92d2 in _run_message_async (message=0x7ffec800eda0) at gstglwindow.c:676
#22 0x00007ffff4b27a8a in g_main_context_dispatch (context=0x16c78d0) at gmain.c:3122
#23 0x00007ffff4b27a8a in g_main_context_dispatch (context=context@entry=0x16c78d0) at gmain.c:3737
#24 0x00007ffff4b27e20 in g_main_context_iterate (context=0x16c78d0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#25 0x00007ffff4b28142 in g_main_loop_run (loop=0x16c78b0) at gmain.c:4002
#26 0x00007fffd1f9336f in gst_gl_context_create_thread (context=0x16d3080 [GstGLContextGLX]) at gstglcontext.c:1226
#27 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f54f0) at gthread.c:764
#28 0x00007ffff48c8555 in start_thread (arg=0x7ffec17fa700) at pthread_create.c:333
#29 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 27 (Thread 0x7ffeb3fff700 (LWP 26423)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=1, fds=0x7ffec810acf0, timeout=<optimized out>, context=0x7ffec80104a0) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=0x7ffec80104a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b28142 in g_main_loop_run (loop=0x7ffec80e40c0) at gmain.c:4002
#4 0x00007fffd1fa99ad in gst_gl_window_navigation_thread (window=0x6bca10 [GstGLWindowX11]) at gstglwindow.c:939
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5590) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffeb3fff700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 26 (Thread 0x7ffeb2ffd700 (LWP 26425)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffd97816e1 in poll_func (__timeout=543, __nfds=2, __fds=0x7ffed00010c0) at /usr/include/bits/poll2.h:46
#2 0x00007fffd97816e1 in poll_func (ufds=0x7ffed00010c0, nfds=2, timeout=543, userdata=0xb681d0) at pulse/thread-mainloop.c:69
---Type <return> to continue, or q <return> to quit---
#3 0x00007fffd9772de1 in pa_mainloop_poll (m=m@entry=0x146e3f0) at pulse/mainloop.c:844
#4 0x00007fffd977347e in pa_mainloop_iterate (m=0x146e3f0, block=<optimized out>, retval=0x0) at pulse/mainloop.c:926
#5 0x00007fffd9773530 in pa_mainloop_run (m=0x146e3f0, retval=retval@entry=0x0) at pulse/mainloop.c:944
#6 0x00007fffd9781676 in thread (userdata=0x146e3b0) at pulse/thread-mainloop.c:88
#7 0x00007fffd93176a8 in internal_thread_func (userdata=0xb88620) at pulsecore/thread-posix.c:81
#8 0x00007ffff48c8555 in start_thread (arg=0x7ffeb2ffd700) at pthread_create.c:333
#9 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 25 (Thread 0x7ffeae7fb700 (LWP 26426)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffeae7fa5b8, mutex=mutex@entry=0x7ffeae7fa5b0) at gthread-posix.c:1395
#2 0x00007fffd1fa9f9b in gst_gl_window_default_send_message (window=0x6bc5d0 [GstGLWindowX11], callback=<optimized out>, data=<optimized out>) at gstglwindow.c:633
#3 0x00007fffd1f9232a in gst_gl_context_thread_add (context=<optimized out>, func=func@entry=0x7fffd1fa46b0 <_do_convert>, data=data@entry=0x7fffc40237f0) at gstglcontext.c:1498
#4 0x00007fffd1fa6cf8 in gst_gl_color_convert_perform (inbuf=0x7fff1c0234f0, convert=0x7fffc40237f0 [GstGLColorConvert]) at gstglcolorconvert.c:1211
#5 0x00007fffd1fa6cf8 in gst_gl_color_convert_perform (convert=0x7fffc40237f0 [GstGLColorConvert], inbuf=inbuf@entry=0x7fff1c0234f0) at gstglcolorconvert.c:1193
#6 0x00007fffd1d42ad7 in gst_gl_color_convert_element_prepare_output_buffer (bt=0xb9f290 [GstGLColorConvertElement], inbuf=0x7fff1c0234f0, outbuf=0x7ffeae7fa6e8) at gstglcolorconvertelement.c:217
#7 0x00007fffdd557ee4 in default_generate_output (trans=0xb9f290 [GstGLColorConvertElement], outbuf=0x7ffeae7fa6e8) at gstbasetransform.c:2151
#8 0x00007fffdd55a3df in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2333
#9 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c0234f0, type=4112, pad=0xaf3230 [GstPad]) at gstpad.c:4155
#10 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xaf2ff0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c0234f0) at gstpad.c:4407
#11 0x00007ffff7700e13 in gst_pad_push (pad=0xaf2ff0 [GstPad], buffer=0x7fff1c0234f0) at gstpad.c:4526
#12 0x00007fffdd55a4c7 in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2369
#13 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c0234f0, type=4112, pad=0xaf2db0 [GstPad]) at gstpad.c:4155
#14 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xafa5f0 [GstProxyPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c0234f0) at gstpad.c:4407
#15 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xafa5f0 [GstProxyPad], buffer=buffer@entry=0x7fff1c0234f0) at gstpad.c:4526
#16 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xbaa530 [GstGhostPad], parent=<optimized out>, buffer=0x7fff1c0234f0) at gstghostpad.c:126
#17 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c0234f0, type=4112, pad=0xbaa530 [GstGhostPad]) at gstpad.c:4155
#18 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd4e7b0 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c0234f0) at gstpad.c:4407
#19 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd4e7b0 [GstGhostPad], buffer=buffer@entry=0x7fff1c0234f0) at gstpad.c:4526
#20 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xd7f1e0 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c0234f0) at gstghostpad.c:126
#21 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c0234f0, type=4112, pad=0xd7f1e0 [GstProxyPad]) at gstpad.c:4155
#22 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd52de0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c0234f0) at gstpad.c:4407
#23 0x00007ffff7700e13 in gst_pad_push (pad=0xd52de0 [GstPad], buffer=buffer@entry=0x7fff1c0234f0) at gstpad.c:4526
#24 0x00007fffda494ea9 in gst_queue_loop (queue=0xd275e0 [GstQueue]) at gstqueue.c:1340
#25 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#26 0x00007ffff772ac21 in gst_task_func (task=0xd3bdd0 [GstTask]) at gsttask.c:332
#27 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#28 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5190) at gthread.c:764
#29 0x00007ffff48c8555 in start_thread (arg=0x7ffeae7fb700) at pthread_create.c:333
#30 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 24 (Thread 0x7ffeadffa700 (LWP 26427)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffeadff95b8, mutex=mutex@entry=0x7ffeadff95b0) at gthread-posix.c:1395
#2 0x00007fffd1fa9f9b in gst_gl_window_default_send_message (window=0x6bc7f0 [GstGLWindowX11], callback=<optimized out>, data=<optimized out>) at gstglwindow.c:633
#3 0x00007fffd1f9232a in gst_gl_context_thread_add (context=<optimized out>, func=func@entry=0x7fffd1fa46b0 <_do_convert>, data=data@entry=0x7ffecc00e440) at gstglcontext.c:1498
#4 0x00007fffd1fa6cf8 in gst_gl_color_convert_perform (inbuf=0x7fff50015800, convert=0x7ffecc00e440 [GstGLColorConvert]) at gstglcolorconvert.c:1211
#5 0x00007fffd1fa6cf8 in gst_gl_color_convert_perform (convert=0x7ffecc00e440 [GstGLColorConvert], inbuf=inbuf@entry=0x7fff50015800) at gstglcolorconvert.c:1193
#6 0x00007fffd1d42ad7 in gst_gl_color_convert_element_prepare_output_buffer (bt=0xb9eb90 [GstGLColorConvertElement], inbuf=0x7fff50015800, outbuf=0x7ffeadff96e8) at gstglcolorconvertelement.c:217
#7 0x00007fffdd557ee4 in default_generate_output (trans=0xb9eb90 [GstGLColorConvertElement], outbuf=0x7ffeadff96e8) at gstbasetransform.c:2151
---Type <return> to continue, or q <return> to quit---
#8 0x00007fffdd55a3df in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2333
#9 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff50015800, type=4112, pad=0xaf2270 [GstPad]) at gstpad.c:4155
#10 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xaf2030 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff50015800) at gstpad.c:4407
#11 0x00007ffff7700e13 in gst_pad_push (pad=0xaf2030 [GstPad], buffer=0x7fff50015800) at gstpad.c:4526
#12 0x00007fffdd55a4c7 in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2369
#13 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff50015800, type=4112, pad=0x91bdb0 [GstPad]) at gstpad.c:4155
#14 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xafa3a0 [GstProxyPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff50015800) at gstpad.c:4407
#15 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xafa3a0 [GstProxyPad], buffer=buffer@entry=0x7fff50015800) at gstpad.c:4526
#16 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xbaa2c0 [GstGhostPad], parent=<optimized out>, buffer=0x7fff50015800) at gstghostpad.c:126
#17 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff50015800, type=4112, pad=0xbaa2c0 [GstGhostPad]) at gstpad.c:4155
#18 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0x7fff5c005160 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff50015800) at gstpad.c:4407
#19 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0x7fff5c005160 [GstGhostPad], buffer=buffer@entry=0x7fff50015800) at gstpad.c:4526
#20 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0x7fff5c0077f0 [GstProxyPad], parent=<optimized out>, buffer=0x7fff50015800) at gstghostpad.c:126
#21 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff50015800, type=4112, pad=0x7fff5c0077f0 [GstProxyPad]) at gstpad.c:4155
#22 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd76db0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff50015800) at gstpad.c:4407
#23 0x00007ffff7700e13 in gst_pad_push (pad=0xd76db0 [GstPad], buffer=buffer@entry=0x7fff50015800) at gstpad.c:4526
#24 0x00007fffda494ea9 in gst_queue_loop (queue=0xd26a20 [GstQueue]) at gstqueue.c:1340
#25 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#26 0x00007ffff772ac21 in gst_task_func (task=0x7fff480285f0 [GstTask]) at gsttask.c:332
#27 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#28 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5140) at gthread.c:764
#29 0x00007ffff48c8555 in start_thread (arg=0x7ffeadffa700) at pthread_create.c:333
#30 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 23 (Thread 0x7ffead7f9700 (LWP 26428)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7ffead7f8548, mutex=mutex@entry=0x7ffead7f8540) at gthread-posix.c:1395
#2 0x00007fffd1fa9f9b in gst_gl_window_default_send_message (window=0x6bca10 [GstGLWindowX11], callback=<optimized out>, data=<optimized out>) at gstglwindow.c:633
#3 0x00007fffd1f9232a in gst_gl_context_thread_add (context=context@entry=0x16d3470 [GstGLContextGLX], func=func@entry=0x7fffd1f940c0 <_mem_create_gl>, data=data@entry=0x7ffead7f85f0) at gstglcontext.c:1498
#4 0x00007fffd1f948fa in gst_gl_base_memory_init (mem=mem@entry=0x7ffed4007c70, allocator=allocator@entry=0xcc6920 [GstGLMemoryPBOAllocator], parent=parent@entry=0x0, context=context@entry=0x16d3470 [GstGLContextGLX], params=params@entry=0x0, size=size@entry=57600, user_data=0x7fffa4005540, notify=0x7fffd1fa7de0 <_raw_upload_frame_unref>) at gstglbasememory.c:162
#5 0x00007fffd1f96478 in gst_gl_memory_init (mem=mem@entry=0x7ffed4007c70, allocator=allocator@entry=0xcc6920 [GstGLMemoryPBOAllocator], parent=parent@entry=0x0, context=0x16d3470 [GstGLContextGLX], target=GST_GL_TEXTURE_TARGET_2D, params=0x0, info=0x7ffed4006980, plane=2, valign=0x7ffed4001310, user_data=0x7fffa4005540, notify=0x7fffd1fa7de0 <_raw_upload_frame_unref>) at gstglmemory.c:318
#6 0x00007fffd1f985a6 in _gl_mem_pbo_alloc (notify=<optimized out>, user_data=<optimized out>, valign=<optimized out>, plane=<optimized out>, info=<optimized out>, params=<optimized out>, target=<optimized out>, context=<optimized out>, parent=0x0, allocator=0xcc6920 [GstGLMemoryPBOAllocator], mem=0x7ffed4007c70) at gstglmemorypbo.c:227
#7 0x00007fffd1f985a6 in _gl_mem_pbo_alloc (allocator=0xcc6920 [GstGLMemoryPBOAllocator], params=0x7ffed4006570) at gstglmemorypbo.c:679
#8 0x00007fffd1fa7eaa in _raw_data_upload_perform (impl=0x7ffed4003ad0, buffer=<optimized out>, outbuf=0x7ffead7f8758) at gstglupload.c:1323
#9 0x00007fffd1fa9092 in gst_gl_upload_perform_with_buffer (upload=0x91f9e0 [GstGLUpload], buffer=buffer@entry=0x7fff1c06fa40, outbuf_ptr=outbuf_ptr@entry=0x7ffead7f8828) at gstglupload.c:1661
#10 0x00007fffd1d41f76 in gst_gl_upload_element_prepare_output_buffer (bt=0xb9e110 [GstGLUploadElement], buffer=0x7fff1c06fa40, outbuf=0x7ffead7f8828) at gstgluploadelement.c:222
#11 0x00007fffdd557ee4 in default_generate_output (trans=0xb9e110 [GstGLUploadElement], outbuf=0x7ffead7f8828) at gstbasetransform.c:2151
#12 0x00007fffdd55a3df in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2333
#13 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c06fa40, type=4112, pad=0x91adf0 [GstPad]) at gstpad.c:4155
#14 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xafa150 [GstProxyPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c06fa40) at gstpad.c:4407
#15 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xafa150 [GstProxyPad], buffer=buffer@entry=0x7fff1c06fa40) at gstpad.c:4526
#16 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xbaa050 [GstGhostPad], parent=<optimized out>, buffer=0x7fff1c06fa40) at gstghostpad.c:126
#17 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c06fa40, type=4112, pad=0xbaa050 [GstGhostPad]) at gstpad.c:4155
#18 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd23160 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c06fa40) at gstpad.c:4407
#19 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd23160 [GstGhostPad], buffer=buffer@entry=0x7fff1c06fa40) at gstpad.c:4526
#20 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xd0d6a0 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c06fa40) at gstghostpad.c:126
#21 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c06fa40, type=4112, pad=0xd0d6a0 [GstProxyPad]) at gstpad.c:4155
---Type <return> to continue, or q <return> to quit---
#22 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd2a070 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c06fa40) at gstpad.c:4407
#23 0x00007ffff7700e13 in gst_pad_push (pad=0xd2a070 [GstPad], buffer=buffer@entry=0x7fff1c06fa40) at gstpad.c:4526
#24 0x00007fffda494ea9 in gst_queue_loop (queue=0xd01b90 [GstQueue]) at gstqueue.c:1340
#25 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#26 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028710 [GstTask]) at gsttask.c:332
#27 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#28 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f50f0) at gthread.c:764
#29 0x00007ffff48c8555 in start_thread (arg=0x7ffead7f9700) at pthread_create.c:333
#30 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 22 (Thread 0x7ffeacff8700 (LWP 26429)):
#0 0x00007ffff48cd528 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:143
#1 0x00007fffd9316c27 in pa_cond_wait (c=<optimized out>, m=<optimized out>) at pulsecore/mutex-posix.c:139
#2 0x00007fffd9781cc8 in pa_threaded_mainloop_wait (m=0x146e3b0) at pulse/thread-mainloop.c:203
#3 0x00007fffd99a70c6 in gst_pulseringbuffer_commit (buf=0x18c00b0 [GstPulseRingBuffer], sample=0x7ffeacff75c8, data=0x7ffedc00bf60 "\275", in_samples=480, out_samples=480, accum=0x7ffeacff75c0) at pulsesink.c:1591
#4 0x00007fffdb131afe in gst_audio_base_sink_render (bsink=0xa63e80 [GstPulseSink], buf=0x7fff240164b0) at gstaudiobasesink.c:2162
#5 0x00007fffdd54ceea in gst_base_sink_chain_unlocked (basesink=basesink@entry=0xa63e80 [GstPulseSink], obj=obj@entry=0x7fff240164b0, is_list=is_list@entry=0, pad=<optimized out>) at gstbasesink.c:3532
#6 0x00007fffdd54e380 in gst_base_sink_chain_main (basesink=0xa63e80 [GstPulseSink], pad=<optimized out>, obj=0x7fff240164b0, is_list=0) at gstbasesink.c:3655
#7 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff240164b0, type=4112, pad=0x91a070 [GstPad]) at gstpad.c:4155
#8 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0x91a2b0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff240164b0) at gstpad.c:4407
#9 0x00007ffff7700e13 in gst_pad_push (pad=0x91a2b0 [GstPad], buffer=buffer@entry=0x7fff240164b0) at gstpad.c:4526
#10 0x00007fffda04ff88 in gst_aggregator_finish_buffer (self=self@entry=0xaa76e0 [GstAudioMixer], buffer=0x7fff240164b0) at gstaggregator.c:579
#11 0x00007fffd9e4555b in gst_audio_aggregator_aggregate (agg=0xaa76e0 [GstAudioMixer], timeout=0) at gstaudioaggregator.c:1357
#12 0x00007fffda0524e3 in gst_aggregator_aggregate_func (self=0xaa76e0 [GstAudioMixer]) at gstaggregator.c:816
#13 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028830 [GstTask]) at gsttask.c:332
#14 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#15 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f50a0) at gthread.c:764
#16 0x00007ffff48c8555 in start_thread (arg=0x7ffeacff8700) at pthread_create.c:333
#17 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 21 (Thread 0x7ffeac7f7700 (LWP 26430)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=0xb250a0, mutex=0xb25098) at gthread-posix.c:1395
#2 0x00007fffda04e5db in gst_aggregator_pad_chain_internal (self=0xaa76e0 [GstAudioMixer], aggpad=0xb250f0 [GstAudioMixerPad], buffer=0x7fff1c05c0b0, head=1) at gstaggregator.c:2187
#3 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c05c0b0, type=4112, pad=0xb250f0 [GstAudioMixerPad]) at gstpad.c:4155
#4 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd22ef0 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c05c0b0) at gstpad.c:4407
#5 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd22ef0 [GstGhostPad], buffer=buffer@entry=0x7fff1c05c0b0) at gstpad.c:4526
#6 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xd0d450 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c05c0b0) at gstghostpad.c:126
#7 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c05c0b0, type=4112, pad=0xd0d450 [GstProxyPad]) at gstpad.c:4155
#8 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd22c80 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c05c0b0) at gstpad.c:4407
#9 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd22c80 [GstGhostPad], buffer=buffer@entry=0x7fff1c05c0b0) at gstpad.c:4526
#10 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xd0d200 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c05c0b0) at gstghostpad.c:126
#11 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c05c0b0, type=4112, pad=0xd0d200 [GstProxyPad]) at gstpad.c:4155
#12 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd216c0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c05c0b0) at gstpad.c:4407
#13 0x00007ffff7700e13 in gst_pad_push (pad=0xd216c0 [GstPad], buffer=buffer@entry=0x7fff1c05c0b0) at gstpad.c:4526
#14 0x00007fffda494ea9 in gst_queue_loop (queue=0xd018a0 [GstQueue]) at gstqueue.c:1340
#15 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#16 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028950 [GstTask]) at gsttask.c:332
#17 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#18 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5050) at gthread.c:764
---Type <return> to continue, or q <return> to quit---
#19 0x00007ffff48c8555 in start_thread (arg=0x7ffeac7f7700) at pthread_create.c:333
#20 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 20 (Thread 0x7ffeabff6700 (LWP 26431)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=0xb5c0a0, mutex=0xb5c098) at gthread-posix.c:1395
#2 0x00007fffda04e5db in gst_aggregator_pad_chain_internal (self=0xaa76e0 [GstAudioMixer], aggpad=0xb5c0f0 [GstAudioMixerPad], buffer=0x7fff1c06f600, head=1) at gstaggregator.c:2187
#3 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c06f600, type=4112, pad=0xb5c0f0 [GstAudioMixerPad]) at gstpad.c:4155
#4 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0x7fff5c004ef0 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c06f600) at gstpad.c:4407
#5 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0x7fff5c004ef0 [GstGhostPad], buffer=buffer@entry=0x7fff1c06f600) at gstpad.c:4526
#6 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0x7fff5c0075a0 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c06f600) at gstghostpad.c:126
#7 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c06f600, type=4112, pad=0x7fff5c0075a0 [GstProxyPad]) at gstpad.c:4155
#8 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0x7fff5c004c80 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c06f600) at gstpad.c:4407
#9 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0x7fff5c004c80 [GstGhostPad], buffer=buffer@entry=0x7fff1c06f600) at gstpad.c:4526
#10 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0x7fff5c007350 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c06f600) at gstghostpad.c:126
#11 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c06f600, type=4112, pad=0x7fff5c007350 [GstProxyPad]) at gstpad.c:4155
#12 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd764b0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c06f600) at gstpad.c:4407
#13 0x00007ffff7700e13 in gst_pad_push (pad=0xd764b0 [GstPad], buffer=buffer@entry=0x7fff1c06f600) at gstpad.c:4526
#14 0x00007fffda494ea9 in gst_queue_loop (queue=0xd26730 [GstQueue]) at gstqueue.c:1340
#15 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#16 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028a70 [GstTask]) at gsttask.c:332
#17 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#18 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5000) at gthread.c:764
#19 0x00007ffff48c8555 in start_thread (arg=0x7ffeabff6700) at pthread_create.c:333
#20 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 19 (Thread 0x7ffeab7f5700 (LWP 26432)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=0xad48a0, mutex=0xad4898) at gthread-posix.c:1395
#2 0x00007fffda04e5db in gst_aggregator_pad_chain_internal (self=0xaa76e0 [GstAudioMixer], aggpad=0xad48f0 [GstAudioMixerPad], buffer=0x7fff1c018250, head=1) at gstaggregator.c:2187
#3 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c018250, type=4112, pad=0xad48f0 [GstAudioMixerPad]) at gstpad.c:4155
#4 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd4e540 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c018250) at gstpad.c:4407
#5 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd4e540 [GstGhostPad], buffer=buffer@entry=0x7fff1c018250) at gstpad.c:4526
#6 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xd7ef90 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c018250) at gstghostpad.c:126
#7 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c018250, type=4112, pad=0xd7ef90 [GstProxyPad]) at gstpad.c:4155
#8 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd4e2d0 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c018250) at gstpad.c:4407
#9 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd4e2d0 [GstGhostPad], buffer=buffer@entry=0x7fff1c018250) at gstpad.c:4526
#10 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xd7ed40 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c018250) at gstghostpad.c:126
#11 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c018250, type=4112, pad=0xd7ed40 [GstProxyPad]) at gstpad.c:4155
#12 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd524e0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c018250) at gstpad.c:4407
#13 0x00007ffff7700e13 in gst_pad_push (pad=0xd524e0 [GstPad], buffer=buffer@entry=0x7fff1c018250) at gstpad.c:4526
#14 0x00007fffda494ea9 in gst_queue_loop (queue=0xd272f0 [GstQueue]) at gstqueue.c:1340
#15 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#16 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028b90 [GstTask]) at gsttask.c:332
#17 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#18 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5280) at gthread.c:764
#19 0x00007ffff48c8555 in start_thread (arg=0x7ffeab7f5700) at pthread_create.c:333
#20 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 18 (Thread 0x7ffeaaff4700 (LWP 26433)):
---Type <return> to continue, or q <return> to quit---
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=0xb2c6a0, mutex=0xb2c698) at gthread-posix.c:1395
#2 0x00007fffda04e5db in gst_aggregator_pad_chain_internal (self=0xaa76e0 [GstAudioMixer], aggpad=0xb2c6f0 [GstAudioMixerPad], buffer=0x7fff1c023930, head=1) at gstaggregator.c:2187
#3 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c023930, type=4112, pad=0xb2c6f0 [GstAudioMixerPad]) at gstpad.c:4155
#4 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd4fb30 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c023930) at gstpad.c:4407
#5 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd4fb30 [GstGhostPad], buffer=buffer@entry=0x7fff1c023930) at gstpad.c:4526
#6 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xdb68d0 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c023930) at gstghostpad.c:126
#7 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c023930, type=4112, pad=0xdb68d0 [GstProxyPad]) at gstpad.c:4155
#8 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd4f8c0 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c023930) at gstpad.c:4407
#9 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd4f8c0 [GstGhostPad], buffer=buffer@entry=0x7fff1c023930) at gstpad.c:4526
#10 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xdb6680 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c023930) at gstghostpad.c:126
#11 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c023930, type=4112, pad=0xdb6680 [GstProxyPad]) at gstpad.c:4155
#12 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xdb84d0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c023930) at gstpad.c:4407
#13 0x00007ffff7700e13 in gst_pad_push (pad=0xdb84d0 [GstPad], buffer=buffer@entry=0x7fff1c023930) at gstpad.c:4526
#14 0x00007fffda494ea9 in gst_queue_loop (queue=0xdba050 [GstQueue]) at gstqueue.c:1340
#15 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#16 0x00007ffff772ac21 in gst_task_func (task=0x7fff48028cb0 [GstTask]) at gsttask.c:332
#17 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#18 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f52d0) at gthread.c:764
#19 0x00007ffff48c8555 in start_thread (arg=0x7ffeaaff4700) at pthread_create.c:333
#20 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 17 (Thread 0x7ffeaa7f3700 (LWP 26434)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff2401a140, mutex=mutex@entry=0x7fff2401a130) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7fff2401a3d0 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff24001f70) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7ffeaa7f3700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 16 (Thread 0x7ffea9ff2700 (LWP 26435)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff2401a158, mutex=mutex@entry=0x7fff2401a130) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7fff2401a3d0 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x1951a70 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff24001e30) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffea9ff2700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 15 (Thread 0x7ffea97f1700 (LWP 26436)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff2401b080, mutex=mutex@entry=0x7fff2401b070) at gthread-posix.c:1395
#2 0x00007fffd18ec3da in wait_next_timeout (jitterbuffer=0x7fff2401b310 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3520
#3 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff1c0034f0) at gthread.c:764
#4 0x00007ffff48c8555 in start_thread (arg=0x7ffea97f1700) at pthread_create.c:333
#5 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 14 (Thread 0x7ffea8ff0700 (LWP 26437)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
---Type <return> to continue, or q <return> to quit---
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fff2401b098, mutex=mutex@entry=0x7fff2401b070) at gthread-posix.c:1395
#2 0x00007fffd18ebadf in gst_rtp_jitter_buffer_loop (jitterbuffer=0x7fff2401b310 [GstRtpJitterBuffer]) at gstrtpjitterbuffer.c:3548
#3 0x00007ffff772ac21 in gst_task_func (task=0x7fff1c01b050 [GstTask]) at gsttask.c:332
#4 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x7fff1c003370) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7ffea8ff0700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 13 (Thread 0x7ffec0ff9700 (LWP 26438)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffec0ff9700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 12 (Thread 0x7ffea87ef700 (LWP 26439)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea87ef700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 11 (Thread 0x7ffea7fee700 (LWP 26440)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea7fee700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 10 (Thread 0x7ffea77ed700 (LWP 26441)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea77ed700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 9 (Thread 0x7ffea6fec700 (LWP 26442)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea6fec700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 8 (Thread 0x7ffea67eb700 (LWP 26443)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea67eb700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 7 (Thread 0x7ffea5fea700 (LWP 26444)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea5fea700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
---Type <return> to continue, or q <return> to quit---
Thread 6 (Thread 0x7ffea57e9700 (LWP 26445)):
#0 0x00007ffff48cd540 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1 0x00007fffdbbf249b in worker (v=0xd38020) at libavcodec/pthread_slice.c:82
#2 0x00007ffff48c8555 in start_thread (arg=0x7ffea57e9700) at pthread_create.c:333
#3 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 5 (Thread 0x7ffeb37fe700 (LWP 26424)):
#0 0x00007ffff457e768 in malloc_consolidate (av=av@entry=0x7ffeb4000020) at malloc.c:4152
#1 0x00007ffff4580e8d in _int_malloc (av=av@entry=0x7ffeb4000020, bytes=bytes@entry=2289) at malloc.c:3429
#2 0x00007ffff4582aa9 in _int_realloc (av=av@entry=0x7ffeb4000020, oldp=oldp@entry=0x7ffeb7992c80, oldsize=oldsize@entry=2272, nb=nb@entry=2304) at malloc.c:4291
#3 0x00007ffff4584a7b in __GI___libc_realloc (oldmem=0x7ffeb7992c90, bytes=2288) at malloc.c:3033
#4 0x00007ffff0409afd in () at /lib64/libGL.so.1
#5 0x00007fffed4d671c in () at /lib64/libnvidia-glcore.so.352.63
#6 0x00007fffed4d6e99 in () at /lib64/libnvidia-glcore.so.352.63
#7 0x00007fffed4d8c6e in () at /lib64/libnvidia-glcore.so.352.63
#8 0x00007fffed46024c in () at /lib64/libnvidia-glcore.so.352.63
#9 0x00007fffd1f95115 in _gl_buffer_create (gl_mem=0x7ffec4497ef0, error=<optimized out>) at gstglbuffer.c:77
#10 0x00007fffd1f9415e in _mem_create_gl (context=0x16d3470 [GstGLContextGLX], transfer=0x7ffeb37fd980) at gstglbasememory.c:88
#11 0x00007fffd1f92380 in gst_gl_context_thread_add (context=context@entry=0x16d3470 [GstGLContextGLX], func=func@entry=0x7fffd1f940c0 <_mem_create_gl>, data=data@entry=0x7ffeb37fd980) at gstglcontext.c:1488
#12 0x00007fffd1f948fa in gst_gl_base_memory_init (mem=mem@entry=0x7ffec4497ef0, allocator=allocator@entry=0xcc6ac0 [GstGLBufferAllocator], parent=parent@entry=0x0, context=context@entry=0x16d3470 [GstGLContextGLX], params=params@entry=0x7ffec42bdd00, size=size@entry=57600, user_data=0x0, notify=0x0) at gstglbasememory.c:162
#13 0x00007fffd1f9552a in _gl_buffer_init (mem=mem@entry=0x7ffec4497ef0, allocator=allocator@entry=0xcc6ac0 [GstGLBufferAllocator], context=context@entry=0x16d3470 [GstGLContextGLX], gl_target=gl_target@entry=35052, gl_usage=gl_usage@entry=35040, params=params@entry=0x7ffec42bdd00, size=57600, parent=0x0) at gstglbuffer.c:99
#14 0x00007fffd1f9561b in _gl_buffer_alloc_mem (size=57600, params=0x7ffec42bdd00, gl_usage=35040, gl_target=35052, context=0x16d3470 [GstGLContextGLX], parent=0x0, allocator=0xcc6ac0 [GstGLBufferAllocator]) at gstglbuffer.c:112
#15 0x00007fffd1f9561b in _gl_buffer_alloc_mem (allocator=<optimized out>, params=<optimized out>) at gstglbuffer.c:375
#16 0x00007fffd1f98740 in _gl_mem_create (gl_mem=0x7ffed4007c70, error=<optimized out>) at gstglmemorypbo.c:208
#17 0x00007fffd1f9415e in _mem_create_gl (context=0x16d3470 [GstGLContextGLX], transfer=0x7ffead7f85f0) at gstglbasememory.c:88
#18 0x00007fffd1fa9338 in _run_message_sync (message=0x7ffead7f8540) at gstglwindow.c:607
#19 0x00007fffd1fa92d2 in _run_message_async (message=0x856ec0) at gstglwindow.c:676
#20 0x00007ffff4b27a8a in g_main_context_dispatch (context=0x184a550) at gmain.c:3122
#21 0x00007ffff4b27a8a in g_main_context_dispatch (context=context@entry=0x184a550) at gmain.c:3737
#22 0x00007ffff4b27e20 in g_main_context_iterate (context=0x184a550, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#23 0x00007ffff4b28142 in g_main_loop_run (loop=0x1822d90) at gmain.c:4002
#24 0x00007fffd1f9336f in gst_gl_context_create_thread (context=0x16d3470 [GstGLContextGLX]) at gstglcontext.c:1226
#25 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x11f5540) at gthread.c:764
#26 0x00007ffff48c8555 in start_thread (arg=0x7ffeb37fe700) at pthread_create.c:333
#27 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 4 (Thread 0x7fffd2be7700 (LWP 26352)):
#0 0x00007ffff45fd149 in syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4b6d02f in g_cond_wait (cond=cond@entry=0x7fffd2be65b8, mutex=mutex@entry=0x7fffd2be65b0) at gthread-posix.c:1395
#2 0x00007fffd1fa9f9b in gst_gl_window_default_send_message (window=0x6bc3b0 [GstGLWindowX11], callback=<optimized out>, data=<optimized out>) at gstglwindow.c:633
#3 0x00007fffd1f9232a in gst_gl_context_thread_add (context=<optimized out>, func=func@entry=0x7fffd1fa46b0 <_do_convert>, data=data@entry=0x7fffc4022170) at gstglcontext.c:1498
#4 0x00007fffd1fa6cf8 in gst_gl_color_convert_perform (inbuf=0x7fff0001f2c0, convert=0x7fffc4022170 [GstGLColorConvert]) at gstglcolorconvert.c:1211
#5 0x00007fffd1fa6cf8 in gst_gl_color_convert_perform (convert=0x7fffc4022170 [GstGLColorConvert], inbuf=inbuf@entry=0x7fff0001f2c0) at gstglcolorconvert.c:1193
#6 0x00007fffd1d42ad7 in gst_gl_color_convert_element_prepare_output_buffer (bt=0xb9f990 [GstGLColorConvertElement], inbuf=0x7fff0001f2c0, outbuf=0x7fffd2be66e8) at gstglcolorconvertelement.c:217
#7 0x00007fffdd557ee4 in default_generate_output (trans=0xb9f990 [GstGLColorConvertElement], outbuf=0x7fffd2be66e8) at gstbasetransform.c:2151
#8 0x00007fffdd55a3df in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2333
#9 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff0001f2c0, type=4112, pad=0xcfe2a0 [GstPad]) at gstpad.c:4155
#10 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xcfe060 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff0001f2c0) at gstpad.c:4407
---Type <return> to continue, or q <return> to quit---
#11 0x00007ffff7700e13 in gst_pad_push (pad=0xcfe060 [GstPad], buffer=0x7fff0001f2c0) at gstpad.c:4526
#12 0x00007fffdd55a4c7 in gst_base_transform_chain (pad=<optimized out>, parent=<optimized out>, buffer=<optimized out>) at gstbasetransform.c:2369
#13 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c01d5b0, type=4112, pad=0xaf3d70 [GstPad]) at gstpad.c:4155
#14 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xafa840 [GstProxyPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c01d5b0) at gstpad.c:4407
#15 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xafa840 [GstProxyPad], buffer=buffer@entry=0x7fff1c01d5b0) at gstpad.c:4526
#16 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xbaa7a0 [GstGhostPad], parent=<optimized out>, buffer=0x7fff1c01d5b0) at gstghostpad.c:126
#17 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c01d5b0, type=4112, pad=0xbaa7a0 [GstGhostPad]) at gstpad.c:4155
#18 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xd4fda0 [GstGhostPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c01d5b0) at gstpad.c:4407
#19 0x00007ffff7700e13 in gst_pad_push (pad=pad@entry=0xd4fda0 [GstGhostPad], buffer=buffer@entry=0x7fff1c01d5b0) at gstpad.c:4526
#20 0x00007ffff76e9e53 in gst_proxy_pad_chain_default (pad=0xdb6b20 [GstProxyPad], parent=<optimized out>, buffer=0x7fff1c01d5b0) at gstghostpad.c:126
#21 0x00007ffff76f8c52 in gst_pad_push_data (data=0x7fff1c01d5b0, type=4112, pad=0xdb6b20 [GstProxyPad]) at gstpad.c:4155
#22 0x00007ffff76f8c52 in gst_pad_push_data (pad=pad@entry=0xdb8dd0 [GstPad], type=type@entry=4112, data=<optimized out>, data@entry=0x7fff1c01d5b0) at gstpad.c:4407
#23 0x00007ffff7700e13 in gst_pad_push (pad=0xdb8dd0 [GstPad], buffer=buffer@entry=0x7fff1c01d5b0) at gstpad.c:4526
#24 0x00007fffda494ea9 in gst_queue_loop (queue=0xdba340 [GstQueue]) at gstqueue.c:1340
#25 0x00007fffda494ea9 in gst_queue_loop (pad=<optimized out>) at gstqueue.c:1487
#26 0x00007ffff772ac21 in gst_task_func (task=0xd3bcb0 [GstTask]) at gsttask.c:332
#27 0x00007ffff4b4fa3e in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#28 0x00007ffff4b4f0a5 in g_thread_proxy (data=0xc6d720) at gthread.c:764
#29 0x00007ffff48c8555 in start_thread (arg=0x7fffd2be7700) at pthread_create.c:333
#30 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 3 (Thread 0x7fffdaec4700 (LWP 26350)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=2, fds=0x7fffd4003280, timeout=<optimized out>, context=0xbc4600) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=0xbc4600, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b28142 in g_main_loop_run (loop=0xa46f20) at gmain.c:4002
#4 0x00007fffddc0aed9 in provider_thread (data=0xa2c5d0) at gstv4l2deviceprovider.c:389
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x765590) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fffdaec4700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 2 (Thread 0x7fffe55e6700 (LWP 26334)):
#0 0x00007ffff45f757d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007ffff4b27dbc in g_main_context_iterate (priority=2147483647, n_fds=2, fds=0x7fffe00010c0, timeout=<optimized out>, context=0x69f290) at gmain.c:4103
#2 0x00007ffff4b27dbc in g_main_context_iterate (context=0x69f290, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3803
#3 0x00007ffff4b28142 in g_main_loop_run (loop=0x69f220) at gmain.c:4002
#4 0x00007ffff5149696 in gdbus_shared_thread_func (user_data=0x69f260) at gdbusprivate.c:274
#5 0x00007ffff4b4f0a5 in g_thread_proxy (data=0x681720) at gthread.c:764
#6 0x00007ffff48c8555 in start_thread (arg=0x7fffe55e6700) at pthread_create.c:333
#7 0x00007ffff4602ded in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
Thread 1 (Thread 0x7ffff7fb89c0 (LWP 26333)):
#0 0x00007ffff48d029d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1 0x00007ffff48ca906 in __GI___pthread_mutex_lock (mutex=0xbbc760) at ../nptl/pthread_mutex_lock.c:115
#2 0x00007ffff0409fcc in () at /lib64/libGL.so.1
#3 0x00007fffed7e0b01 in () at /lib64/libnvidia-glcore.so.352.63
#4 0x00007ffff03e19dc in () at /lib64/libGL.so.1
#5 0x00007ffff6218992 in gdk_x11_display_make_gl_context_current (display=0x6b6040 [GdkX11Display], context=0xd17510 [GdkX11GLContext]) at gdkglcontext-x11.c:1235
#6 0x00007ffff61f0194 in gdk_gl_context_make_current (context=0xd17510 [GdkX11GLContext]) at gdkglcontext.c:667
#7 0x00007ffff664dbee in gtk_gl_area_draw (widget=0xba4260 [GtkGstGLWidget], cr=0xc68a00) at gtkglarea.c:681
---Type <return> to continue, or q <return> to quit---
#8 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff8750, instance=instance@entry=0xba4260, args=args@entry=0x7fffffff8820, marshal_data=marshal_data@entry=0x7ffff664dae0 <gtk_gl_area_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#9 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffff8750, instance=0xba4260, args=0x7fffffff8820, marshal_data=0x7ffff664dae0 <gtk_gl_area_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
#10 0x00007ffff4e27e52 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff8750, instance=instance@entry=0xba4260, args=args@entry=0x7fffffff8820, n_params=1, param_types=0x670690) at gclosure.c:831
#11 0x00007ffff4e41793 in g_signal_emit_valist (instance=0xba4260, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffff8820) at gsignal.c:3214
#12 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0xba4260, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#13 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0xba4260 [GtkGstGLWidget], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc8b930 [GdkX11Window]) at gtkwidget.c:6964
#14 0x00007ffff67d5933 in _gtk_widget_draw (window=0xc8b930 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0xba4260 [GtkGstGLWidget]) at gtkwidget.c:7151
#15 0x00007ffff67d5933 in _gtk_widget_draw (widget=widget@entry=0xba4260 [GtkGstGLWidget], cr=cr@entry=0xc68a00) at gtkwidget.c:7142
#16 0x00007ffff65dd939 in gtk_container_propagate_draw (container=container@entry=0xcaae40 [GtkFlowBoxChild], child=0xba4260 [GtkGstGLWidget], cr=cr@entry=0xc68a00) at gtkcontainer.c:3704
#17 0x00007ffff65dda32 in gtk_container_draw (widget=0xcaae40 [GtkFlowBoxChild], cr=0xc68a00) at gtkcontainer.c:3539
#18 0x00007ffff663a5db in gtk_flow_box_child_draw (widget=0xcaae40 [GtkFlowBoxChild], cr=0xc68a00) at gtkflowbox.c:362
#19 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff8d10, instance=instance@entry=0xcaae40, args=args@entry=0x7fffffff8de0, marshal_data=marshal_data@entry=0x7ffff663a4c0 <gtk_flow_box_child_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#20 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffff8d10, instance=0xcaae40, args=0x7fffffff8de0, marshal_data=0x7ffff663a4c0 <gtk_flow_box_child_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
#21 0x00007ffff4e27e52 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff8d10, instance=instance@entry=0xcaae40, args=args@entry=0x7fffffff8de0, n_params=1, param_types=0x670690) at gclosure.c:831
#22 0x00007ffff4e41793 in g_signal_emit_valist (instance=0xcaae40, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffff8de0) at gsignal.c:3214
#23 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0xcaae40, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#24 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0xcaae40 [GtkFlowBoxChild], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc8b930 [GdkX11Window]) at gtkwidget.c:6964
#25 0x00007ffff67d5933 in _gtk_widget_draw (window=0xc8b930 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0xcaae40 [GtkFlowBoxChild]) at gtkwidget.c:7151
#26 0x00007ffff67d5933 in _gtk_widget_draw (widget=widget@entry=0xcaae40 [GtkFlowBoxChild], cr=cr@entry=0xc68a00) at gtkwidget.c:7142
#27 0x00007ffff65dd939 in gtk_container_propagate_draw (container=container@entry=0xa57870 [GtkOverlay], child=0xcaae40 [GtkFlowBoxChild], cr=cr@entry=0xc68a00) at gtkcontainer.c:3704
#28 0x00007ffff65dda32 in gtk_container_draw (widget=0xa57870 [GtkOverlay], cr=0xc68a00) at gtkcontainer.c:3539
#29 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff9270, instance=instance@entry=0xa57870, args=args@entry=0x7fffffff9340, marshal_data=marshal_data@entry=0x7ffff65dd9a0 <gtk_container_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#30 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffff9270, instance=0xa57870, args=0x7fffffff9340, marshal_data=0x7ffff65dd9a0 <gtk_container_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
#31 0x00007ffff4e27e52 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff9270, instance=instance@entry=0xa57870, args=args@entry=0x7fffffff9340, n_params=1, param_types=0x670690) at gclosure.c:831
#32 0x00007ffff4e41793 in g_signal_emit_valist (instance=0xa57870, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffff9340) at gsignal.c:3214
#33 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0xa57870, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#34 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0xa57870 [GtkOverlay], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc8b930 [GdkX11Window]) at gtkwidget.c:6964
#35 0x00007ffff67d5933 in _gtk_widget_draw (window=0xc8b930 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0xa57870 [GtkOverlay]) at gtkwidget.c:7151
#36 0x00007ffff67d5933 in _gtk_widget_draw (widget=widget@entry=0xa57870 [GtkOverlay], cr=cr@entry=0xc68a00) at gtkwidget.c:7142
#37 0x00007ffff65dd939 in gtk_container_propagate_draw (container=container@entry=0x912270 [GtkFlowBoxChild], child=0xa57870 [GtkOverlay], cr=cr@entry=0xc68a00) at gtkcontainer.c:3704
#38 0x00007ffff65dda32 in gtk_container_draw (widget=0x912270 [GtkFlowBoxChild], cr=0xc68a00) at gtkcontainer.c:3539
#39 0x00007ffff663a5db in gtk_flow_box_child_draw (widget=0x912270 [GtkFlowBoxChild], cr=0xc68a00) at gtkflowbox.c:362
#40 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff9830, instance=instance@entry=0x912270, args=args@entry=0x7fffffff9900, marshal_data=marshal_data@entry=0x7ffff663a4c0 <gtk_flow_box_child_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#41 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffff9830, instance=0x912270, args=0x7fffffff9900, marshal_data=0x7ffff663a4c0 <gtk_flow_box_child_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
#42 0x00007ffff4e27e52 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff9830, instance=instance@entry=0x912270, args=args@entry=0x7fffffff9900, n_params=1, param_types=0x670690) at gclosure.c:831
#43 0x00007ffff4e41793 in g_signal_emit_valist (instance=0x912270, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffff9900) at gsignal.c:3214
#44 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0x912270, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#45 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0x912270 [GtkFlowBoxChild], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc8b930 [GdkX11Window]) at gtkwidget.c:6964
#46 0x00007ffff67d5933 in _gtk_widget_draw (window=0xc8b930 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0x912270 [GtkFlowBoxChild]) at gtkwidget.c:7151
#47 0x00007ffff67d5933 in _gtk_widget_draw (widget=widget@entry=0x912270 [GtkFlowBoxChild], cr=cr@entry=0xc68a00) at gtkwidget.c:7142
#48 0x00007ffff65dd939 in gtk_container_propagate_draw (container=container@entry=0x91e440 [GtkFlowBox], child=0x912270 [GtkFlowBoxChild], cr=cr@entry=0xc68a00) at gtkcontainer.c:3704
#49 0x00007ffff65dda32 in gtk_container_draw (widget=0x91e440 [GtkFlowBox], cr=0xc68a00) at gtkcontainer.c:3539
#50 0x00007ffff663aa1f in gtk_flow_box_draw (widget=0x91e440 [GtkFlowBox], cr=0xc68a00) at gtkflowbox.c:2529
#51 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff9e70, instance=instance@entry=0x91e440, args=args@entry=0x7fffffff9f40, marshal_data=marshal_data@entry=0x7ffff663a980 <gtk_flow_box_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#52 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffff9e70, instance=0x91e440, args=0x7fffffff9f40, marshal_data=0x7ffff663a980 <gtk_flow_box_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
---Type <return> to continue, or q <return> to quit---
#53 0x00007ffff4e27e52 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffff9e70, instance=instance@entry=0x91e440, args=args@entry=0x7fffffff9f40, n_params=1, param_types=0x670690) at gclosure.c:831
#54 0x00007ffff4e41793 in g_signal_emit_valist (instance=0x91e440, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffff9f40) at gsignal.c:3214
#55 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0x91e440, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#56 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0x91e440 [GtkFlowBox], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc8b930 [GdkX11Window]) at gtkwidget.c:6964
#57 0x00007ffff67d553f in _gtk_widget_draw_windows (window=0xc8b930 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0x91e440 [GtkFlowBox]) at gtkwidget.c:6942
#58 0x00007ffff67d553f in _gtk_widget_draw_windows (window=window@entry=0xc8b930 [GdkX11Window], cr=cr@entry=0xc68a00, window_x=window_x@entry=0, window_y=window_y@entry=0) at gtkwidget.c:7065
#59 0x00007ffff67d57f1 in _gtk_widget_draw (widget=widget@entry=0x91e440 [GtkFlowBox], cr=cr@entry=0xc68a00) at gtkwidget.c:7136
#60 0x00007ffff65dd939 in gtk_container_propagate_draw (container=container@entry=0x69bcf0 [GtkBox], child=0x91e440 [GtkFlowBox], cr=cr@entry=0xc68a00) at gtkcontainer.c:3704
#61 0x00007ffff65dda32 in gtk_container_draw (widget=0x69bcf0 [GtkBox], cr=0xc68a00) at gtkcontainer.c:3539
#62 0x00007ffff6597e12 in gtk_box_draw (widget=0x69bcf0 [GtkBox], cr=0xc68a00) at gtkbox.c:447
#63 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffffa4b0, instance=instance@entry=0x69bcf0, args=args@entry=0x7fffffffa580, marshal_data=marshal_data@entry=0x7ffff6597d80 <gtk_box_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#64 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffffa4b0, instance=0x69bcf0, args=0x7fffffffa580, marshal_data=0x7ffff6597d80 <gtk_box_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
#65 0x00007ffff4e27e52 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffffa4b0, instance=instance@entry=0x69bcf0, args=args@entry=0x7fffffffa580, n_params=1, param_types=0x670690) at gclosure.c:831
#66 0x00007ffff4e41793 in g_signal_emit_valist (instance=0x69bcf0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffa580) at gsignal.c:3214
#67 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0x69bcf0, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#68 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0x69bcf0 [GtkBox], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc073f0 [GdkX11Window]) at gtkwidget.c:6964
#69 0x00007ffff67d5933 in _gtk_widget_draw (window=0xc073f0 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0x69bcf0 [GtkBox]) at gtkwidget.c:7151
#70 0x00007ffff67d5933 in _gtk_widget_draw (widget=widget@entry=0x69bcf0 [GtkBox], cr=cr@entry=0xc68a00) at gtkwidget.c:7142
#71 0x00007ffff65dd939 in gtk_container_propagate_draw (container=container@entry=0x9203f0 [OvgAppWindow], child=0x69bcf0 [GtkBox], cr=cr@entry=0xc68a00) at gtkcontainer.c:3704
#72 0x00007ffff65dda32 in gtk_container_draw (widget=0x9203f0 [OvgAppWindow], cr=0xc68a00) at gtkcontainer.c:3539
#73 0x00007ffff67e04bd in gtk_window_draw (widget=0x9203f0 [OvgAppWindow], cr=0xc68a00) at gtkwindow.c:9761
#74 0x00007ffff668ff3a in _gtk_marshal_BOOLEAN__BOXEDv (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffffaa70, instance=instance@entry=0x9203f0, args=args@entry=0x7fffffffab40, marshal_data=marshal_data@entry=0x7ffff67e0450 <gtk_window_draw>, n_params=n_params@entry=1, param_types=0x670690) at gtkmarshalers.c:130
#75 0x00007ffff67c590c in gtk_widget_draw_marshallerv (closure=0x670640, return_value=0x7fffffffaa70, instance=0x9203f0, args=0x7fffffffab40, marshal_data=0x7ffff67e0450 <gtk_window_draw>, n_params=1, param_types=0x670690) at gtkwidget.c:1097
#76 0x00007ffff4e27f04 in _g_closure_invoke_va (closure=closure@entry=0x670640, return_value=return_value@entry=0x7fffffffaa70, instance=instance@entry=0x9203f0, args=args@entry=0x7fffffffab40, n_params=<optimized out>, param_types=0x670690) at gclosure.c:831
#77 0x00007ffff4e41793 in g_signal_emit_valist (instance=0x9203f0, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fffffffab40) at gsignal.c:3214
#78 0x00007ffff4e4229f in g_signal_emit (instance=instance@entry=0x9203f0, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
#79 0x00007ffff67d3e01 in _gtk_widget_draw_internal (widget=widget@entry=0x9203f0 [OvgAppWindow], cr=cr@entry=0xc68a00, clip_to_size=clip_to_size@entry=1, window=window@entry=0xc073f0 [GdkX11Window]) at gtkwidget.c:6964
#80 0x00007ffff67d553f in _gtk_widget_draw_windows (window=0xc073f0 [GdkX11Window], clip_to_size=1, cr=0xc68a00, widget=0x9203f0 [OvgAppWindow]) at gtkwidget.c:6942
#81 0x00007ffff67d553f in _gtk_widget_draw_windows (window=window@entry=0xc073f0 [GdkX11Window], cr=cr@entry=0xc68a00, window_x=window_x@entry=0, window_y=window_y@entry=0) at gtkwidget.c:7065
#82 0x00007ffff67d57f1 in _gtk_widget_draw (widget=widget@entry=0x9203f0 [OvgAppWindow], cr=cr@entry=0xc68a00) at gtkwidget.c:7136
#83 0x00007ffff67d5b4b in gtk_widget_send_expose (widget=widget@entry=0x9203f0 [OvgAppWindow], event=event@entry=0x7fffffffae10) at gtkwidget.c:7613
#84 0x00007ffff668f00c in gtk_main_do_event (event=0x7fffffffae10) at gtkmain.c:1673
#85 0x00007ffff61f92cf in _gdk_window_process_updates_recurse_helper (window=0xc073f0 [GdkX11Window], expose_region=<optimized out>) at gdkwindow.c:3556
#86 0x00007ffff61fa38c in gdk_window_process_updates_internal (window=0xc073f0 [GdkX11Window]) at gdkwindow.c:3681
#87 0x00007ffff61fa543 in gdk_window_process_updates_with_mode (window=<optimized out>, recurse_mode=<optimized out>) at gdkwindow.c:3882
#88 0x00007ffff4e27f04 in _g_closure_invoke_va (closure=closure@entry=0xc5d5d0, return_value=return_value@entry=0x0, instance=instance@entry=0x6d31f0, args=args@entry=0x7fffffffb178, n_params=<optimized out>, param_types=0x0) at gclosure.c:831
#89 0x00007ffff4e41c7d in g_signal_emit_valist (instance=instance@entry=0x6d31f0, signal_id=signal_id@entry=157, detail=detail@entry=0, var_args=var_args@entry=0x7fffffffb178) at gsignal.c:3214
#90 0x00007ffff4e42765 in g_signal_emit_by_name (instance=instance@entry=0x6d31f0, detailed_signal=detailed_signal@entry=0x7ffff62546c7 "paint") at gsignal.c:3401
#91 0x00007ffff61f36b7 in gdk_frame_clock_paint_idle (data=0x6d31f0) at gdkframeclockidle.c:430
#92 0x00007ffff61e2d48 in gdk_threads_dispatch (data=0x857700, data@entry=<error reading variable: value has been optimized out>) at gdk.c:719
#93 0x00007ffff4b284e3 in g_timeout_dispatch (source=0xc89530, callback=<optimized out>, user_data=<optimized out>) at gmain.c:4545
#94 0x00007ffff4b27a8a in g_main_context_dispatch (context=0x68d6a0) at gmain.c:3122
#95 0x00007ffff4b27a8a in g_main_context_dispatch (context=context@entry=0x68d6a0) at gmain.c:3737
#96 0x00007ffff4b27e20 in g_main_context_iterate (context=context@entry=0x68d6a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
#97 0x00007ffff4b27ecc in g_main_context_iteration (context=0x68d6a0, context@entry=0x0, may_block=may_block@entry=1) at gmain.c:3869
#98 0x00007ffff511326c in g_application_run (application=0x666100 [OvgApp], argc=6, argv=0x7fffffffb5c8) at gapplication.c:2308
#99 0x000000000040744e in main (argc=6, argv=0x7fffffffb5c8) at ../gui/ovg-main.c:74
wow, 91 threads: