heap corruption in gstreamer when IP camera with an rtp stream disconnects (losses network)
Frank VanZile
frank at fvanzile.com
Mon Feb 20 00:35:12 UTC 2017
I am writing a OSX app that views an IP camera with an rtp stream.
Everything works works well until I lose network connectivity to the my
IP camera. When I lose connectivity I get heap corruption in
gstreamer. See stack below and the attached file. This is 100%
reproducible. The stack is always the same and I can reproducible
this by disconnecting the ethernet wire to my IP camera.
Any help would be appreciated. I can also include you my gstreamer code.
thank you
Frank
Gstreamer Version: 1.10.3
OS: MAC (OSX)
Pipeline: rtspsrc debug=false timeout=0 location=%@ latency=%d
ntp-sync=false drop-on-latency=true udp-reconnect=true
do-retransmission=false max-rtcp-rtp-time-diff=-1 name=rtsp !
rtph264depay name=x2 ! h264parse name=x3 ! vtdec name=x4 !
autovideosink name=prim
Attached File of several stacks.
One Stack Below:
=================================================================
==7030==ERROR: AddressSanitizer: heap-use-after-free on address
0x60400007e690 at pc 0x000100515993 bp 0x70000d8df860 sp 0x70000d8df020
WRITE of size 48 at 0x60400007e690 thread T38
#0 0x100515992 in wrap_memset
(libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 (libglib-2.0.0.dylib+0x5373a)
#2 0x119c7407c in gst_gl_window_cocoa_send_message_async
(libgstgl-1.0.0.dylib+0x2e07c)
#3 0x119c68db0 in gst_gl_window_default_send_message
(libgstgl-1.0.0.dylib+0x22db0)
#4 0x119c4f0c4 in gst_gl_context_thread_add
(libgstgl-1.0.0.dylib+0x90c4)
#5 0x119c61d04 in gst_gl_color_convert_perform
(libgstgl-1.0.0.dylib+0x1bd04)
#6 0x119de6e90 in
gst_gl_color_convert_element_prepare_output_buffer (libgstopengl.so+0xae90)
#7 0x102321b75 in default_generate_output
(libgstbase-1.0.0.dylib+0x2db75)
#8 0x102323bb6 in gst_base_transform_chain
(libgstbase-1.0.0.dylib+0x2fbb6)
#9 0x1018a4f10 in gst_pad_chain_data_unchecked
(libgstreamer-1.0.0.dylib+0x4ef10)
#10 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#11 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#12 0x102323afb in gst_base_transform_chain
(libgstbase-1.0.0.dylib+0x2fafb)
#13 0x1018a4f10 in gst_pad_chain_data_unchecked
(libgstreamer-1.0.0.dylib+0x4ef10)
#14 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#15 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#16 0x101890826 in gst_proxy_pad_chain_default
(libgstreamer-1.0.0.dylib+0x3a826)
#17 0x1018a4f10 in gst_pad_chain_data_unchecked
(libgstreamer-1.0.0.dylib+0x4ef10)
#18 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#19 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#20 0x101890826 in gst_proxy_pad_chain_default
(libgstreamer-1.0.0.dylib+0x3a826)
#21 0x1018a4f10 in gst_pad_chain_data_unchecked
(libgstreamer-1.0.0.dylib+0x4ef10)
#22 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#23 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf
(libgstvideo-1.0.0.dylib+0x2ebf6)
#25 0x1015fc3e4 in gst_video_decoder_finish_frame
(libgstvideo-1.0.0.dylib+0x2e3e4)
#26 0x119c254cd in gst_vtdec_push_frames_if_needed
(libgstapplemedia.so+0x1c4cd)
#27 0x1016004c7 in gst_video_decoder_sink_event_default
(libgstvideo-1.0.0.dylib+0x324c7)
#28 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#29 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#30 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#31 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#32 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#33 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#34 0x1023001fd in gst_base_parse_sink_event_default
(libgstbase-1.0.0.dylib+0xc1fd)
#35 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#36 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#37 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#38 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#39 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#40 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#41 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#42 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#43 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#44 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#45 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#46 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#47 0x119a08d27 in gst_capsfilter_sink_event
(libgstcoreelements.so+0x4d27)
#48 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#49 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#50 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#51 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#52 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#53 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#54 0x1018a2f03 in event_forward_func
(libgstreamer-1.0.0.dylib+0x4cf03)
#55 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
#56 0x1018a2e2a in gst_pad_event_default
(libgstreamer-1.0.0.dylib+0x4ce2a)
#57 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#58 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#59 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#60 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#61 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#62 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#63 0x1018a2f03 in event_forward_func
(libgstreamer-1.0.0.dylib+0x4cf03)
#64 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
#65 0x1018a2e2a in gst_pad_event_default
(libgstreamer-1.0.0.dylib+0x4ce2a)
#66 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#67 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#68 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#69 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#70 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#71 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#72 0x1018a2f03 in event_forward_func
(libgstreamer-1.0.0.dylib+0x4cf03)
#73 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
#74 0x1018a2e2a in gst_pad_event_default
(libgstreamer-1.0.0.dylib+0x4ce2a)
#75 0x1018a9002 in gst_pad_send_event_unchecked
(libgstreamer-1.0.0.dylib+0x53002)
#76 0x1018a84bf in gst_pad_push_event_unchecked
(libgstreamer-1.0.0.dylib+0x524bf)
#77 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#78 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#79 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#80 0x1018a7ed7 in gst_pad_push_event
(libgstreamer-1.0.0.dylib+0x51ed7)
#81 0x109501aca in pop_and_push_next (libgstrtpmanager.so+0x1baca)
#82 0x109500f4b in gst_rtp_jitter_buffer_loop
(libgstrtpmanager.so+0x1af4b)
#83 0x1018d6152 in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
#84 0x1016f84a1 in g_thread_pool_thread_proxy
(libglib-2.0.0.dylib+0x5f4a1)
#85 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
#86 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#87 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#88 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
0x60400007e690 is located 0 bytes inside of 48-byte region
[0x60400007e690,0x60400007e6c0)
freed by thread T48 here:
#0 0x100521db9 in wrap_free
(libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
#1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
#2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
#3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
#4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
previously allocated by thread T48 here:
#0 0x100521bf0 in wrap_malloc
(libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
#1 0x1016d6847 in g_malloc (libglib-2.0.0.dylib+0x3d847)
#2 0x1016eb9c7 in g_slice_alloc (libglib-2.0.0.dylib+0x529c7)
#3 0x1016ec42e in g_slice_alloc0 (libglib-2.0.0.dylib+0x5342e)
#4 0x1016f7833 in g_thread_self (libglib-2.0.0.dylib+0x5e833)
#5 0x119c4d723 in gst_gl_context_activate (libgstgl-1.0.0.dylib+0x7723)
#6 0x119c74266 in
__gst_gl_window_cocoa_send_message_async_block_invoke
(libgstgl-1.0.0.dylib+0x2e266)
#7 0x100520e73 in __wrap_dispatch_async_block_invoke
(libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#8 0x1022736e4 in _dispatch_call_block_and_release
(libdispatch.dylib+0xb6e4)
#9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#10 0x102281a58 in _dispatch_queue_serial_drain
(libdispatch.dylib+0x19a58)
#11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#12 0x10226c1d6 in _dispatch_root_queue_drain
(libdispatch.dylib+0x41d6)
#13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T38 created by T31 here:
#0 0x100518379 in wrap_pthread_create
(libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
#3 0x1016f7b3f in g_thread_pool_start_thread
(libglib-2.0.0.dylib+0x5eb3f)
#4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
#5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
#6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
#7 0x1018a9c8d in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
#8 0x10189e5b2 in activate_mode_internal
(libgstreamer-1.0.0.dylib+0x485b2)
#9 0x10189df32 in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
#10 0x10188a9e2 in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
#11 0x10189619c in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
#12 0x10188a995 in iterator_activate_fold_with_resync
(libgstreamer-1.0.0.dylib+0x34995)
#13 0x10188a769 in gst_element_pads_activate
(libgstreamer-1.0.0.dylib+0x34769)
#14 0x10188970e in gst_element_change_state_func
(libgstreamer-1.0.0.dylib+0x3370e)
#15 0x1094f6c2e in gst_rtp_jitter_buffer_change_state
(libgstrtpmanager.so+0x10c2e)
#16 0x101888291 in gst_element_change_state
(libgstreamer-1.0.0.dylib+0x32291)
#17 0x10188848b in gst_element_change_state
(libgstreamer-1.0.0.dylib+0x3248b)
#18 0x1018899c8 in gst_element_set_state_func
(libgstreamer-1.0.0.dylib+0x339c8)
#19 0x1094f000e in new_ssrc_pad_found (libgstrtpmanager.so+0xa00e)
#20 0x10236a883 in ffi_call_unix64 (libffi.6.dylib+0x5883)
#21 0x70000d5cef0f (<unknown module>)
Thread T31 created by T23 here:
#0 0x100518379 in wrap_pthread_create
(libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
#3 0x1016f7b3f in g_thread_pool_start_thread
(libglib-2.0.0.dylib+0x5eb3f)
#4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
#5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
#6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
#7 0x1018a9c8d in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
#8 0x1023178f3 in gst_base_src_perform_seek
(libgstbase-1.0.0.dylib+0x238f3)
#9 0x102316f73 in gst_base_src_start_complete
(libgstbase-1.0.0.dylib+0x22f73)
#10 0x10231da79 in gst_base_src_start (libgstbase-1.0.0.dylib+0x29a79)
#11 0x10231a6cd in gst_base_src_activate_mode
(libgstbase-1.0.0.dylib+0x266cd)
#12 0x10189e5b2 in activate_mode_internal
(libgstreamer-1.0.0.dylib+0x485b2)
#13 0x10189df32 in gst_pad_set_active
(libgstreamer-1.0.0.dylib+0x47f32)
#14 0x10188a9e2 in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
#15 0x10189619c in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
#16 0x10188a995 in iterator_activate_fold_with_resync
(libgstreamer-1.0.0.dylib+0x34995)
#17 0x10188a769 in gst_element_pads_activate
(libgstreamer-1.0.0.dylib+0x34769)
#18 0x10188970e in gst_element_change_state_func
(libgstreamer-1.0.0.dylib+0x3370e)
#19 0x102318278 in gst_base_src_change_state
(libgstbase-1.0.0.dylib+0x24278)
#20 0x11bb13504 in gst_udpsrc_change_state (libgstudp.so+0x6504)
#21 0x101888291 in gst_element_change_state
(libgstreamer-1.0.0.dylib+0x32291)
#22 0x1018899c8 in gst_element_set_state_func
(libgstreamer-1.0.0.dylib+0x339c8)
#23 0x1195e01ee in gst_rtspsrc_play (libgstrtsp.so+0xd1ee)
#24 0x1195dbb1f in gst_rtspsrc_thread (libgstrtsp.so+0x8b1f)
#25 0x1018d6152 in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
#26 0x1016f84a1 in g_thread_pool_thread_proxy
(libglib-2.0.0.dylib+0x5f4a1)
#27 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T23 created by T19 here:
#0 0x100518379 in wrap_pthread_create
(libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
#3 0x1016f7b3f in g_thread_pool_start_thread
(libglib-2.0.0.dylib+0x5eb3f)
#4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
#5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
#6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
#7 0x1195dade2 in gst_rtspsrc_loop_send_cmd (libgstrtsp.so+0x7de2)
#8 0x1195da231 in gst_rtspsrc_change_state (libgstrtsp.so+0x7231)
#9 0x101888291 in gst_element_change_state
(libgstreamer-1.0.0.dylib+0x32291)
#10 0x1018899c8 in gst_element_set_state_func
(libgstreamer-1.0.0.dylib+0x339c8)
#11 0x1018613fb in gst_bin_change_state_func
(libgstreamer-1.0.0.dylib+0xb3fb)
#12 0x101888291 in gst_element_change_state
(libgstreamer-1.0.0.dylib+0x32291)
#13 0x1018899c8 in gst_element_set_state_func
(libgstreamer-1.0.0.dylib+0x339c8)
#14 0x1001523a9 in -[GStreamerBackend play:] GStreamerBackend.m:246
#15 0x10015104d in state_changed_cb GStreamerBackend.m:429
#16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv
(libgobject-2.0.0.dylib+0xafe7)
#17 0x101801c28 in _g_closure_invoke_va (libgobject-2.0.0.dylib+0x7c28)
#18 0x10181768d in g_signal_emit_valist
(libgobject-2.0.0.dylib+0x1d68d)
#19 0x1018180a5 in g_signal_emit (libgobject-2.0.0.dylib+0x1e0a5)
#20 0x101870c57 in gst_bus_async_signal_func
(libgstreamer-1.0.0.dylib+0x1ac57)
#21 0x101871145 in gst_bus_source_dispatch
(libgstreamer-1.0.0.dylib+0x1b145)
#22 0x1016cfa1f in g_main_context_dispatch
(libglib-2.0.0.dylib+0x36a1f)
#23 0x1016cfd43 in g_main_context_iterate (libglib-2.0.0.dylib+0x36d43)
#24 0x1016d006e in g_main_loop_run (libglib-2.0.0.dylib+0x3706e)
#25 0x100154ab5 in -[GStreamerBackend runApp] GStreamerBackend.m:606
#26 0x1001519bd in thread_func GStreamerBackend.m:672
#27 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T19 created by T0 here:
#0 0x100518379 in wrap_pthread_create
(libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7596 in g_thread_new (libglib-2.0.0.dylib+0x5e596)
#3 0x10014f900 in -[GStreamerBackend start:] GStreamerBackend.m:215
#4 0x10007d22a in -[CameraWindowController windowDidLoad]
CameraWindowController.m:47
#5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad]
(AppKit+0xb77ff)
#6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#7 0x7fffb01e930b in -[NSWindowController showWindow:]
(AppKit+0x23330b)
#8 0x1001b401d in -[AppDelegate selectCamera:] AppDelegate.m:693
#9 0x7fffc7c55c3c in _os_activity_initiate
(libsystem_trace.dylib+0x5c3c)
#10 0x7fffb0779c9b in -[NSApplication(NSResponder)
sendAction:to:from:] (AppKit+0x7c3c9b)
#11 0x7fffb024de05 in -[NSMenuItem _corePerformAction]
(AppKit+0x297e05)
#12 0x7fffb024db71 in -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
#13 0x7fffc7c55c3c in _os_activity_initiate
(libsystem_trace.dylib+0x5c3c)
#14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:]
(AppKit+0x3210f0)
#15 0x7fffb02d7067 in -[NSMenu
_internalPerformActionForItemAtIndex:] (AppKit+0x321067)
#16 0x7fffb02d6e94 in -[NSCarbonMenuImpl
_carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
#17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
#18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*,
OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
#19 0x7fffb1a2ed85 in
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) (HIToolbox+0x7d85)
#20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
#21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand
const*, unsigned int, unsigned int, unsigned char, void const*,
OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**)
(HIToolbox+0x69d35)
#22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers
(HIToolbox+0x9534a)
#23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
#24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*,
MenuResult*, MenuResult*) (HIToolbox+0x951cc)
#25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double,
unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
#26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
#27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
#28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
#29 0x7fffb0777641 in -[NSApplication(NSEvent)
_nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
#30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#32 0x100156b01 in main main.m:12
#33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
Thread T48 created by T6 here:
<empty stack>
Thread T6 created by T4 here:
#0 0x100518379 in wrap_pthread_create
(libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x7fffb3ef075a in -[NSThread start] (Foundation+0x3275a)
#2 0x7fffb163b4f4 in __48+[NSURLConnection(Loader)
resourceLoaderRunLoop]_block_invoke (CFNetwork+0x64f4)
#3 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#4 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
#5 0x7fffb163b3f8 in +[NSURLConnection(Loader)
resourceLoaderRunLoop] (CFNetwork+0x63f8)
#6 0x7fffb165c68e in ___ZL22_coreSchedulingSet_RLMv_block_invoke
(CFNetwork+0x2768e)
#7 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#8 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
#9 0x7fffb165c630 in _coreSchedulingSet_RLM() (CFNetwork+0x27630)
#10 0x7fffb165c792 in
___ZN17CoreSchedulingSet23copyRunloopEmulationSetEv_block_invoke
(CFNetwork+0x27792)
#11 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#12 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
#13 0x7fffb165c77e in CoreSchedulingSet::copyRunloopEmulationSet()
(CFNetwork+0x2777e)
#14 0x7fffb1660c50 in
URLConnectionLoader::_private_ScheduleOriginLoad(NSURLRequest const*,
_CFCachedURLResponse const*) (CFNetwork+0x2bc50)
#15 0x7fffb1652ac5 in
URLConnectionLoader::loadWithWhatToDo(NSURLRequest const*,
_CFCachedURLResponse const*, long, URLConnectionLoader::WhatToDo)
(CFNetwork+0x1dac5)
#16 0x7fffb16525da in
___ZN19URLConnectionLoader22_loaderEvent_StartLoadEPK16NSURLSessionTask_block_invoke_6
(CFNetwork+0x1d5da)
#17 0x7fffb164caa2 in
___ZNK25URLConnectionInstanceData18withWorkQueueAsyncEU13block_pointerFvvE_block_invoke
(CFNetwork+0x17aa2)
#18 0x100520e73 in __wrap_dispatch_async_block_invoke
(libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#19 0x1022736e4 in _dispatch_call_block_and_release
(libdispatch.dylib+0xb6e4)
#20 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#21 0x102281a58 in _dispatch_queue_serial_drain
(libdispatch.dylib+0x19a58)
#22 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#23 0x10227a706 in _dispatch_queue_override_invoke
(libdispatch.dylib+0x12706)
#24 0x10226c1d6 in _dispatch_root_queue_drain
(libdispatch.dylib+0x41d6)
#25 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#26 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#27 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T4 created by T0 here:
<empty stack>
SUMMARY: AddressSanitizer: heap-use-after-free
(libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c080000fc80: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
0x1c080000fc90: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fca0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fcb0: fa fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
0x1c080000fcc0: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
=>0x1c080000fcd0: fa fa[fd]fd fd fd fd fd fa fa 00 00 00 00 00 00
0x1c080000fce0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fcf0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fd00: fa fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
0x1c080000fd10: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
0x1c080000fd20: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
2017-02-19 16:12:54.143015 WingWarpMac[7030:123279]
=================================================================
2017-02-19 16:12:54.143078 WingWarpMac[7030:123279] ==7030==ERROR:
AddressSanitizer: heap-use-after-free on address 0x60400007e690 at pc
0x000100515993 bp 0x70000d8df860 sp 0x70000d8df020
2017-02-19 16:12:54.143164 WingWarpMac[7030:123279] WRITE of size 48 at
0x60400007e690 thread T38
2017-02-19 16:12:54.143205 WingWarpMac[7030:123279] #0 0x100515992
in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 16:12:54.143260 WingWarpMac[7030:123279] #1 0x1016ec73a
in g_slice_free1 (libglib-2.0.0.dylib+0x5373a)
2017-02-19 16:12:54.143300 WingWarpMac[7030:123279] #2 0x119c7407c
in gst_gl_window_cocoa_send_message_async (libgstgl-1.0.0.dylib+0x2e07c)
2017-02-19 16:12:54.143335 WingWarpMac[7030:123279] #3 0x119c68db0
in gst_gl_window_default_send_message (libgstgl-1.0.0.dylib+0x22db0)
2017-02-19 16:12:54.143358 WingWarpMac[7030:123279] #4 0x119c4f0c4
in gst_gl_context_thread_add (libgstgl-1.0.0.dylib+0x90c4)
2017-02-19 16:12:54.143403 WingWarpMac[7030:123279] #5 0x119c61d04
in gst_gl_color_convert_perform (libgstgl-1.0.0.dylib+0x1bd04)
2017-02-19 16:12:54.143441 WingWarpMac[7030:123279] #6 0x119de6e90
in gst_gl_color_convert_element_prepare_output_buffer
(libgstopengl.so+0xae90)
2017-02-19 16:12:54.143468 WingWarpMac[7030:123279] #7 0x102321b75
in default_generate_output (libgstbase-1.0.0.dylib+0x2db75)
2017-02-19 16:12:54.143483 WingWarpMac[7030:123279] #8 0x102323bb6
in gst_base_transform_chain (libgstbase-1.0.0.dylib+0x2fbb6)
2017-02-19 16:12:54.143506 WingWarpMac[7030:123279] #9 0x1018a4f10
in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143523 WingWarpMac[7030:123279] #10 0x1018a5aca
in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143542 WingWarpMac[7030:123279] #11 0x1018a590a
in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.143610 WingWarpMac[7030:123279] #12 0x102323afb
in gst_base_transform_chain (libgstbase-1.0.0.dylib+0x2fafb)
2017-02-19 16:12:54.143643 WingWarpMac[7030:123279] #13 0x1018a4f10
in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143663 WingWarpMac[7030:123279] #14 0x1018a5aca
in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143688 WingWarpMac[7030:123279] #15 0x1018a590a
in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.143706 WingWarpMac[7030:123279] #16 0x101890826
in gst_proxy_pad_chain_default (libgstreamer-1.0.0.dylib+0x3a826)
2017-02-19 16:12:54.143725 WingWarpMac[7030:123279] #17 0x1018a4f10
in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143787 WingWarpMac[7030:123279] #18 0x1018a5aca
in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143817 WingWarpMac[7030:123279] #19 0x1018a590a
in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.143901 WingWarpMac[7030:123279] #20 0x101890826
in gst_proxy_pad_chain_default (libgstreamer-1.0.0.dylib+0x3a826)
2017-02-19 16:12:54.143945 WingWarpMac[7030:123279] #21 0x1018a4f10
in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143973 WingWarpMac[7030:123279] #22 0x1018a5aca
in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143994 WingWarpMac[7030:123279] #23 0x1018a590a
in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.144014 WingWarpMac[7030:123279] #24 0x1015fcbf6
in gst_video_decoder_clip_and_push_buf (libgstvideo-1.0.0.dylib+0x2ebf6)
2017-02-19 16:12:54.144054 WingWarpMac[7030:123279] #25 0x1015fc3e4
in gst_video_decoder_finish_frame (libgstvideo-1.0.0.dylib+0x2e3e4)
2017-02-19 16:12:54.144079 WingWarpMac[7030:123279] #26 0x119c254cd
in gst_vtdec_push_frames_if_needed (libgstapplemedia.so+0x1c4cd)
2017-02-19 16:12:54.144099 WingWarpMac[7030:123279] #27 0x1016004c7
in gst_video_decoder_sink_event_default (libgstvideo-1.0.0.dylib+0x324c7)
2017-02-19 16:12:54.144147 WingWarpMac[7030:123279] #28 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144217 WingWarpMac[7030:123279] #29 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144244 WingWarpMac[7030:123279] #30 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144267 WingWarpMac[7030:123279] #31 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144290 WingWarpMac[7030:123279] #32 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144308 WingWarpMac[7030:123279] #33 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144366 WingWarpMac[7030:123279] #34 0x1023001fd
in gst_base_parse_sink_event_default (libgstbase-1.0.0.dylib+0xc1fd)
2017-02-19 16:12:54.144391 WingWarpMac[7030:123279] #35 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144409 WingWarpMac[7030:123279] #36 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144427 WingWarpMac[7030:123279] #37 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144445 WingWarpMac[7030:123279] #38 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144462 WingWarpMac[7030:123279] #39 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144476 WingWarpMac[7030:123279] #40 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144533 WingWarpMac[7030:123279] #41 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144557 WingWarpMac[7030:123279] #42 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144575 WingWarpMac[7030:123279] #43 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144594 WingWarpMac[7030:123279] #44 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144613 WingWarpMac[7030:123279] #45 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144630 WingWarpMac[7030:123279] #46 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144648 WingWarpMac[7030:123279] #47 0x119a08d27
in gst_capsfilter_sink_event (libgstcoreelements.so+0x4d27)
2017-02-19 16:12:54.144719 WingWarpMac[7030:123279] #48 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144740 WingWarpMac[7030:123279] #49 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144762 WingWarpMac[7030:123279] #50 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144803 WingWarpMac[7030:123279] #51 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144850 WingWarpMac[7030:123279] #52 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144873 WingWarpMac[7030:123279] #53 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144888 WingWarpMac[7030:123279] #54 0x1018a2f03
in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
2017-02-19 16:12:54.144904 WingWarpMac[7030:123279] #55 0x1018a2c76
in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
2017-02-19 16:12:54.144918 WingWarpMac[7030:123279] #56 0x1018a2e2a
in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
2017-02-19 16:12:54.144936 WingWarpMac[7030:123279] #57 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.145003 WingWarpMac[7030:123279] #58 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.145032 WingWarpMac[7030:123279] #59 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.145050 WingWarpMac[7030:123279] #60 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.145116 WingWarpMac[7030:123279] #61 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.145162 WingWarpMac[7030:123279] #62 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.145205 WingWarpMac[7030:123279] #63 0x1018a2f03
in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
2017-02-19 16:12:54.145224 WingWarpMac[7030:123279] #64 0x1018a2c76
in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
2017-02-19 16:12:54.145241 WingWarpMac[7030:123279] #65 0x1018a2e2a
in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
2017-02-19 16:12:54.145258 WingWarpMac[7030:123279] #66 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.145275 WingWarpMac[7030:123279] #67 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.145332 WingWarpMac[7030:123279] #68 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.145364 WingWarpMac[7030:123279] #69 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.145381 WingWarpMac[7030:123279] #70 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.145398 WingWarpMac[7030:123279] #71 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.145414 WingWarpMac[7030:123279] #72 0x1018a2f03
in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
2017-02-19 16:12:54.145432 WingWarpMac[7030:123279] #73 0x1018a2c76
in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
2017-02-19 16:12:54.145449 WingWarpMac[7030:123279] #74 0x1018a2e2a
in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
2017-02-19 16:12:54.145500 WingWarpMac[7030:123279] #75 0x1018a9002
in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.145529 WingWarpMac[7030:123279] #76 0x1018a84bf
in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.145546 WingWarpMac[7030:123279] #77 0x1018ab2d9
in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.145562 WingWarpMac[7030:123279] #78 0x1018a3e95
in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.145581 WingWarpMac[7030:123279] #79 0x1018a4cba
in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.145597 WingWarpMac[7030:123279] #80 0x1018a7ed7
in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.145613 WingWarpMac[7030:123279] #81 0x109501aca
in pop_and_push_next (libgstrtpmanager.so+0x1baca)
2017-02-19 16:12:54.145651 WingWarpMac[7030:123279] #82 0x109500f4b
in gst_rtp_jitter_buffer_loop (libgstrtpmanager.so+0x1af4b)
2017-02-19 16:12:54.145727 WingWarpMac[7030:123279] #83 0x1018d6152
in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
2017-02-19 16:12:54.145754 WingWarpMac[7030:123279] #84 0x1016f84a1
in g_thread_pool_thread_proxy (libglib-2.0.0.dylib+0x5f4a1)
2017-02-19 16:12:54.145799 WingWarpMac[7030:123279] #85 0x1016f7519
in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
2017-02-19 16:12:54.145821 WingWarpMac[7030:123279] #86 0x1022e1c4f
in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 16:12:54.145841 WingWarpMac[7030:123279] #87 0x1022e1b9b
in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 16:12:54.145857 WingWarpMac[7030:123279] #88 0x1022e1384
in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 16:12:54.145883 WingWarpMac[7030:123279]
2017-02-19 16:12:54.145904 WingWarpMac[7030:123279] 0x60400007e690 is
located 0 bytes inside of 48-byte region [0x60400007e690,0x60400007e6c0)
2017-02-19 16:12:54.145921 WingWarpMac[7030:123279] freed by thread T48
here:
2017-02-19 16:12:54.145937 WingWarpMac[7030:123279] #0 0x100521db9
in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
2017-02-19 16:12:54.145961 WingWarpMac[7030:123279] #1 0x1022e3703
in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
2017-02-19 16:12:54.145984 WingWarpMac[7030:123279] #2 0x1022e3487
in _pthread_exit (libsystem_pthread.dylib+0x5487)
2017-02-19 16:12:54.146033 WingWarpMac[7030:123279] #3 0x1022e1954
in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
2017-02-19 16:12:54.146075 WingWarpMac[7030:123279] #4 0x1022e1374
in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 16:12:54.146102 WingWarpMac[7030:123279]
2017-02-19 16:12:54.146125 WingWarpMac[7030:123279] previously allocated
by thread T48 here:
2017-02-19 16:12:54.146178 WingWarpMac[7030:123279] #0 0x100521bf0
in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
2017-02-19 16:12:54.146216 WingWarpMac[7030:123279] #1 0x1016d6847
in g_malloc (libglib-2.0.0.dylib+0x3d847)
2017-02-19 16:12:54.146238 WingWarpMac[7030:123279] #2 0x1016eb9c7
in g_slice_alloc (libglib-2.0.0.dylib+0x529c7)
2017-02-19 16:12:54.146256 WingWarpMac[7030:123279] #3 0x1016ec42e
in g_slice_alloc0 (libglib-2.0.0.dylib+0x5342e)
2017-02-19 16:12:54.146270 WingWarpMac[7030:123279] #4 0x1016f7833
in g_thread_self (libglib-2.0.0.dylib+0x5e833)
2017-02-19 16:12:54.146285 WingWarpMac[7030:123279] #5 0x119c4d723
in gst_gl_context_activate (libgstgl-1.0.0.dylib+0x7723)
2017-02-19 16:12:54.146312 WingWarpMac[7030:123279] #6 0x119c74266
in __gst_gl_window_cocoa_send_message_async_block_invoke
(libgstgl-1.0.0.dylib+0x2e266)
2017-02-19 16:12:54.146374 WingWarpMac[7030:123279] #7 0x100520e73
in __wrap_dispatch_async_block_invoke
(libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 16:12:54.146395 WingWarpMac[7030:123279] #8 0x1022736e4
in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 16:12:54.146410 WingWarpMac[7030:123279] #9 0x102269f5b
in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.146427 WingWarpMac[7030:123279] #10 0x102281a58
in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 16:12:54.146443 WingWarpMac[7030:123279] #11 0x102273488
in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 16:12:54.146461 WingWarpMac[7030:123279] #12 0x10226c1d6
in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 16:12:54.146488 WingWarpMac[7030:123279] #13 0x10226bee7
in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 16:12:54.146538 WingWarpMac[7030:123279] #14 0x1022e1899
in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 16:12:54.146558 WingWarpMac[7030:123279] #15 0x1022e1374
in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 16:12:54.146576 WingWarpMac[7030:123279]
2017-02-19 16:12:54.146590 WingWarpMac[7030:123279] Thread T38 created
by T31 here:
2017-02-19 16:12:54.146607 WingWarpMac[7030:123279] #0 0x100518379
in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.146672 WingWarpMac[7030:123279] #1 0x101718fc3
in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.146703 WingWarpMac[7030:123279] #2 0x1016f7728
in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
2017-02-19 16:12:54.146721 WingWarpMac[7030:123279] #3 0x1016f7b3f
in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
2017-02-19 16:12:54.146739 WingWarpMac[7030:123279] #4 0x1016f7bda
in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
2017-02-19 16:12:54.146754 WingWarpMac[7030:123279] #5 0x1018d685d
in default_push (libgstreamer-1.0.0.dylib+0x8085d)
2017-02-19 16:12:54.146780 WingWarpMac[7030:123279] #6 0x1018d5ba0
in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
2017-02-19 16:12:54.146835 WingWarpMac[7030:123279] #7 0x1018a9c8d
in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
2017-02-19 16:12:54.146860 WingWarpMac[7030:123279] #8 0x10189e5b2
in activate_mode_internal (libgstreamer-1.0.0.dylib+0x485b2)
2017-02-19 16:12:54.146880 WingWarpMac[7030:123279] #9 0x10189df32
in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
2017-02-19 16:12:54.146932 WingWarpMac[7030:123279] #10 0x10188a9e2
in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
2017-02-19 16:12:54.146976 WingWarpMac[7030:123279] #11 0x10189619c
in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
2017-02-19 16:12:54.147023 WingWarpMac[7030:123279] #12 0x10188a995
in iterator_activate_fold_with_resync (libgstreamer-1.0.0.dylib+0x34995)
2017-02-19 16:12:54.147097 WingWarpMac[7030:123279] #13 0x10188a769
in gst_element_pads_activate (libgstreamer-1.0.0.dylib+0x34769)
2017-02-19 16:12:54.147126 WingWarpMac[7030:123279] #14 0x10188970e
in gst_element_change_state_func (libgstreamer-1.0.0.dylib+0x3370e)
2017-02-19 16:12:54.147145 WingWarpMac[7030:123279] #15 0x1094f6c2e
in gst_rtp_jitter_buffer_change_state (libgstrtpmanager.so+0x10c2e)
2017-02-19 16:12:54.147160 WingWarpMac[7030:123279] #16 0x101888291
in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.147176 WingWarpMac[7030:123279] #17 0x10188848b
in gst_element_change_state (libgstreamer-1.0.0.dylib+0x3248b)
2017-02-19 16:12:54.147193 WingWarpMac[7030:123279] #18 0x1018899c8
in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.147246 WingWarpMac[7030:123279] #19 0x1094f000e
in new_ssrc_pad_found (libgstrtpmanager.so+0xa00e)
2017-02-19 16:12:54.147300 WingWarpMac[7030:123279] #20 0x10236a883
in ffi_call_unix64 (libffi.6.dylib+0x5883)
2017-02-19 16:12:54.147337 WingWarpMac[7030:123279] #21
0x70000d5cef0f (<unknown module>)
2017-02-19 16:12:54.147379 WingWarpMac[7030:123279]
2017-02-19 16:12:54.147427 WingWarpMac[7030:123279] Thread T31 created
by T23 here:
2017-02-19 16:12:54.147455 WingWarpMac[7030:123279] #0 0x100518379
in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.147485 WingWarpMac[7030:123279] #1 0x101718fc3
in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.147541 WingWarpMac[7030:123279] #2 0x1016f7728
in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
2017-02-19 16:12:54.147562 WingWarpMac[7030:123279] #3 0x1016f7b3f
in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
2017-02-19 16:12:54.147583 WingWarpMac[7030:123279] #4 0x1016f7bda
in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
2017-02-19 16:12:54.147600 WingWarpMac[7030:123279] #5 0x1018d685d
in default_push (libgstreamer-1.0.0.dylib+0x8085d)
2017-02-19 16:12:54.147616 WingWarpMac[7030:123279] #6 0x1018d5ba0
in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
2017-02-19 16:12:54.147655 WingWarpMac[7030:123279] #7 0x1018a9c8d
in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
2017-02-19 16:12:54.147694 WingWarpMac[7030:123279] #8 0x1023178f3
in gst_base_src_perform_seek (libgstbase-1.0.0.dylib+0x238f3)
2017-02-19 16:12:54.147715 WingWarpMac[7030:123279] #9 0x102316f73
in gst_base_src_start_complete (libgstbase-1.0.0.dylib+0x22f73)
2017-02-19 16:12:54.147732 WingWarpMac[7030:123279] #10 0x10231da79
in gst_base_src_start (libgstbase-1.0.0.dylib+0x29a79)
2017-02-19 16:12:54.147749 WingWarpMac[7030:123279] #11 0x10231a6cd
in gst_base_src_activate_mode (libgstbase-1.0.0.dylib+0x266cd)
2017-02-19 16:12:54.147765 WingWarpMac[7030:123279] #12 0x10189e5b2
in activate_mode_internal (libgstreamer-1.0.0.dylib+0x485b2)
2017-02-19 16:12:54.147781 WingWarpMac[7030:123279] #13 0x10189df32
in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
2017-02-19 16:12:54.147837 WingWarpMac[7030:123279] #14 0x10188a9e2
in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
2017-02-19 16:12:54.147874 WingWarpMac[7030:123279] #15 0x10189619c
in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
2017-02-19 16:12:54.147893 WingWarpMac[7030:123279] #16 0x10188a995
in iterator_activate_fold_with_resync (libgstreamer-1.0.0.dylib+0x34995)
2017-02-19 16:12:54.147909 WingWarpMac[7030:123279] #17 0x10188a769
in gst_element_pads_activate (libgstreamer-1.0.0.dylib+0x34769)
2017-02-19 16:12:54.147934 WingWarpMac[7030:123279] #18 0x10188970e
in gst_element_change_state_func (libgstreamer-1.0.0.dylib+0x3370e)
2017-02-19 16:12:54.147998 WingWarpMac[7030:123279] #19 0x102318278
in gst_base_src_change_state (libgstbase-1.0.0.dylib+0x24278)
2017-02-19 16:12:54.148045 WingWarpMac[7030:123279] #20 0x11bb13504
in gst_udpsrc_change_state (libgstudp.so+0x6504)
2017-02-19 16:12:54.148105 WingWarpMac[7030:123279] #21 0x101888291
in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.148131 WingWarpMac[7030:123279] #22 0x1018899c8
in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.148147 WingWarpMac[7030:123279] #23 0x1195e01ee
in gst_rtspsrc_play (libgstrtsp.so+0xd1ee)
2017-02-19 16:12:54.148163 WingWarpMac[7030:123279] #24 0x1195dbb1f
in gst_rtspsrc_thread (libgstrtsp.so+0x8b1f)
2017-02-19 16:12:54.148182 WingWarpMac[7030:123279] #25 0x1018d6152
in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
2017-02-19 16:12:54.148199 WingWarpMac[7030:123279] #26 0x1016f84a1
in g_thread_pool_thread_proxy (libglib-2.0.0.dylib+0x5f4a1)
2017-02-19 16:12:54.148265 WingWarpMac[7030:123279] #27 0x1016f7519
in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
2017-02-19 16:12:54.148308 WingWarpMac[7030:123279] #28 0x1022e1c4f
in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 16:12:54.148411 WingWarpMac[7030:123279] #29 0x1022e1b9b
in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 16:12:54.148473 WingWarpMac[7030:123279] #30 0x1022e1384
in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 16:12:54.148509 WingWarpMac[7030:123279]
2017-02-19 16:12:54.148575 WingWarpMac[7030:123279] Thread T23 created
by T19 here:
2017-02-19 16:12:54.148632 WingWarpMac[7030:123279] #0 0x100518379
in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.148694 WingWarpMac[7030:123279] #1 0x101718fc3
in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.148744 WingWarpMac[7030:123279] #2 0x1016f7728
in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
2017-02-19 16:12:54.148771 WingWarpMac[7030:123279] #3 0x1016f7b3f
in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
2017-02-19 16:12:54.148789 WingWarpMac[7030:123279] #4 0x1016f7bda
in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
2017-02-19 16:12:54.148806 WingWarpMac[7030:123279] #5 0x1018d685d
in default_push (libgstreamer-1.0.0.dylib+0x8085d)
2017-02-19 16:12:54.148839 WingWarpMac[7030:123279] #6 0x1018d5ba0
in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
2017-02-19 16:12:54.148857 WingWarpMac[7030:123279] #7 0x1195dade2
in gst_rtspsrc_loop_send_cmd (libgstrtsp.so+0x7de2)
2017-02-19 16:12:54.148876 WingWarpMac[7030:123279] #8 0x1195da231
in gst_rtspsrc_change_state (libgstrtsp.so+0x7231)
2017-02-19 16:12:54.148890 WingWarpMac[7030:123279] #9 0x101888291
in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.148906 WingWarpMac[7030:123279] #10 0x1018899c8
in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.148923 WingWarpMac[7030:123279] #11 0x1018613fb
in gst_bin_change_state_func (libgstreamer-1.0.0.dylib+0xb3fb)
2017-02-19 16:12:54.148979 WingWarpMac[7030:123279] #12 0x101888291
in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.149002 WingWarpMac[7030:123279] #13 0x1018899c8
in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.149019 WingWarpMac[7030:123279] #14 0x1001523a9
in -[GStreamerBackend play:] GStreamerBackend.m:246
2017-02-19 16:12:54.149037 WingWarpMac[7030:123279] #15 0x10015104d
in state_changed_cb GStreamerBackend.m:429
2017-02-19 16:12:54.149053 WingWarpMac[7030:123279] #16 0x101804fe7
in g_cclosure_marshal_VOID__BOXEDv (libgobject-2.0.0.dylib+0xafe7)
2017-02-19 16:12:54.149071 WingWarpMac[7030:123279] #17 0x101801c28
in _g_closure_invoke_va (libgobject-2.0.0.dylib+0x7c28)
2017-02-19 16:12:54.149088 WingWarpMac[7030:123279] #18 0x10181768d
in g_signal_emit_valist (libgobject-2.0.0.dylib+0x1d68d)
2017-02-19 16:12:54.149129 WingWarpMac[7030:123279] #19 0x1018180a5
in g_signal_emit (libgobject-2.0.0.dylib+0x1e0a5)
2017-02-19 16:12:54.149187 WingWarpMac[7030:123279] #20 0x101870c57
in gst_bus_async_signal_func (libgstreamer-1.0.0.dylib+0x1ac57)
2017-02-19 16:12:54.149248 WingWarpMac[7030:123279] #21 0x101871145
in gst_bus_source_dispatch (libgstreamer-1.0.0.dylib+0x1b145)
2017-02-19 16:12:54.149288 WingWarpMac[7030:123279] #22 0x1016cfa1f
in g_main_context_dispatch (libglib-2.0.0.dylib+0x36a1f)
2017-02-19 16:12:54.149310 WingWarpMac[7030:123279] #23 0x1016cfd43
in g_main_context_iterate (libglib-2.0.0.dylib+0x36d43)
2017-02-19 16:12:54.149330 WingWarpMac[7030:123279] #24 0x1016d006e
in g_main_loop_run (libglib-2.0.0.dylib+0x3706e)
2017-02-19 16:12:54.149347 WingWarpMac[7030:123279] #25 0x100154ab5
in -[GStreamerBackend runApp] GStreamerBackend.m:606
2017-02-19 16:12:54.149409 WingWarpMac[7030:123279] #26 0x1001519bd
in thread_func GStreamerBackend.m:672
2017-02-19 16:12:54.149436 WingWarpMac[7030:123279] #27 0x1016f7519
in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
2017-02-19 16:12:54.149454 WingWarpMac[7030:123279] #28 0x1022e1c4f
in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 16:12:54.149473 WingWarpMac[7030:123279] #29 0x1022e1b9b
in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 16:12:54.149488 WingWarpMac[7030:123279] #30 0x1022e1384
in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 16:12:54.149504 WingWarpMac[7030:123279]
2017-02-19 16:12:54.149555 WingWarpMac[7030:123279] Thread T19 created
by T0 here:
2017-02-19 16:12:54.149576 WingWarpMac[7030:123279] #0 0x100518379
in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.149592 WingWarpMac[7030:123279] #1 0x101718fc3
in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.149608 WingWarpMac[7030:123279] #2 0x1016f7596
in g_thread_new (libglib-2.0.0.dylib+0x5e596)
2017-02-19 16:12:54.149624 WingWarpMac[7030:123279] #3 0x10014f900
in -[GStreamerBackend start:] GStreamerBackend.m:215
2017-02-19 16:12:54.149641 WingWarpMac[7030:123279] #4 0x10007d22a
in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
2017-02-19 16:12:54.149657 WingWarpMac[7030:123279] #5
0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 16:12:54.149695 WingWarpMac[7030:123279] #6
0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 16:12:54.149749 WingWarpMac[7030:123279] #7
0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 16:12:54.149773 WingWarpMac[7030:123279] #8 0x1001b401d
in -[AppDelegate selectCamera:] AppDelegate.m:693
2017-02-19 16:12:54.149789 WingWarpMac[7030:123279] #9
0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 16:12:54.149811 WingWarpMac[7030:123279] #10
0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:]
(AppKit+0x7c3c9b)
2017-02-19 16:12:54.149827 WingWarpMac[7030:123279] #11
0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
2017-02-19 16:12:54.149846 WingWarpMac[7030:123279] #12
0x7fffb024db71 in -[NSCarbonMenuImpl
performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
2017-02-19 16:12:54.149905 WingWarpMac[7030:123279] #13
0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 16:12:54.149933 WingWarpMac[7030:123279] #14
0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
2017-02-19 16:12:54.149949 WingWarpMac[7030:123279] #15
0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:]
(AppKit+0x321067)
2017-02-19 16:12:54.149968 WingWarpMac[7030:123279] #16
0x7fffb02d6e94 in -[NSCarbonMenuImpl
_carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
2017-02-19 16:12:54.149985 WingWarpMac[7030:123279] #17
0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
2017-02-19 16:12:54.150021 WingWarpMac[7030:123279] #18
0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*,
OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
2017-02-19 16:12:54.150080 WingWarpMac[7030:123279] #19
0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*,
OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
2017-02-19 16:12:54.150111 WingWarpMac[7030:123279] #20
0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
2017-02-19 16:12:54.150177 WingWarpMac[7030:123279] #21
0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*,
unsigned int, unsigned int, unsigned char, void const*,
OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**)
(HIToolbox+0x69d35)
2017-02-19 16:12:54.150220 WingWarpMac[7030:123279] #22
0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
2017-02-19 16:12:54.150254 WingWarpMac[7030:123279] #23
0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
2017-02-19 16:12:54.150275 WingWarpMac[7030:123279] #24
0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*,
MenuResult*) (HIToolbox+0x951cc)
2017-02-19 16:12:54.150296 WingWarpMac[7030:123279] #25
0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int,
OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
2017-02-19 16:12:54.150333 WingWarpMac[7030:123279] #26
0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
2017-02-19 16:12:54.150377 WingWarpMac[7030:123279] #27
0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
2017-02-19 16:12:54.150395 WingWarpMac[7030:123279] #28
0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
2017-02-19 16:12:54.150418 WingWarpMac[7030:123279] #29
0x7fffb0777641 in -[NSApplication(NSEvent)
_nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
2017-02-19 16:12:54.150439 WingWarpMac[7030:123279] #30
0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 16:12:54.150458 WingWarpMac[7030:123279] #31
0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 16:12:54.150517 WingWarpMac[7030:123279] #32 0x100156b01
in main main.m:12
2017-02-19 16:12:54.150552 WingWarpMac[7030:123279] #33
0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 16:12:54.150570 WingWarpMac[7030:123279]
2017-02-19 16:12:54.150589 WingWarpMac[7030:123279] Thread T48 created
by T6 here:
2017-02-19 16:12:54.150605 WingWarpMac[7030:123279] <empty stack>
2017-02-19 16:12:54.150660 WingWarpMac[7030:123279]
2017-02-19 16:12:54.150690 WingWarpMac[7030:123279] Thread T6 created by
T4 here:
2017-02-19 16:12:54.150709 WingWarpMac[7030:123279] #0 0x100518379
in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.150730 WingWarpMac[7030:123279] #1
0x7fffb3ef075a in -[NSThread start] (Foundation+0x3275a)
2017-02-19 16:12:54.150793 WingWarpMac[7030:123279] #2
0x7fffb163b4f4 in __48+[NSURLConnection(Loader)
resourceLoaderRunLoop]_block_invoke (CFNetwork+0x64f4)
2017-02-19 16:12:54.150813 WingWarpMac[7030:123279] #3 0x102269f5b
in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.150829 WingWarpMac[7030:123279] #4 0x102269f3b
in dispatch_once_f (libdispatch.dylib+0x1f3b)
2017-02-19 16:12:54.150847 WingWarpMac[7030:123279] #5
0x7fffb163b3f8 in +[NSURLConnection(Loader) resourceLoaderRunLoop]
(CFNetwork+0x63f8)
2017-02-19 16:12:54.150863 WingWarpMac[7030:123279] #6
0x7fffb165c68e in ___ZL22_coreSchedulingSet_RLMv_block_invoke
(CFNetwork+0x2768e)
2017-02-19 16:12:54.150879 WingWarpMac[7030:123279] #7 0x102269f5b
in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.150909 WingWarpMac[7030:123279] #8 0x102269f3b
in dispatch_once_f (libdispatch.dylib+0x1f3b)
2017-02-19 16:12:54.150983 WingWarpMac[7030:123279] #9
0x7fffb165c630 in _coreSchedulingSet_RLM() (CFNetwork+0x27630)
2017-02-19 16:12:54.151007 WingWarpMac[7030:123279] #10
0x7fffb165c792 in
___ZN17CoreSchedulingSet23copyRunloopEmulationSetEv_block_invoke
(CFNetwork+0x27792)
2017-02-19 16:12:54.151025 WingWarpMac[7030:123279] #11 0x102269f5b
in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.151042 WingWarpMac[7030:123279] #12 0x102269f3b
in dispatch_once_f (libdispatch.dylib+0x1f3b)
2017-02-19 16:12:54.151059 WingWarpMac[7030:123279] #13
0x7fffb165c77e in CoreSchedulingSet::copyRunloopEmulationSet()
(CFNetwork+0x2777e)
2017-02-19 16:12:54.151141 WingWarpMac[7030:123279] #14
0x7fffb1660c50 in
URLConnectionLoader::_private_ScheduleOriginLoad(NSURLRequest const*,
_CFCachedURLResponse const*) (CFNetwork+0x2bc50)
2017-02-19 16:12:54.151194 WingWarpMac[7030:123279] #15
0x7fffb1652ac5 in URLConnectionLoader::loadWithWhatToDo(NSURLRequest
const*, _CFCachedURLResponse const*, long,
URLConnectionLoader::WhatToDo) (CFNetwork+0x1dac5)
2017-02-19 16:12:54.151224 WingWarpMac[7030:123279] #16
0x7fffb16525da in
___ZN19URLConnectionLoader22_loaderEvent_StartLoadEPK16NSURLSessionTask_block_invoke_6
(CFNetwork+0x1d5da)
2017-02-19 16:12:54.151246 WingWarpMac[7030:123279] #17
0x7fffb164caa2 in
___ZNK25URLConnectionInstanceData18withWorkQueueAsyncEU13block_pointerFvvE_block_invoke
(CFNetwork+0x17aa2)
2017-02-19 16:12:54.151263 WingWarpMac[7030:123279] #18 0x100520e73
in __wrap_dispatch_async_block_invoke
(libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 16:12:54.151279 WingWarpMac[7030:123279] #19 0x1022736e4
in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 16:12:54.151310 WingWarpMac[7030:123279] #20 0x102269f5b
in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.151327 WingWarpMac[7030:123279] #21 0x102281a58
in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 16:12:54.151345 WingWarpMac[7030:123279] #22 0x102273488
in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 16:12:54.151360 WingWarpMac[7030:123279] #23 0x10227a706
in _dispatch_queue_override_invoke (libdispatch.dylib+0x12706)
2017-02-19 16:12:54.151376 WingWarpMac[7030:123279] #24 0x10226c1d6
in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 16:12:54.151394 WingWarpMac[7030:123279] #25 0x10226bee7
in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 16:12:54.151412 WingWarpMac[7030:123279] #26 0x1022e1899
in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 16:12:54.151508 WingWarpMac[7030:123279] #27 0x1022e1374
in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 16:12:54.151532 WingWarpMac[7030:123279]
2017-02-19 16:12:54.151549 WingWarpMac[7030:123279] Thread T4 created by
T0 here:
2017-02-19 16:12:54.151563 WingWarpMac[7030:123279] <empty stack>
2017-02-19 16:12:54.151577 WingWarpMac[7030:123279]
2017-02-19 16:12:54.151646 WingWarpMac[7030:123279] SUMMARY:
AddressSanitizer: heap-use-after-free
(libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 16:12:54.151672 WingWarpMac[7030:123279] Shadow bytes around
the buggy address:
2017-02-19 16:12:54.151690 WingWarpMac[7030:123279] 0x1c080000fc80: fa
fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151706 WingWarpMac[7030:123279] 0x1c080000fc90: fa
fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151733 WingWarpMac[7030:123279] 0x1c080000fca0: fa
fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151800 WingWarpMac[7030:123279] 0x1c080000fcb0: fa
fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151823 WingWarpMac[7030:123279] 0x1c080000fcc0: fa
fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151843 WingWarpMac[7030:123279] =>0x1c080000fcd0: fa
fa[fd]fd fd fd fd fd fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151861 WingWarpMac[7030:123279] 0x1c080000fce0: fa
fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151881 WingWarpMac[7030:123279] 0x1c080000fcf0: fa
fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151920 WingWarpMac[7030:123279] 0x1c080000fd00: fa
fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151969 WingWarpMac[7030:123279] 0x1c080000fd10: fa
fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.152005 WingWarpMac[7030:123279] 0x1c080000fd20: fa
fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.152021 WingWarpMac[7030:123279] Shadow byte legend
(one shadow byte represents 8 application bytes):
2017-02-19 16:12:54.152037 WingWarpMac[7030:123279]
Addressable: 00
2017-02-19 16:12:54.152092 WingWarpMac[7030:123279] Partially
addressable: 01 02 03 04 05 06 07
2017-02-19 16:12:54.152131 WingWarpMac[7030:123279] Heap left
redzone: fa
2017-02-19 16:12:54.152176 WingWarpMac[7030:123279] Heap right
redzone: fb
2017-02-19 16:12:54.152195 WingWarpMac[7030:123279] Freed heap
region: fd
2017-02-19 16:12:54.152212 WingWarpMac[7030:123279] Stack left
redzone: f1
2017-02-19 16:12:54.152260 WingWarpMac[7030:123279] Stack mid
redzone: f2
2017-02-19 16:12:54.152286 WingWarpMac[7030:123279] Stack right
redzone: f3
2017-02-19 16:12:54.152302 WingWarpMac[7030:123279] Stack partial
redzone: f4
2017-02-19 16:12:54.152322 WingWarpMac[7030:123279] Stack after
return: f5
2017-02-19 16:12:54.152336 WingWarpMac[7030:123279] Stack use after
scope: f8
2017-02-19 16:12:54.152354 WingWarpMac[7030:123279] Global
redzone: f9
2017-02-19 16:12:54.152370 WingWarpMac[7030:123279] Global init
order: f6
2017-02-19 16:12:54.152406 WingWarpMac[7030:123279] Poisoned by
user: f7
2017-02-19 16:12:54.152443 WingWarpMac[7030:123279] Container
overflow: fc
2017-02-19 16:12:54.152459 WingWarpMac[7030:123279] Array
cookie: ac
2017-02-19 16:12:54.152474 WingWarpMac[7030:123279] Intra object
redzone: bb
2017-02-19 16:12:54.152491 WingWarpMac[7030:123279] ASan
internal: fe
2017-02-19 16:12:54.152507 WingWarpMac[7030:123279] Left alloca
redzone: ca
2017-02-19 16:12:54.152565 WingWarpMac[7030:123279] Right alloca
redzone: cb
2017-02-19 16:12:54.152596 WingWarpMac[7030:123279]
==7030==ABORTING
-------------- next part --------------
=================================================================
==1538==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60400028eed0 at pc 0x000100515993 bp 0x70000313bd80 sp 0x70000313b540
WRITE of size 48 at 0x60400028eed0 thread T26
#0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 gslice.c:1135
#2 0x10e6e407c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#3 0x10e6d8db0 in gst_gl_window_default_send_message gstglwindow.c:620
#4 0x10e6bf0c4 in gst_gl_context_thread_add gstglcontext.c:1547
#5 0x10e6d1d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
#6 0x10e7d6e90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
#7 0x102321b75 in default_generate_output gstbasetransform.c:2154
#8 0x102323bb6 in gst_base_transform_chain gstbasetransform.c:2336
#9 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#10 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#11 0x1018a590a in gst_pad_push gstpad.c:4573
#12 0x102323afb in gst_base_transform_chain gstbasetransform.c:2372
#13 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#14 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#15 0x1018a590a in gst_pad_push gstpad.c:4573
#16 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
#17 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#18 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#19 0x1018a590a in gst_pad_push gstpad.c:4573
#20 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
#21 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#22 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#23 0x1018a590a in gst_pad_push gstpad.c:4573
#24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
#25 0x1015fc3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
#26 0x10e6954ad in gst_vtdec_push_frames_if_needed vtdec.c:833
#27 0x1016004c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
#28 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#29 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#30 0x1018ab2d9 in push_sticky gstpad.c:3804
#31 0x1018a3e95 in events_foreach gstpad.c:603
#32 0x1018a4cba in check_sticky gstpad.c:3861
#33 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#34 0x10e3c51ff in gst_queue_loop gstqueue.c:1431
#35 0x1018d6152 in gst_task_func gsttask.c:334
#36 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#37 0x1016f7519 in g_thread_proxy gthread.c:780
#38 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#39 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#40 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
AddressSanitizer can not describe address in more detail (wild memory access suspected).
SUMMARY: AddressSanitizer: heap-buffer-overflow (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c0800051d80: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa
0x1c0800051d90: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
0x1c0800051da0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 00
0x1c0800051db0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
0x1c0800051dc0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
=>0x1c0800051dd0: fa fa 00 00 00 00 00 fa fa fa[fa]fa fa fa fa fa
0x1c0800051de0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
0x1c0800051df0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
0x1c0800051e00: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
0x1c0800051e10: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 00
0x1c0800051e20: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
Thread T26 created by T24 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
#8 0x10e3c1d7e in gst_queue_src_activate_mode gstqueue.c:1721
#9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
#10 0x10189df32 in gst_pad_set_active gstpad.c:1064
#11 0x10188a9e2 in activate_pads gstelement.c:2783
#12 0x10189619c in gst_iterator_fold gstiterator.c:616
#13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
#14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
#15 0x10188970e in gst_element_change_state_func gstelement.c:2903
#16 0x101888291 in gst_element_change_state gstelement.c:2695
#17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
#19 0x101888291 in gst_element_change_state gstelement.c:2695
#20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#21 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
#22 0x10015111d in state_changed_cb GStreamerBackend.m:434
#23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
#24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
#25 0x10181768d in g_signal_emit_valist gsignal.c:3294
#26 0x1018180a5 in g_signal_emit gsignal.c:3441
#27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
#28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
#29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
#30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
#31 0x1016d006e in g_main_loop_run gmain.c:4163
#32 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
#33 0x100151a8d in thread_func GStreamerBackend.m:670
#34 0x1016f7519 in g_thread_proxy gthread.c:780
#35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T24 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7596 in g_thread_new gthread.c:870
#3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
#4 0x100061f79 in -[CameraDisplayViewController viewDidLoad] CameraDisplayViewController.m:73
#5 0x7fffb004cd52 in -[NSViewController _sendViewDidLoad] (AppKit+0x96d52)
#6 0x7fffb00437b2 in -[NSViewController _loadViewIfRequired] (AppKit+0x8d7b2)
#7 0x7fffb00435ec in -[NSViewController view] (AppKit+0x8d5ec)
#8 0x1001762cc in -[ReplayEventWindowController updateListView] ReplayEventWindowController.m:832
#9 0x10015ef04 in -[ReplayEventWindowController windowDidLoad] ReplayEventWindowController.m:265
#10 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
#11 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#12 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
#13 0x1001a9370 in -[AppDelegate recordReplayEvent:] AppDelegate.m:440
#14 0x1000caa74 in -[SelectEventOptionViewController recordAction:] SelectEventOptionViewController.m:32
#15 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#16 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#17 0x7fffb025f45f in -[NSControl sendAction:to:] (AppKit+0x2a945f)
#18 0x7fffb025f387 in __26-[NSCell _sendActionFrom:]_block_invoke (AppKit+0x2a9387)
#19 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#20 0x7fffb025f2df in -[NSCell _sendActionFrom:] (AppKit+0x2a92df)
#21 0x7fffb02a1cd8 in -[NSButtonCell _sendActionFrom:] (AppKit+0x2ebcd8)
#22 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#23 0x7fffb025dbc5 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2a7bc5)
#24 0x7fffb02a1a11 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2eba11)
#25 0x7fffb025c57a in -[NSControl mouseDown:] (AppKit+0x2a657a)
#26 0x7fffb08f1602 in -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] (AppKit+0x93b602)
#27 0x7fffb08ede1f in -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] (AppKit+0x937e1f)
#28 0x7fffb08ed2bd in -[NSWindow(NSEventRouting) sendEvent:] (AppKit+0x9372bd)
#29 0x7fffb0775bf4 in -[NSApplication(NSEvent) sendEvent:] (AppKit+0x7bfbf4)
#30 0x7fffb0253895 in -[NSApplication _doModalLoop:peek:] (AppKit+0x29d895)
#31 0x7fffb0433a41 in __35-[NSApplication runModalForWindow:]_block_invoke (AppKit+0x47da41)
#32 0x7fffb0251339 in -[NSApplication runModalForWindow:] (AppKit+0x29b339)
#33 0x7fffb24eb7db in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (CoreFoundation+0xa77db)
#34 0x7fffb24cc7e3 in __CFRunLoopDoBlocks (CoreFoundation+0x887e3)
#35 0x7fffb24cbf64 in __CFRunLoopRun (CoreFoundation+0x87f64)
#36 0x7fffb24cb973 in CFRunLoopRunSpecific (CoreFoundation+0x87973)
#37 0x7fffb1a57a5b in RunCurrentEventLoopInMode (HIToolbox+0x30a5b)
#38 0x7fffb1a57798 in ReceiveNextEventCommon (HIToolbox+0x30798)
#39 0x7fffb1a576c5 in _BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox+0x306c5)
#40 0x7fffafffd5b3 in _DPSNextEvent (AppKit+0x475b3)
#41 0x7fffb0777d6a in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1d6a)
#42 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#43 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#44 0x100156b21 in main main.m:12
#45 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 13:51:42.795968 WingWarpMac[1538:28439] =================================================================
2017-02-19 13:51:42.796122 WingWarpMac[1538:28439] ==1538==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60400028eed0 at pc 0x000100515993 bp 0x70000313bd80 sp 0x70000313b540
2017-02-19 13:51:42.796164 WingWarpMac[1538:28439] WRITE of size 48 at 0x60400028eed0 thread T26
2017-02-19 13:51:42.796229 WingWarpMac[1538:28439] #0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 13:51:42.796319 WingWarpMac[1538:28439] #1 0x1016ec73a in g_slice_free1 gslice.c:1135
2017-02-19 13:51:42.796357 WingWarpMac[1538:28439] #2 0x10e6e407c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
2017-02-19 13:51:42.796385 WingWarpMac[1538:28439] #3 0x10e6d8db0 in gst_gl_window_default_send_message gstglwindow.c:620
2017-02-19 13:51:42.796412 WingWarpMac[1538:28439] #4 0x10e6bf0c4 in gst_gl_context_thread_add gstglcontext.c:1547
2017-02-19 13:51:42.796442 WingWarpMac[1538:28439] #5 0x10e6d1d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
2017-02-19 13:51:42.796471 WingWarpMac[1538:28439] #6 0x10e7d6e90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
2017-02-19 13:51:42.796499 WingWarpMac[1538:28439] #7 0x102321b75 in default_generate_output gstbasetransform.c:2154
2017-02-19 13:51:42.796524 WingWarpMac[1538:28439] #8 0x102323bb6 in gst_base_transform_chain gstbasetransform.c:2336
2017-02-19 13:51:42.796550 WingWarpMac[1538:28439] #9 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 13:51:42.796576 WingWarpMac[1538:28439] #10 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 13:51:42.796602 WingWarpMac[1538:28439] #11 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 13:51:42.796668 WingWarpMac[1538:28439] #12 0x102323afb in gst_base_transform_chain gstbasetransform.c:2372
2017-02-19 13:51:42.796709 WingWarpMac[1538:28439] #13 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 13:51:42.796738 WingWarpMac[1538:28439] #14 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 13:51:42.796763 WingWarpMac[1538:28439] #15 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 13:51:42.796798 WingWarpMac[1538:28439] #16 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
2017-02-19 13:51:42.796825 WingWarpMac[1538:28439] #17 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 13:51:42.796849 WingWarpMac[1538:28439] #18 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 13:51:42.796872 WingWarpMac[1538:28439] #19 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 13:51:42.796896 WingWarpMac[1538:28439] #20 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
2017-02-19 13:51:42.796950 WingWarpMac[1538:28439] #21 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 13:51:42.796987 WingWarpMac[1538:28439] #22 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 13:51:42.797012 WingWarpMac[1538:28439] #23 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 13:51:42.797038 WingWarpMac[1538:28439] #24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
2017-02-19 13:51:42.797064 WingWarpMac[1538:28439] #25 0x1015fc3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
2017-02-19 13:51:42.797090 WingWarpMac[1538:28439] #26 0x10e6954ad in gst_vtdec_push_frames_if_needed vtdec.c:833
2017-02-19 13:51:42.797116 WingWarpMac[1538:28439] #27 0x1016004c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
2017-02-19 13:51:42.797141 WingWarpMac[1538:28439] #28 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:51:42.797166 WingWarpMac[1538:28439] #29 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:51:42.797190 WingWarpMac[1538:28439] #30 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:51:42.797213 WingWarpMac[1538:28439] #31 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:51:42.797235 WingWarpMac[1538:28439] #32 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:51:42.797258 WingWarpMac[1538:28439] #33 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:51:42.797282 WingWarpMac[1538:28439] #34 0x10e3c51ff in gst_queue_loop gstqueue.c:1431
2017-02-19 13:51:42.797305 WingWarpMac[1538:28439] #35 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 13:51:42.797327 WingWarpMac[1538:28439] #36 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 13:51:42.797384 WingWarpMac[1538:28439] #37 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 13:51:42.797408 WingWarpMac[1538:28439] #38 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:51:42.797433 WingWarpMac[1538:28439] #39 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:51:42.797457 WingWarpMac[1538:28439] #40 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:51:42.797479 WingWarpMac[1538:28439]
2017-02-19 13:51:42.797521 WingWarpMac[1538:28439] AddressSanitizer can not describe address in more detail (wild memory access suspected).
2017-02-19 13:51:42.797571 WingWarpMac[1538:28439] SUMMARY: AddressSanitizer: heap-buffer-overflow (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 13:51:42.797663 WingWarpMac[1538:28439] Shadow bytes around the buggy address:
2017-02-19 13:51:42.797698 WingWarpMac[1538:28439] 0x1c0800051d80: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa
2017-02-19 13:51:42.797746 WingWarpMac[1538:28439] 0x1c0800051d90: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.797774 WingWarpMac[1538:28439] 0x1c0800051da0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 00
2017-02-19 13:51:42.797800 WingWarpMac[1538:28439] 0x1c0800051db0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.797825 WingWarpMac[1538:28439] 0x1c0800051dc0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.797850 WingWarpMac[1538:28439] =>0x1c0800051dd0: fa fa 00 00 00 00 00 fa fa fa[fa]fa fa fa fa fa
2017-02-19 13:51:42.797873 WingWarpMac[1538:28439] 0x1c0800051de0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.797931 WingWarpMac[1538:28439] 0x1c0800051df0: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.798094 WingWarpMac[1538:28439] 0x1c0800051e00: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.798232 WingWarpMac[1538:28439] 0x1c0800051e10: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 00
2017-02-19 13:51:42.798290 WingWarpMac[1538:28439] 0x1c0800051e20: fa fa 00 00 00 00 00 fa fa fa 00 00 00 00 00 fa
2017-02-19 13:51:42.798329 WingWarpMac[1538:28439] Shadow byte legend (one shadow byte represents 8 application bytes):
2017-02-19 13:51:42.798354 WingWarpMac[1538:28439] Addressable: 00
2017-02-19 13:51:42.798380 WingWarpMac[1538:28439] Partially addressable: 01 02 03 04 05 06 07
2017-02-19 13:51:42.798434 WingWarpMac[1538:28439] Heap left redzone: fa
2017-02-19 13:51:42.798463 WingWarpMac[1538:28439] Heap right redzone: fb
2017-02-19 13:51:42.798488 WingWarpMac[1538:28439] Freed heap region: fd
2017-02-19 13:51:42.798512 WingWarpMac[1538:28439] Stack left redzone: f1
2017-02-19 13:51:42.798536 WingWarpMac[1538:28439] Stack mid redzone: f2
2017-02-19 13:51:42.798559 WingWarpMac[1538:28439] Stack right redzone: f3
2017-02-19 13:51:42.798583 WingWarpMac[1538:28439] Stack partial redzone: f4
2017-02-19 13:51:42.798606 WingWarpMac[1538:28439] Stack after return: f5
2017-02-19 13:51:42.798632 WingWarpMac[1538:28439] Stack use after scope: f8
2017-02-19 13:51:42.798653 WingWarpMac[1538:28439] Global redzone: f9
2017-02-19 13:51:42.798685 WingWarpMac[1538:28439] Global init order: f6
2017-02-19 13:51:42.798716 WingWarpMac[1538:28439] Poisoned by user: f7
2017-02-19 13:51:42.798800 WingWarpMac[1538:28439] Container overflow: fc
2017-02-19 13:51:42.798832 WingWarpMac[1538:28439] Array cookie: ac
2017-02-19 13:51:42.798857 WingWarpMac[1538:28439] Intra object redzone: bb
2017-02-19 13:51:42.798879 WingWarpMac[1538:28439] ASan internal: fe
2017-02-19 13:51:42.798900 WingWarpMac[1538:28439] Left alloca redzone: ca
2017-02-19 13:51:42.798921 WingWarpMac[1538:28439] Right alloca redzone: cb
2017-02-19 13:51:42.798942 WingWarpMac[1538:28439] Thread T26 created by T24 here:
2017-02-19 13:51:42.799006 WingWarpMac[1538:28439] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:51:42.799055 WingWarpMac[1538:28439] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 13:51:42.799084 WingWarpMac[1538:28439] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 13:51:42.799118 WingWarpMac[1538:28439] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 13:51:42.799143 WingWarpMac[1538:28439] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 13:51:42.799252 WingWarpMac[1538:28439] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 13:51:42.799305 WingWarpMac[1538:28439] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 13:51:42.799389 WingWarpMac[1538:28439] #7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
2017-02-19 13:51:42.799474 WingWarpMac[1538:28439] #8 0x10e3c1d7e in gst_queue_src_activate_mode gstqueue.c:1721
2017-02-19 13:51:42.799555 WingWarpMac[1538:28439] #9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
2017-02-19 13:51:42.799665 WingWarpMac[1538:28439] #10 0x10189df32 in gst_pad_set_active gstpad.c:1064
2017-02-19 13:51:42.799716 WingWarpMac[1538:28439] #11 0x10188a9e2 in activate_pads gstelement.c:2783
2017-02-19 13:51:42.799738 WingWarpMac[1538:28439] #12 0x10189619c in gst_iterator_fold gstiterator.c:616
2017-02-19 13:51:42.799757 WingWarpMac[1538:28439] #13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
2017-02-19 13:51:42.799776 WingWarpMac[1538:28439] #14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
2017-02-19 13:51:42.799858 WingWarpMac[1538:28439] #15 0x10188970e in gst_element_change_state_func gstelement.c:2903
2017-02-19 13:51:42.799921 WingWarpMac[1538:28439] #16 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 13:51:42.800006 WingWarpMac[1538:28439] #17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 13:51:42.800065 WingWarpMac[1538:28439] #18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
2017-02-19 13:51:42.800116 WingWarpMac[1538:28439] #19 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 13:51:42.800146 WingWarpMac[1538:28439] #20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 13:51:42.800213 WingWarpMac[1538:28439] #21 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
2017-02-19 13:51:42.800353 WingWarpMac[1538:28439] #22 0x10015111d in state_changed_cb GStreamerBackend.m:434
2017-02-19 13:51:42.800412 WingWarpMac[1538:28439] #23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
2017-02-19 13:51:42.800483 WingWarpMac[1538:28439] #24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
2017-02-19 13:51:42.800565 WingWarpMac[1538:28439] #25 0x10181768d in g_signal_emit_valist gsignal.c:3294
2017-02-19 13:51:42.800697 WingWarpMac[1538:28439] #26 0x1018180a5 in g_signal_emit gsignal.c:3441
2017-02-19 13:51:42.800833 WingWarpMac[1538:28439] #27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
2017-02-19 13:51:42.800888 WingWarpMac[1538:28439] #28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
2017-02-19 13:51:42.800966 WingWarpMac[1538:28439] #29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
2017-02-19 13:51:42.801033 WingWarpMac[1538:28439] #30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
2017-02-19 13:51:42.801098 WingWarpMac[1538:28439] #31 0x1016d006e in g_main_loop_run gmain.c:4163
2017-02-19 13:51:42.801131 WingWarpMac[1538:28439] #32 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
2017-02-19 13:51:42.801229 WingWarpMac[1538:28439] #33 0x100151a8d in thread_func GStreamerBackend.m:670
2017-02-19 13:51:42.801273 WingWarpMac[1538:28439] #34 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 13:51:42.801300 WingWarpMac[1538:28439] #35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:51:42.801357 WingWarpMac[1538:28439] #36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:51:42.801427 WingWarpMac[1538:28439] #37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:51:42.801537 WingWarpMac[1538:28439]
2017-02-19 13:51:42.801597 WingWarpMac[1538:28439] Thread T24 created by T0 here:
2017-02-19 13:51:42.801643 WingWarpMac[1538:28439] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:51:42.801669 WingWarpMac[1538:28439] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 13:51:42.801686 WingWarpMac[1538:28439] #2 0x1016f7596 in g_thread_new gthread.c:870
2017-02-19 13:51:42.801701 WingWarpMac[1538:28439] #3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
2017-02-19 13:51:42.801753 WingWarpMac[1538:28439] #4 0x100061f79 in -[CameraDisplayViewController viewDidLoad] CameraDisplayViewController.m:73
2017-02-19 13:51:42.801797 WingWarpMac[1538:28439] #5 0x7fffb004cd52 in -[NSViewController _sendViewDidLoad] (AppKit+0x96d52)
2017-02-19 13:51:42.801820 WingWarpMac[1538:28439] #6 0x7fffb00437b2 in -[NSViewController _loadViewIfRequired] (AppKit+0x8d7b2)
2017-02-19 13:51:42.801838 WingWarpMac[1538:28439] #7 0x7fffb00435ec in -[NSViewController view] (AppKit+0x8d5ec)
2017-02-19 13:51:42.801853 WingWarpMac[1538:28439] #8 0x1001762cc in -[ReplayEventWindowController updateListView] ReplayEventWindowController.m:832
2017-02-19 13:51:42.801871 WingWarpMac[1538:28439] #9 0x10015ef04 in -[ReplayEventWindowController windowDidLoad] ReplayEventWindowController.m:265
2017-02-19 13:51:42.801886 WingWarpMac[1538:28439] #10 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 13:51:42.801902 WingWarpMac[1538:28439] #11 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 13:51:42.802011 WingWarpMac[1538:28439] #12 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 13:51:42.802040 WingWarpMac[1538:28439] #13 0x1001a9370 in -[AppDelegate recordReplayEvent:] AppDelegate.m:440
2017-02-19 13:51:42.802078 WingWarpMac[1538:28439] #14 0x1000caa74 in -[SelectEventOptionViewController recordAction:] SelectEventOptionViewController.m:32
2017-02-19 13:51:42.802105 WingWarpMac[1538:28439] #15 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:51:42.802121 WingWarpMac[1538:28439] #16 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 13:51:42.802174 WingWarpMac[1538:28439] #17 0x7fffb025f45f in -[NSControl sendAction:to:] (AppKit+0x2a945f)
2017-02-19 13:51:42.802232 WingWarpMac[1538:28439] #18 0x7fffb025f387 in __26-[NSCell _sendActionFrom:]_block_invoke (AppKit+0x2a9387)
2017-02-19 13:51:42.802300 WingWarpMac[1538:28439] #19 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:51:42.802321 WingWarpMac[1538:28439] #20 0x7fffb025f2df in -[NSCell _sendActionFrom:] (AppKit+0x2a92df)
2017-02-19 13:51:42.802335 WingWarpMac[1538:28439] #21 0x7fffb02a1cd8 in -[NSButtonCell _sendActionFrom:] (AppKit+0x2ebcd8)
2017-02-19 13:51:42.802383 WingWarpMac[1538:28439] #22 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:51:42.802474 WingWarpMac[1538:28439] #23 0x7fffb025dbc5 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2a7bc5)
2017-02-19 13:51:42.802521 WingWarpMac[1538:28439] #24 0x7fffb02a1a11 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2eba11)
2017-02-19 13:51:42.802568 WingWarpMac[1538:28439] #25 0x7fffb025c57a in -[NSControl mouseDown:] (AppKit+0x2a657a)
2017-02-19 13:51:42.802607 WingWarpMac[1538:28439] #26 0x7fffb08f1602 in -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] (AppKit+0x93b602)
2017-02-19 13:51:42.802661 WingWarpMac[1538:28439] #27 0x7fffb08ede1f in -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] (AppKit+0x937e1f)
2017-02-19 13:51:42.802722 WingWarpMac[1538:28439] #28 0x7fffb08ed2bd in -[NSWindow(NSEventRouting) sendEvent:] (AppKit+0x9372bd)
2017-02-19 13:51:42.802769 WingWarpMac[1538:28439] #29 0x7fffb0775bf4 in -[NSApplication(NSEvent) sendEvent:] (AppKit+0x7bfbf4)
2017-02-19 13:51:42.802812 WingWarpMac[1538:28439] #30 0x7fffb0253895 in -[NSApplication _doModalLoop:peek:] (AppKit+0x29d895)
2017-02-19 13:51:42.802968 WingWarpMac[1538:28439] #31 0x7fffb0433a41 in __35-[NSApplication runModalForWindow:]_block_invoke (AppKit+0x47da41)
2017-02-19 13:51:42.803005 WingWarpMac[1538:28439] #32 0x7fffb0251339 in -[NSApplication runModalForWindow:] (AppKit+0x29b339)
2017-02-19 13:51:42.803084 WingWarpMac[1538:28439] #33 0x7fffb24eb7db in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (CoreFoundation+0xa77db)
2017-02-19 13:51:42.803164 WingWarpMac[1538:28439] #34 0x7fffb24cc7e3 in __CFRunLoopDoBlocks (CoreFoundation+0x887e3)
2017-02-19 13:51:42.803191 WingWarpMac[1538:28439] #35 0x7fffb24cbf64 in __CFRunLoopRun (CoreFoundation+0x87f64)
2017-02-19 13:51:42.803304 WingWarpMac[1538:28439] #36 0x7fffb24cb973 in CFRunLoopRunSpecific (CoreFoundation+0x87973)
2017-02-19 13:51:42.803504 WingWarpMac[1538:28439] #37 0x7fffb1a57a5b in RunCurrentEventLoopInMode (HIToolbox+0x30a5b)
2017-02-19 13:51:42.803607 WingWarpMac[1538:28439] #38 0x7fffb1a57798 in ReceiveNextEventCommon (HIToolbox+0x30798)
2017-02-19 13:51:42.803700 WingWarpMac[1538:28439] #39 0x7fffb1a576c5 in _BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox+0x306c5)
2017-02-19 13:51:42.803784 WingWarpMac[1538:28439] #40 0x7fffafffd5b3 in _DPSNextEvent (AppKit+0x475b3)
2017-02-19 13:51:42.803903 WingWarpMac[1538:28439] #41 0x7fffb0777d6a in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1d6a)
2017-02-19 13:51:42.804032 WingWarpMac[1538:28439] #42 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 13:51:42.804107 WingWarpMac[1538:28439] #43 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 13:51:42.804145 WingWarpMac[1538:28439] #44 0x100156b21 in main main.m:12
2017-02-19 13:51:42.804217 WingWarpMac[1538:28439] #45 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 13:51:42.804275 WingWarpMac[1538:28439]
2017-02-19 13:51:42.804391 WingWarpMac[1538:28439]
==1538==ABORTING
=================================================================
==1994==ERROR: AddressSanitizer: heap-use-after-free on address 0x604000727e90 at pc 0x000100515993 bp 0x70000c6e6620 sp 0x70000c6e5de0
WRITE of size 48 at 0x604000727e90 thread T155
#0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 gslice.c:1135
#2 0x11f0ad07c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#3 0x11f0a1db0 in gst_gl_window_default_send_message gstglwindow.c:620
#4 0x11f0880c4 in gst_gl_context_thread_add gstglcontext.c:1547
#5 0x11f09422a in gst_gl_base_filter_decide_allocation gstglbasefilter.c:412
#6 0x11f19fdcc in gst_gl_color_convert_element_decide_allocation gstglcolorconvertelement.c:178
#7 0x102323120 in gst_base_transform_setcaps gstbasetransform.c:1015
#8 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
#9 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#10 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#11 0x1018ab2d9 in push_sticky gstpad.c:3804
#12 0x1018a3e95 in events_foreach gstpad.c:603
#13 0x1018a4cba in check_sticky gstpad.c:3861
#14 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#15 0x102322afb in gst_base_transform_setcaps gstcompat.h:58
#16 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
#17 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#18 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#19 0x1018ab2d9 in push_sticky gstpad.c:3804
#20 0x1018a3e95 in events_foreach gstpad.c:603
#21 0x1018a4cba in check_sticky gstpad.c:3861
#22 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#23 0x1018a2f03 in event_forward_func gstpad.c:2990
#24 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#25 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#26 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#27 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#28 0x1018ab2d9 in push_sticky gstpad.c:3804
#29 0x1018a3e95 in events_foreach gstpad.c:603
#30 0x1018a4cba in check_sticky gstpad.c:3861
#31 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#32 0x1018a2f03 in event_forward_func gstpad.c:2990
#33 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#34 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#35 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#36 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#37 0x1018ab2d9 in push_sticky gstpad.c:3804
#38 0x1018a3e95 in events_foreach gstpad.c:603
#39 0x1018a4cba in check_sticky gstpad.c:3861
#40 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#41 0x10160281f in gst_video_decoder_negotiate_default gstcompat.h:58
#42 0x1015fe9ae in gst_video_decoder_negotiate gstvideodecoder.c:3863
#43 0x11f05d659 in gst_vtdec_set_format vtdec.c:395
#44 0x1016009b0 in gst_video_decoder_sink_event_default gstvideodecoder.c:714
#45 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#46 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#47 0x1018ab2d9 in push_sticky gstpad.c:3804
#48 0x1018a3e95 in events_foreach gstpad.c:603
#49 0x1018a4cba in check_sticky gstpad.c:3861
#50 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#51 0x10b86d1ff in gst_queue_loop gstqueue.c:1431
#52 0x1018d6152 in gst_task_func gsttask.c:334
#53 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#54 0x1016f7519 in g_thread_proxy gthread.c:780
#55 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#56 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#57 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
0x604000727eb8 is located 0 bytes to the right of 40-byte region [0x604000727e90,0x604000727eb8)
freed by thread T119 here:
#0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
#1 0x7fffb24e73dd in -[__CFNotification dealloc] (CoreFoundation+0xa33dd)
#2 0x7fffb321da4c in CMNotificationCenterPostNotification (CoreMedia+0x11a4c)
#3 0x7fffb9112242 (VideoToolbox+0xc242)
#4 0x7fffb91127c2 in VTDecoderSessionEmitDecodedFrame (VideoToolbox+0xc7c2)
#5 0x7fffb91aeaec (VideoToolbox+0xa8aec)
#6 0x7fffbb7e1d6e (AppleGVA+0x45d6e)
#7 0x7fffbb7d3f6d (AppleGVA+0x37f6d)
#8 0x7fffbb7d500d (AppleGVA+0x3900d)
#9 0x7fffbb7d4c10 (AppleGVA+0x38c10)
#10 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#11 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#12 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
previously allocated by thread T119 here:
#0 0x100522157 in wrap_calloc (libclang_rt.asan_osx_dynamic.dylib+0x4b157)
#1 0x7fffc71319a2 in class_createInstance (libobjc.A.dylib+0x69a2)
#2 0x7fffb3ec0296 in NSAllocateObject (Foundation+0x2296)
#3 0x7fffb24e7197 in CFNotificationCenterPostNotification (CoreFoundation+0xa3197)
#4 0x7fffb321da4c in CMNotificationCenterPostNotification (CoreMedia+0x11a4c)
#5 0x7fffb9112242 (VideoToolbox+0xc242)
#6 0x7fffb91127c2 in VTDecoderSessionEmitDecodedFrame (VideoToolbox+0xc7c2)
#7 0x7fffb91aeaec (VideoToolbox+0xa8aec)
#8 0x7fffbb7e1d6e (AppleGVA+0x45d6e)
#9 0x7fffbb7d3f6d (AppleGVA+0x37f6d)
#10 0x7fffbb7d500d (AppleGVA+0x3900d)
#11 0x7fffbb7d4c10 (AppleGVA+0x38c10)
#12 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#13 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#14 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T155 created by T42 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
#8 0x10b869d7e in gst_queue_src_activate_mode gstqueue.c:1721
#9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
#10 0x10189df32 in gst_pad_set_active gstpad.c:1064
#11 0x10188a9e2 in activate_pads gstelement.c:2783
#12 0x10189619c in gst_iterator_fold gstiterator.c:616
#13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
#14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
#15 0x10188970e in gst_element_change_state_func gstelement.c:2903
#16 0x101888291 in gst_element_change_state gstelement.c:2695
#17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
#19 0x101888291 in gst_element_change_state gstelement.c:2695
#20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#21 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
#22 0x10015111d in state_changed_cb GStreamerBackend.m:434
#23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
#24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
#25 0x10181768d in g_signal_emit_valist gsignal.c:3294
#26 0x1018180a5 in g_signal_emit gsignal.c:3441
#27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
#28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
#29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
#30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
#31 0x1016d006e in g_main_loop_run gmain.c:4163
#32 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
#33 0x100151a8d in thread_func GStreamerBackend.m:670
#34 0x1016f7519 in g_thread_proxy gthread.c:780
#35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T42 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7596 in g_thread_new gthread.c:870
#3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
#4 0x100061f79 in -[CameraDisplayViewController viewDidLoad] CameraDisplayViewController.m:73
#5 0x7fffb004cd52 in -[NSViewController _sendViewDidLoad] (AppKit+0x96d52)
#6 0x7fffb00437b2 in -[NSViewController _loadViewIfRequired] (AppKit+0x8d7b2)
#7 0x7fffb00435ec in -[NSViewController view] (AppKit+0x8d5ec)
#8 0x1001762cc in -[ReplayEventWindowController updateListView] ReplayEventWindowController.m:832
#9 0x10015ef04 in -[ReplayEventWindowController windowDidLoad] ReplayEventWindowController.m:265
#10 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
#11 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#12 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
#13 0x1001a9370 in -[AppDelegate recordReplayEvent:] AppDelegate.m:440
#14 0x1000caa74 in -[SelectEventOptionViewController recordAction:] SelectEventOptionViewController.m:32
#15 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#16 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#17 0x7fffb025f45f in -[NSControl sendAction:to:] (AppKit+0x2a945f)
#18 0x7fffb025f387 in __26-[NSCell _sendActionFrom:]_block_invoke (AppKit+0x2a9387)
#19 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#20 0x7fffb025f2df in -[NSCell _sendActionFrom:] (AppKit+0x2a92df)
#21 0x7fffb02a1cd8 in -[NSButtonCell _sendActionFrom:] (AppKit+0x2ebcd8)
#22 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#23 0x7fffb025dbc5 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2a7bc5)
#24 0x7fffb02a1a11 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2eba11)
#25 0x7fffb025c57a in -[NSControl mouseDown:] (AppKit+0x2a657a)
#26 0x7fffb08f1602 in -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] (AppKit+0x93b602)
#27 0x7fffb08ede1f in -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] (AppKit+0x937e1f)
#28 0x7fffb08ed2bd in -[NSWindow(NSEventRouting) sendEvent:] (AppKit+0x9372bd)
#29 0x7fffb0775bf4 in -[NSApplication(NSEvent) sendEvent:] (AppKit+0x7bfbf4)
#30 0x7fffb0253895 in -[NSApplication _doModalLoop:peek:] (AppKit+0x29d895)
#31 0x7fffb0433a41 in __35-[NSApplication runModalForWindow:]_block_invoke (AppKit+0x47da41)
#32 0x7fffb0251339 in -[NSApplication runModalForWindow:] (AppKit+0x29b339)
#33 0x7fffb24eb7db in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (CoreFoundation+0xa77db)
#34 0x7fffb24cc7e3 in __CFRunLoopDoBlocks (CoreFoundation+0x887e3)
#35 0x7fffb24cbf64 in __CFRunLoopRun (CoreFoundation+0x87f64)
#36 0x7fffb24cb973 in CFRunLoopRunSpecific (CoreFoundation+0x87973)
#37 0x7fffb1a57a5b in RunCurrentEventLoopInMode (HIToolbox+0x30a5b)
#38 0x7fffb1a57798 in ReceiveNextEventCommon (HIToolbox+0x30798)
#39 0x7fffb1a576c5 in _BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox+0x306c5)
#40 0x7fffafffd5b3 in _DPSNextEvent (AppKit+0x475b3)
#41 0x7fffb0777d6a in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1d6a)
#42 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#43 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#44 0x100156b21 in main main.m:12
#45 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
Thread T119 created by T44 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x7fffbb7d37f2 (AppleGVA+0x377f2)
#2 0x7fffbb7d3788 (AppleGVA+0x37788)
#3 0x7fffbb7db36a (AppleGVA+0x3f36a)
#4 0x7fffb91ae086 (VideoToolbox+0xa8086)
#5 0x7fffb910e8dd in VTDecompressionSessionCreateWithOptions (VideoToolbox+0x88dd)
#6 0x7fffb910ea6b in VTDecompressionSessionCreate (VideoToolbox+0x8a6b)
#7 0x11f05e63d in gst_vtdec_create_session vtdec.c:535
#8 0x11f05cdca in gst_vtdec_negotiate vtdec.c:300
#9 0x1015fe9ae in gst_video_decoder_negotiate gstvideodecoder.c:3863
#10 0x11f05d659 in gst_vtdec_set_format vtdec.c:395
#11 0x1016009b0 in gst_video_decoder_sink_event_default gstvideodecoder.c:714
#12 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#13 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#14 0x1018ab2d9 in push_sticky gstpad.c:3804
#15 0x1018a3e95 in events_foreach gstpad.c:603
#16 0x1018a4cba in check_sticky gstpad.c:3861
#17 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#18 0x10b86d1ff in gst_queue_loop gstqueue.c:1431
#19 0x1018d6152 in gst_task_func gsttask.c:334
#20 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#21 0x1016f7519 in g_thread_proxy gthread.c:780
#22 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#23 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#24 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T44 created by T22 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
#8 0x10b869d7e in gst_queue_src_activate_mode gstqueue.c:1721
#9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
#10 0x10189df32 in gst_pad_set_active gstpad.c:1064
#11 0x10188a9e2 in activate_pads gstelement.c:2783
#12 0x10189619c in gst_iterator_fold gstiterator.c:616
#13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
#14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
#15 0x10188970e in gst_element_change_state_func gstelement.c:2903
#16 0x101888291 in gst_element_change_state gstelement.c:2695
#17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
#19 0x101888291 in gst_element_change_state gstelement.c:2695
#20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#21 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
#22 0x10015111d in state_changed_cb GStreamerBackend.m:434
#23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
#24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
#25 0x10181768d in g_signal_emit_valist gsignal.c:3294
#26 0x1018180a5 in g_signal_emit gsignal.c:3441
#27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
#28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
#29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
#30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
#31 0x1016d006e in g_main_loop_run gmain.c:4163
#32 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
#33 0x100151a8d in thread_func GStreamerBackend.m:670
#34 0x1016f7519 in g_thread_proxy gthread.c:780
#35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T22 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7596 in g_thread_new gthread.c:870
#3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
#4 0x100061f79 in -[CameraDisplayViewController viewDidLoad] CameraDisplayViewController.m:73
#5 0x7fffb004cd52 in -[NSViewController _sendViewDidLoad] (AppKit+0x96d52)
#6 0x7fffb00437b2 in -[NSViewController _loadViewIfRequired] (AppKit+0x8d7b2)
#7 0x7fffb00435ec in -[NSViewController view] (AppKit+0x8d5ec)
#8 0x1001762cc in -[ReplayEventWindowController updateListView] ReplayEventWindowController.m:832
#9 0x10015ef04 in -[ReplayEventWindowController windowDidLoad] ReplayEventWindowController.m:265
#10 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
#11 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#12 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
#13 0x1001a9370 in -[AppDelegate recordReplayEvent:] AppDelegate.m:440
#14 0x1000caa74 in -[SelectEventOptionViewController recordAction:] SelectEventOptionViewController.m:32
#15 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#16 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#17 0x7fffb025f45f in -[NSControl sendAction:to:] (AppKit+0x2a945f)
#18 0x7fffb025f387 in __26-[NSCell _sendActionFrom:]_block_invoke (AppKit+0x2a9387)
#19 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#20 0x7fffb025f2df in -[NSCell _sendActionFrom:] (AppKit+0x2a92df)
#21 0x7fffb02a1cd8 in -[NSButtonCell _sendActionFrom:] (AppKit+0x2ebcd8)
#22 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#23 0x7fffb025dbc5 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2a7bc5)
#24 0x7fffb02a1a11 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2eba11)
#25 0x7fffb025c57a in -[NSControl mouseDown:] (AppKit+0x2a657a)
#26 0x7fffb08f1602 in -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] (AppKit+0x93b602)
#27 0x7fffb08ede1f in -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] (AppKit+0x937e1f)
#28 0x7fffb08ed2bd in -[NSWindow(NSEventRouting) sendEvent:] (AppKit+0x9372bd)
#29 0x7fffb0775bf4 in -[NSApplication(NSEvent) sendEvent:] (AppKit+0x7bfbf4)
#30 0x7fffb0253895 in -[NSApplication _doModalLoop:peek:] (AppKit+0x29d895)
#31 0x7fffb0433a41 in __35-[NSApplication runModalForWindow:]_block_invoke (AppKit+0x47da41)
#32 0x7fffb0251339 in -[NSApplication runModalForWindow:] (AppKit+0x29b339)
#33 0x7fffb24eb7db in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (CoreFoundation+0xa77db)
#34 0x7fffb24cc7e3 in __CFRunLoopDoBlocks (CoreFoundation+0x887e3)
#35 0x7fffb24cbf64 in __CFRunLoopRun (CoreFoundation+0x87f64)
#36 0x7fffb24cb973 in CFRunLoopRunSpecific (CoreFoundation+0x87973)
#37 0x7fffb1a57a5b in RunCurrentEventLoopInMode (HIToolbox+0x30a5b)
#38 0x7fffb1a57798 in ReceiveNextEventCommon (HIToolbox+0x30798)
#39 0x7fffb1a576c5 in _BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox+0x306c5)
#40 0x7fffafffd5b3 in _DPSNextEvent (AppKit+0x475b3)
#41 0x7fffb0777d6a in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1d6a)
#42 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#43 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#44 0x100156b21 in main main.m:12
#45 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c08000e4f80: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c08000e4f90: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
0x1c08000e4fa0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
0x1c08000e4fb0: fa fa fa fa fa fa fa fa fa fa fd fd fd fd fd fa
0x1c08000e4fc0: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fa
=>0x1c08000e4fd0: fa fa[fd]fd fd fd fd fa fa fa 00 00 00 00 00 00
0x1c08000e4fe0: fa fa 00 00 00 00 00 00 fa fa fd fd fd fd fd fd
0x1c08000e4ff0: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
0x1c08000e5000: fa fa fa fa fa fa fa fa fa fa fd fd fd fd fd fd
0x1c08000e5010: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c08000e5020: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
2017-02-19 13:59:44.654880 WingWarpMac[1994:38925] =================================================================
2017-02-19 13:59:44.654910 WingWarpMac[1994:38925] ==1994==ERROR: AddressSanitizer: heap-use-after-free on address 0x604000727e90 at pc 0x000100515993 bp 0x70000c6e6620 sp 0x70000c6e5de0
2017-02-19 13:59:44.654926 WingWarpMac[1994:38925] WRITE of size 48 at 0x604000727e90 thread T155
2017-02-19 13:59:44.654940 WingWarpMac[1994:38925] #0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 13:59:44.654954 WingWarpMac[1994:38925] #1 0x1016ec73a in g_slice_free1 gslice.c:1135
2017-02-19 13:59:44.654968 WingWarpMac[1994:38925] #2 0x11f0ad07c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
2017-02-19 13:59:44.654982 WingWarpMac[1994:38925] #3 0x11f0a1db0 in gst_gl_window_default_send_message gstglwindow.c:620
2017-02-19 13:59:44.654994 WingWarpMac[1994:38925] #4 0x11f0880c4 in gst_gl_context_thread_add gstglcontext.c:1547
2017-02-19 13:59:44.655007 WingWarpMac[1994:38925] #5 0x11f09422a in gst_gl_base_filter_decide_allocation gstglbasefilter.c:412
2017-02-19 13:59:44.655086 WingWarpMac[1994:38925] #6 0x11f19fdcc in gst_gl_color_convert_element_decide_allocation gstglcolorconvertelement.c:178
2017-02-19 13:59:44.655113 WingWarpMac[1994:38925] #7 0x102323120 in gst_base_transform_setcaps gstbasetransform.c:1015
2017-02-19 13:59:44.655132 WingWarpMac[1994:38925] #8 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
2017-02-19 13:59:44.655151 WingWarpMac[1994:38925] #9 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:59:44.655168 WingWarpMac[1994:38925] #10 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:59:44.655191 WingWarpMac[1994:38925] #11 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:59:44.655212 WingWarpMac[1994:38925] #12 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:59:44.655286 WingWarpMac[1994:38925] #13 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:59:44.655349 WingWarpMac[1994:38925] #14 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:59:44.655376 WingWarpMac[1994:38925] #15 0x102322afb in gst_base_transform_setcaps gstcompat.h:58
2017-02-19 13:59:44.655391 WingWarpMac[1994:38925] #16 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
2017-02-19 13:59:44.655428 WingWarpMac[1994:38925] #17 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:59:44.655448 WingWarpMac[1994:38925] #18 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:59:44.655461 WingWarpMac[1994:38925] #19 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:59:44.655481 WingWarpMac[1994:38925] #20 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:59:44.655501 WingWarpMac[1994:38925] #21 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:59:44.655522 WingWarpMac[1994:38925] #22 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:59:44.655542 WingWarpMac[1994:38925] #23 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 13:59:44.655559 WingWarpMac[1994:38925] #24 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 13:59:44.655572 WingWarpMac[1994:38925] #25 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 13:59:44.655586 WingWarpMac[1994:38925] #26 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:59:44.655601 WingWarpMac[1994:38925] #27 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:59:44.655614 WingWarpMac[1994:38925] #28 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:59:44.655625 WingWarpMac[1994:38925] #29 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:59:44.655649 WingWarpMac[1994:38925] #30 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:59:44.655662 WingWarpMac[1994:38925] #31 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:59:44.655750 WingWarpMac[1994:38925] #32 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 13:59:44.655772 WingWarpMac[1994:38925] #33 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 13:59:44.655789 WingWarpMac[1994:38925] #34 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 13:59:44.655803 WingWarpMac[1994:38925] #35 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:59:44.655816 WingWarpMac[1994:38925] #36 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:59:44.655828 WingWarpMac[1994:38925] #37 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:59:44.655841 WingWarpMac[1994:38925] #38 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:59:44.655854 WingWarpMac[1994:38925] #39 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:59:44.655866 WingWarpMac[1994:38925] #40 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:59:44.655879 WingWarpMac[1994:38925] #41 0x10160281f in gst_video_decoder_negotiate_default gstcompat.h:58
2017-02-19 13:59:44.655950 WingWarpMac[1994:38925] #42 0x1015fe9ae in gst_video_decoder_negotiate gstvideodecoder.c:3863
2017-02-19 13:59:44.655967 WingWarpMac[1994:38925] #43 0x11f05d659 in gst_vtdec_set_format vtdec.c:395
2017-02-19 13:59:44.655980 WingWarpMac[1994:38925] #44 0x1016009b0 in gst_video_decoder_sink_event_default gstvideodecoder.c:714
2017-02-19 13:59:44.655993 WingWarpMac[1994:38925] #45 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:59:44.656005 WingWarpMac[1994:38925] #46 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:59:44.656018 WingWarpMac[1994:38925] #47 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:59:44.656030 WingWarpMac[1994:38925] #48 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:59:44.656042 WingWarpMac[1994:38925] #49 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:59:44.656055 WingWarpMac[1994:38925] #50 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:59:44.656196 WingWarpMac[1994:38925] #51 0x10b86d1ff in gst_queue_loop gstqueue.c:1431
2017-02-19 13:59:44.656220 WingWarpMac[1994:38925] #52 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 13:59:44.656237 WingWarpMac[1994:38925] #53 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 13:59:44.656257 WingWarpMac[1994:38925] #54 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 13:59:44.656282 WingWarpMac[1994:38925] #55 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:59:44.656303 WingWarpMac[1994:38925] #56 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:59:44.656310 WingWarpMac[1994:38335] 1111111 -> GStreamerBackend.state_changed_cb new:PLAYING pending:VOID_PENDING
2017-02-19 13:59:44.656354 WingWarpMac[1994:38925] #57 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:59:44.656378 WingWarpMac[1994:38925]
2017-02-19 13:59:44.656379 WingWarpMac[1994:38335] 1111111 -> GStreamerBackend.stateChange
2017-02-19 13:59:44.656456 WingWarpMac[1994:38335] 1111111 -> CameraWindowController.gstreamerStateChange - PLAYING
2017-02-19 13:59:44.656527 WingWarpMac[1994:38335] 1111111 -> GStreamerBackend.message
2017-02-19 13:59:44.664993 WingWarpMac[1994:38925] 0x604000727eb8 is located 0 bytes to the right of 40-byte region [0x604000727e90,0x604000727eb8)
2017-02-19 13:59:44.665041 WingWarpMac[1994:38925] freed by thread T119 here:
2017-02-19 13:59:44.665070 WingWarpMac[1994:38925] #0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
2017-02-19 13:59:44.665096 WingWarpMac[1994:38925] #1 0x7fffb24e73dd in -[__CFNotification dealloc] (CoreFoundation+0xa33dd)
2017-02-19 13:59:44.665121 WingWarpMac[1994:38925] #2 0x7fffb321da4c in CMNotificationCenterPostNotification (CoreMedia+0x11a4c)
2017-02-19 13:59:44.665143 WingWarpMac[1994:38925] #3 0x7fffb9112242 (VideoToolbox+0xc242)
2017-02-19 13:59:44.665173 WingWarpMac[1994:38925] #4 0x7fffb91127c2 in VTDecoderSessionEmitDecodedFrame (VideoToolbox+0xc7c2)
2017-02-19 13:59:44.665196 WingWarpMac[1994:38925] #5 0x7fffb91aeaec (VideoToolbox+0xa8aec)
2017-02-19 13:59:44.665216 WingWarpMac[1994:38925] #6 0x7fffbb7e1d6e (AppleGVA+0x45d6e)
2017-02-19 13:59:44.665236 WingWarpMac[1994:38925] #7 0x7fffbb7d3f6d (AppleGVA+0x37f6d)
2017-02-19 13:59:44.665257 WingWarpMac[1994:38925] #8 0x7fffbb7d500d (AppleGVA+0x3900d)
2017-02-19 13:59:44.665387 WingWarpMac[1994:38925] #9 0x7fffbb7d4c10 (AppleGVA+0x38c10)
2017-02-19 13:59:44.665409 WingWarpMac[1994:38925] #10 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:59:44.665454 WingWarpMac[1994:38925] #11 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:59:44.665468 WingWarpMac[1994:38925] #12 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:59:44.665480 WingWarpMac[1994:38925]
2017-02-19 13:59:44.665506 WingWarpMac[1994:38925] previously allocated by thread T119 here:
2017-02-19 13:59:44.665524 WingWarpMac[1994:38925] #0 0x100522157 in wrap_calloc (libclang_rt.asan_osx_dynamic.dylib+0x4b157)
2017-02-19 13:59:44.666449 WingWarpMac[1994:38925] #1 0x7fffc71319a2 in class_createInstance (libobjc.A.dylib+0x69a2)
2017-02-19 13:59:44.666485 WingWarpMac[1994:38925] #2 0x7fffb3ec0296 in NSAllocateObject (Foundation+0x2296)
2017-02-19 13:59:44.666516 WingWarpMac[1994:38925] #3 0x7fffb24e7197 in CFNotificationCenterPostNotification (CoreFoundation+0xa3197)
2017-02-19 13:59:44.666544 WingWarpMac[1994:38925] #4 0x7fffb321da4c in CMNotificationCenterPostNotification (CoreMedia+0x11a4c)
2017-02-19 13:59:44.666574 WingWarpMac[1994:38925] #5 0x7fffb9112242 (VideoToolbox+0xc242)
2017-02-19 13:59:44.666602 WingWarpMac[1994:38925] #6 0x7fffb91127c2 in VTDecoderSessionEmitDecodedFrame (VideoToolbox+0xc7c2)
2017-02-19 13:59:44.666630 WingWarpMac[1994:38925] #7 0x7fffb91aeaec (VideoToolbox+0xa8aec)
2017-02-19 13:59:44.666656 WingWarpMac[1994:38925] #8 0x7fffbb7e1d6e (AppleGVA+0x45d6e)
2017-02-19 13:59:44.666683 WingWarpMac[1994:38925] #9 0x7fffbb7d3f6d (AppleGVA+0x37f6d)
2017-02-19 13:59:44.666711 WingWarpMac[1994:38925] #10 0x7fffbb7d500d (AppleGVA+0x3900d)
2017-02-19 13:59:44.666738 WingWarpMac[1994:38925] #11 0x7fffbb7d4c10 (AppleGVA+0x38c10)
2017-02-19 13:59:44.666761 WingWarpMac[1994:38925] #12 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:59:44.666778 WingWarpMac[1994:38925] #13 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:59:44.666799 WingWarpMac[1994:38925] #14 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:59:44.666827 WingWarpMac[1994:38925]
2017-02-19 13:59:44.666859 WingWarpMac[1994:38925] Thread T155 created by T42 here:
2017-02-19 13:59:44.666887 WingWarpMac[1994:38925] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:59:44.666922 WingWarpMac[1994:38925] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 13:59:44.666952 WingWarpMac[1994:38925] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 13:59:44.666981 WingWarpMac[1994:38925] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 13:59:44.667007 WingWarpMac[1994:38925] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 13:59:44.667034 WingWarpMac[1994:38925] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 13:59:44.667062 WingWarpMac[1994:38925] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 13:59:44.667079 WingWarpMac[1994:38925] #7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
2017-02-19 13:59:44.667093 WingWarpMac[1994:38925] #8 0x10b869d7e in gst_queue_src_activate_mode gstqueue.c:1721
2017-02-19 13:59:44.667113 WingWarpMac[1994:38925] #9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
2017-02-19 13:59:44.667141 WingWarpMac[1994:38925] #10 0x10189df32 in gst_pad_set_active gstpad.c:1064
2017-02-19 13:59:44.667164 WingWarpMac[1994:38925] #11 0x10188a9e2 in activate_pads gstelement.c:2783
2017-02-19 13:59:44.667178 WingWarpMac[1994:38925] #12 0x10189619c in gst_iterator_fold gstiterator.c:616
2017-02-19 13:59:44.667190 WingWarpMac[1994:38925] #13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
2017-02-19 13:59:44.667202 WingWarpMac[1994:38925] #14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
2017-02-19 13:59:44.667376 WingWarpMac[1994:38925] #15 0x10188970e in gst_element_change_state_func gstelement.c:2903
2017-02-19 13:59:44.667405 WingWarpMac[1994:38925] #16 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 13:59:44.667420 WingWarpMac[1994:38925] #17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 13:59:44.667441 WingWarpMac[1994:38925] #18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
2017-02-19 13:59:44.667461 WingWarpMac[1994:38925] #19 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 13:59:44.667475 WingWarpMac[1994:38925] #20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 13:59:44.667488 WingWarpMac[1994:38925] #21 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
2017-02-19 13:59:44.667500 WingWarpMac[1994:38925] #22 0x10015111d in state_changed_cb GStreamerBackend.m:434
2017-02-19 13:59:44.667642 WingWarpMac[1994:38925] #23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
2017-02-19 13:59:44.667668 WingWarpMac[1994:38925] #24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
2017-02-19 13:59:44.667688 WingWarpMac[1994:38925] #25 0x10181768d in g_signal_emit_valist gsignal.c:3294
2017-02-19 13:59:44.667709 WingWarpMac[1994:38925] #26 0x1018180a5 in g_signal_emit gsignal.c:3441
2017-02-19 13:59:44.667733 WingWarpMac[1994:38925] #27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
2017-02-19 13:59:44.667755 WingWarpMac[1994:38925] #28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
2017-02-19 13:59:44.667776 WingWarpMac[1994:38925] #29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
2017-02-19 13:59:44.667798 WingWarpMac[1994:38925] #30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
2017-02-19 13:59:44.667820 WingWarpMac[1994:38925] #31 0x1016d006e in g_main_loop_run gmain.c:4163
2017-02-19 13:59:44.667841 WingWarpMac[1994:38925] #32 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
2017-02-19 13:59:44.668473 WingWarpMac[1994:38925] #33 0x100151a8d in thread_func GStreamerBackend.m:670
2017-02-19 13:59:44.668502 WingWarpMac[1994:38925] #34 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 13:59:44.668549 WingWarpMac[1994:38925] #35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:59:44.668578 WingWarpMac[1994:38925] #36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:59:44.668599 WingWarpMac[1994:38925] #37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:59:44.668618 WingWarpMac[1994:38925]
2017-02-19 13:59:44.668645 WingWarpMac[1994:38925] Thread T42 created by T0 here:
2017-02-19 13:59:44.668670 WingWarpMac[1994:38925] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:59:44.668690 WingWarpMac[1994:38925] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 13:59:44.668709 WingWarpMac[1994:38925] #2 0x1016f7596 in g_thread_new gthread.c:870
2017-02-19 13:59:44.669042 WingWarpMac[1994:38925] #3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
2017-02-19 13:59:44.669081 WingWarpMac[1994:38925] #4 0x100061f79 in -[CameraDisplayViewController viewDidLoad] CameraDisplayViewController.m:73
2017-02-19 13:59:44.669099 WingWarpMac[1994:38925] #5 0x7fffb004cd52 in -[NSViewController _sendViewDidLoad] (AppKit+0x96d52)
2017-02-19 13:59:44.669117 WingWarpMac[1994:38925] #6 0x7fffb00437b2 in -[NSViewController _loadViewIfRequired] (AppKit+0x8d7b2)
2017-02-19 13:59:44.669302 WingWarpMac[1994:38925] #7 0x7fffb00435ec in -[NSViewController view] (AppKit+0x8d5ec)
2017-02-19 13:59:44.669348 WingWarpMac[1994:38925] #8 0x1001762cc in -[ReplayEventWindowController updateListView] ReplayEventWindowController.m:832
2017-02-19 13:59:44.669414 WingWarpMac[1994:38925] #9 0x10015ef04 in -[ReplayEventWindowController windowDidLoad] ReplayEventWindowController.m:265
2017-02-19 13:59:44.669439 WingWarpMac[1994:38925] #10 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 13:59:44.669490 WingWarpMac[1994:38925] #11 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 13:59:44.669516 WingWarpMac[1994:38925] #12 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 13:59:44.669571 WingWarpMac[1994:38925] #13 0x1001a9370 in -[AppDelegate recordReplayEvent:] AppDelegate.m:440
2017-02-19 13:59:44.669630 WingWarpMac[1994:38925] #14 0x1000caa74 in -[SelectEventOptionViewController recordAction:] SelectEventOptionViewController.m:32
2017-02-19 13:59:44.669793 WingWarpMac[1994:38925] #15 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:59:44.669839 WingWarpMac[1994:38925] #16 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 13:59:44.669906 WingWarpMac[1994:38925] #17 0x7fffb025f45f in -[NSControl sendAction:to:] (AppKit+0x2a945f)
2017-02-19 13:59:44.669934 WingWarpMac[1994:38925] #18 0x7fffb025f387 in __26-[NSCell _sendActionFrom:]_block_invoke (AppKit+0x2a9387)
2017-02-19 13:59:44.670526 WingWarpMac[1994:38925] #19 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:59:44.670550 WingWarpMac[1994:38925] #20 0x7fffb025f2df in -[NSCell _sendActionFrom:] (AppKit+0x2a92df)
2017-02-19 13:59:44.670571 WingWarpMac[1994:38925] #21 0x7fffb02a1cd8 in -[NSButtonCell _sendActionFrom:] (AppKit+0x2ebcd8)
2017-02-19 13:59:44.670588 WingWarpMac[1994:38925] #22 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:59:44.670601 WingWarpMac[1994:38925] #23 0x7fffb025dbc5 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2a7bc5)
2017-02-19 13:59:44.670616 WingWarpMac[1994:38925] #24 0x7fffb02a1a11 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2eba11)
2017-02-19 13:59:44.670635 WingWarpMac[1994:38925] #25 0x7fffb025c57a in -[NSControl mouseDown:] (AppKit+0x2a657a)
2017-02-19 13:59:44.670656 WingWarpMac[1994:38925] #26 0x7fffb08f1602 in -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] (AppKit+0x93b602)
2017-02-19 13:59:44.670752 WingWarpMac[1994:38925] #27 0x7fffb08ede1f in -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] (AppKit+0x937e1f)
2017-02-19 13:59:44.670815 WingWarpMac[1994:38925] #28 0x7fffb08ed2bd in -[NSWindow(NSEventRouting) sendEvent:] (AppKit+0x9372bd)
2017-02-19 13:59:44.670834 WingWarpMac[1994:38925] #29 0x7fffb0775bf4 in -[NSApplication(NSEvent) sendEvent:] (AppKit+0x7bfbf4)
2017-02-19 13:59:44.670906 WingWarpMac[1994:38925] #30 0x7fffb0253895 in -[NSApplication _doModalLoop:peek:] (AppKit+0x29d895)
2017-02-19 13:59:44.670935 WingWarpMac[1994:38925] #31 0x7fffb0433a41 in __35-[NSApplication runModalForWindow:]_block_invoke (AppKit+0x47da41)
2017-02-19 13:59:44.670957 WingWarpMac[1994:38925] #32 0x7fffb0251339 in -[NSApplication runModalForWindow:] (AppKit+0x29b339)
2017-02-19 13:59:44.670979 WingWarpMac[1994:38925] #33 0x7fffb24eb7db in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (CoreFoundation+0xa77db)
2017-02-19 13:59:44.671288 WingWarpMac[1994:38925] #34 0x7fffb24cc7e3 in __CFRunLoopDoBlocks (CoreFoundation+0x887e3)
2017-02-19 13:59:44.671313 WingWarpMac[1994:38925] #35 0x7fffb24cbf64 in __CFRunLoopRun (CoreFoundation+0x87f64)
2017-02-19 13:59:44.671334 WingWarpMac[1994:38925] #36 0x7fffb24cb973 in CFRunLoopRunSpecific (CoreFoundation+0x87973)
2017-02-19 13:59:44.671363 WingWarpMac[1994:38925] #37 0x7fffb1a57a5b in RunCurrentEventLoopInMode (HIToolbox+0x30a5b)
2017-02-19 13:59:44.671385 WingWarpMac[1994:38925] #38 0x7fffb1a57798 in ReceiveNextEventCommon (HIToolbox+0x30798)
2017-02-19 13:59:44.671452 WingWarpMac[1994:38925] #39 0x7fffb1a576c5 in _BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox+0x306c5)
2017-02-19 13:59:44.671482 WingWarpMac[1994:38925] #40 0x7fffafffd5b3 in _DPSNextEvent (AppKit+0x475b3)
2017-02-19 13:59:44.671506 WingWarpMac[1994:38925] #41 0x7fffb0777d6a in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1d6a)
2017-02-19 13:59:44.671530 WingWarpMac[1994:38925] #42 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 13:59:44.671552 WingWarpMac[1994:38925] #43 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 13:59:44.671575 WingWarpMac[1994:38925] #44 0x100156b21 in main main.m:12
2017-02-19 13:59:44.671597 WingWarpMac[1994:38925] #45 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 13:59:44.671618 WingWarpMac[1994:38925]
2017-02-19 13:59:44.671633 WingWarpMac[1994:38925] Thread T119 created by T44 here:
2017-02-19 13:59:44.671645 WingWarpMac[1994:38925] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:59:44.671658 WingWarpMac[1994:38925] #1 0x7fffbb7d37f2 (AppleGVA+0x377f2)
2017-02-19 13:59:44.671670 WingWarpMac[1994:38925] #2 0x7fffbb7d3788 (AppleGVA+0x37788)
2017-02-19 13:59:44.671813 WingWarpMac[1994:38925] #3 0x7fffbb7db36a (AppleGVA+0x3f36a)
2017-02-19 13:59:44.671839 WingWarpMac[1994:38925] #4 0x7fffb91ae086 (VideoToolbox+0xa8086)
2017-02-19 13:59:44.671861 WingWarpMac[1994:38925] #5 0x7fffb910e8dd in VTDecompressionSessionCreateWithOptions (VideoToolbox+0x88dd)
2017-02-19 13:59:44.671882 WingWarpMac[1994:38925] #6 0x7fffb910ea6b in VTDecompressionSessionCreate (VideoToolbox+0x8a6b)
2017-02-19 13:59:44.671903 WingWarpMac[1994:38925] #7 0x11f05e63d in gst_vtdec_create_session vtdec.c:535
2017-02-19 13:59:44.671923 WingWarpMac[1994:38925] #8 0x11f05cdca in gst_vtdec_negotiate vtdec.c:300
2017-02-19 13:59:44.671942 WingWarpMac[1994:38925] #9 0x1015fe9ae in gst_video_decoder_negotiate gstvideodecoder.c:3863
2017-02-19 13:59:44.671962 WingWarpMac[1994:38925] #10 0x11f05d659 in gst_vtdec_set_format vtdec.c:395
2017-02-19 13:59:44.671981 WingWarpMac[1994:38925] #11 0x1016009b0 in gst_video_decoder_sink_event_default gstvideodecoder.c:714
2017-02-19 13:59:44.672057 WingWarpMac[1994:38925] #12 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 13:59:44.672082 WingWarpMac[1994:38925] #13 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 13:59:44.672101 WingWarpMac[1994:38925] #14 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 13:59:44.672115 WingWarpMac[1994:38925] #15 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 13:59:44.672127 WingWarpMac[1994:38925] #16 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 13:59:44.672140 WingWarpMac[1994:38925] #17 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 13:59:44.672153 WingWarpMac[1994:38925] #18 0x10b86d1ff in gst_queue_loop gstqueue.c:1431
2017-02-19 13:59:44.672166 WingWarpMac[1994:38925] #19 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 13:59:44.672178 WingWarpMac[1994:38925] #20 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 13:59:44.672191 WingWarpMac[1994:38925] #21 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 13:59:44.672337 WingWarpMac[1994:38925] #22 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:59:44.672363 WingWarpMac[1994:38925] #23 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:59:44.672386 WingWarpMac[1994:38925] #24 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:59:44.672407 WingWarpMac[1994:38925]
2017-02-19 13:59:44.672430 WingWarpMac[1994:38925] Thread T44 created by T22 here:
2017-02-19 13:59:44.672460 WingWarpMac[1994:38925] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:59:44.672485 WingWarpMac[1994:38925] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 13:59:44.672507 WingWarpMac[1994:38925] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 13:59:44.672526 WingWarpMac[1994:38925] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 13:59:44.672645 WingWarpMac[1994:38925] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 13:59:44.672672 WingWarpMac[1994:38925] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 13:59:44.672695 WingWarpMac[1994:38925] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 13:59:44.672728 WingWarpMac[1994:38925] #7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
2017-02-19 13:59:44.672750 WingWarpMac[1994:38925] #8 0x10b869d7e in gst_queue_src_activate_mode gstqueue.c:1721
2017-02-19 13:59:44.672856 WingWarpMac[1994:38925] #9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
2017-02-19 13:59:44.672878 WingWarpMac[1994:38925] #10 0x10189df32 in gst_pad_set_active gstpad.c:1064
2017-02-19 13:59:44.672916 WingWarpMac[1994:38925] #11 0x10188a9e2 in activate_pads gstelement.c:2783
2017-02-19 13:59:44.672950 WingWarpMac[1994:38925] #12 0x10189619c in gst_iterator_fold gstiterator.c:616
2017-02-19 13:59:44.672976 WingWarpMac[1994:38925] #13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
2017-02-19 13:59:44.672999 WingWarpMac[1994:38925] #14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
2017-02-19 13:59:44.673038 WingWarpMac[1994:38925] #15 0x10188970e in gst_element_change_state_func gstelement.c:2903
2017-02-19 13:59:44.673062 WingWarpMac[1994:38925] #16 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 13:59:44.673086 WingWarpMac[1994:38925] #17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 13:59:44.673109 WingWarpMac[1994:38925] #18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
2017-02-19 13:59:44.673130 WingWarpMac[1994:38925] #19 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 13:59:44.673151 WingWarpMac[1994:38925] #20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 13:59:44.673223 WingWarpMac[1994:38925] #21 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
2017-02-19 13:59:44.673246 WingWarpMac[1994:38925] #22 0x10015111d in state_changed_cb GStreamerBackend.m:434
2017-02-19 13:59:44.673268 WingWarpMac[1994:38925] #23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
2017-02-19 13:59:44.673287 WingWarpMac[1994:38925] #24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
2017-02-19 13:59:44.673306 WingWarpMac[1994:38925] #25 0x10181768d in g_signal_emit_valist gsignal.c:3294
2017-02-19 13:59:44.673325 WingWarpMac[1994:38925] #26 0x1018180a5 in g_signal_emit gsignal.c:3441
2017-02-19 13:59:44.673346 WingWarpMac[1994:38925] #27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
2017-02-19 13:59:44.673367 WingWarpMac[1994:38925] #28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
2017-02-19 13:59:44.673388 WingWarpMac[1994:38925] #29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
2017-02-19 13:59:44.673411 WingWarpMac[1994:38925] #30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
2017-02-19 13:59:44.673432 WingWarpMac[1994:38925] #31 0x1016d006e in g_main_loop_run gmain.c:4163
2017-02-19 13:59:44.673453 WingWarpMac[1994:38925] #32 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
2017-02-19 13:59:44.673474 WingWarpMac[1994:38925] #33 0x100151a8d in thread_func GStreamerBackend.m:670
2017-02-19 13:59:44.673493 WingWarpMac[1994:38925] #34 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 13:59:44.673514 WingWarpMac[1994:38925] #35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 13:59:44.673535 WingWarpMac[1994:38925] #36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 13:59:44.673583 WingWarpMac[1994:38925] #37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 13:59:44.673611 WingWarpMac[1994:38925]
2017-02-19 13:59:44.673631 WingWarpMac[1994:38925] Thread T22 created by T0 here:
2017-02-19 13:59:44.674169 WingWarpMac[1994:38925] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 13:59:44.674195 WingWarpMac[1994:38925] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 13:59:44.674216 WingWarpMac[1994:38925] #2 0x1016f7596 in g_thread_new gthread.c:870
2017-02-19 13:59:44.674236 WingWarpMac[1994:38925] #3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
2017-02-19 13:59:44.674256 WingWarpMac[1994:38925] #4 0x100061f79 in -[CameraDisplayViewController viewDidLoad] CameraDisplayViewController.m:73
2017-02-19 13:59:44.674275 WingWarpMac[1994:38925] #5 0x7fffb004cd52 in -[NSViewController _sendViewDidLoad] (AppKit+0x96d52)
2017-02-19 13:59:44.674295 WingWarpMac[1994:38925] #6 0x7fffb00437b2 in -[NSViewController _loadViewIfRequired] (AppKit+0x8d7b2)
2017-02-19 13:59:44.674314 WingWarpMac[1994:38925] #7 0x7fffb00435ec in -[NSViewController view] (AppKit+0x8d5ec)
2017-02-19 13:59:44.674397 WingWarpMac[1994:38925] #8 0x1001762cc in -[ReplayEventWindowController updateListView] ReplayEventWindowController.m:832
2017-02-19 13:59:44.674422 WingWarpMac[1994:38925] #9 0x10015ef04 in -[ReplayEventWindowController windowDidLoad] ReplayEventWindowController.m:265
2017-02-19 13:59:44.674444 WingWarpMac[1994:38925] #10 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 13:59:44.674464 WingWarpMac[1994:38925] #11 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 13:59:44.674484 WingWarpMac[1994:38925] #12 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 13:59:44.674506 WingWarpMac[1994:38925] #13 0x1001a9370 in -[AppDelegate recordReplayEvent:] AppDelegate.m:440
2017-02-19 13:59:44.674527 WingWarpMac[1994:38925] #14 0x1000caa74 in -[SelectEventOptionViewController recordAction:] SelectEventOptionViewController.m:32
2017-02-19 13:59:44.674547 WingWarpMac[1994:38925] #15 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:59:44.674634 WingWarpMac[1994:38925] #16 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 13:59:44.674655 WingWarpMac[1994:38925] #17 0x7fffb025f45f in -[NSControl sendAction:to:] (AppKit+0x2a945f)
2017-02-19 13:59:44.674676 WingWarpMac[1994:38925] #18 0x7fffb025f387 in __26-[NSCell _sendActionFrom:]_block_invoke (AppKit+0x2a9387)
2017-02-19 13:59:44.674697 WingWarpMac[1994:38925] #19 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:59:44.674716 WingWarpMac[1994:38925] #20 0x7fffb025f2df in -[NSCell _sendActionFrom:] (AppKit+0x2a92df)
2017-02-19 13:59:44.674735 WingWarpMac[1994:38925] #21 0x7fffb02a1cd8 in -[NSButtonCell _sendActionFrom:] (AppKit+0x2ebcd8)
2017-02-19 13:59:44.674753 WingWarpMac[1994:38925] #22 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 13:59:44.674772 WingWarpMac[1994:38925] #23 0x7fffb025dbc5 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2a7bc5)
2017-02-19 13:59:44.674854 WingWarpMac[1994:38925] #24 0x7fffb02a1a11 in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (AppKit+0x2eba11)
2017-02-19 13:59:44.674883 WingWarpMac[1994:38925] #25 0x7fffb025c57a in -[NSControl mouseDown:] (AppKit+0x2a657a)
2017-02-19 13:59:44.674907 WingWarpMac[1994:38925] #26 0x7fffb08f1602 in -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] (AppKit+0x93b602)
2017-02-19 13:59:44.674931 WingWarpMac[1994:38925] #27 0x7fffb08ede1f in -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] (AppKit+0x937e1f)
2017-02-19 13:59:44.674953 WingWarpMac[1994:38925] #28 0x7fffb08ed2bd in -[NSWindow(NSEventRouting) sendEvent:] (AppKit+0x9372bd)
2017-02-19 13:59:44.674983 WingWarpMac[1994:38925] #29 0x7fffb0775bf4 in -[NSApplication(NSEvent) sendEvent:] (AppKit+0x7bfbf4)
2017-02-19 13:59:44.675008 WingWarpMac[1994:38925] #30 0x7fffb0253895 in -[NSApplication _doModalLoop:peek:] (AppKit+0x29d895)
2017-02-19 13:59:44.675123 WingWarpMac[1994:38925] #31 0x7fffb0433a41 in __35-[NSApplication runModalForWindow:]_block_invoke (AppKit+0x47da41)
2017-02-19 13:59:44.675147 WingWarpMac[1994:38925] #32 0x7fffb0251339 in -[NSApplication runModalForWindow:] (AppKit+0x29b339)
2017-02-19 13:59:44.675169 WingWarpMac[1994:38925] #33 0x7fffb24eb7db in __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (CoreFoundation+0xa77db)
2017-02-19 13:59:44.675191 WingWarpMac[1994:38925] #34 0x7fffb24cc7e3 in __CFRunLoopDoBlocks (CoreFoundation+0x887e3)
2017-02-19 13:59:44.675211 WingWarpMac[1994:38925] #35 0x7fffb24cbf64 in __CFRunLoopRun (CoreFoundation+0x87f64)
2017-02-19 13:59:44.675230 WingWarpMac[1994:38925] #36 0x7fffb24cb973 in CFRunLoopRunSpecific (CoreFoundation+0x87973)
2017-02-19 13:59:44.675248 WingWarpMac[1994:38925] #37 0x7fffb1a57a5b in RunCurrentEventLoopInMode (HIToolbox+0x30a5b)
2017-02-19 13:59:44.675267 WingWarpMac[1994:38925] #38 0x7fffb1a57798 in ReceiveNextEventCommon (HIToolbox+0x30798)
2017-02-19 13:59:44.675315 WingWarpMac[1994:38925] #39 0x7fffb1a576c5 in _BlockUntilNextEventMatchingListInModeWithFilter (HIToolbox+0x306c5)
2017-02-19 13:59:44.675336 WingWarpMac[1994:38925] #40 0x7fffafffd5b3 in _DPSNextEvent (AppKit+0x475b3)
2017-02-19 13:59:44.675359 WingWarpMac[1994:38925] #41 0x7fffb0777d6a in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1d6a)
2017-02-19 13:59:44.675380 WingWarpMac[1994:38925] #42 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 13:59:44.675400 WingWarpMac[1994:38925] #43 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 13:59:44.675419 WingWarpMac[1994:38925] #44 0x100156b21 in main main.m:12
2017-02-19 13:59:44.675443 WingWarpMac[1994:38925] #45 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 13:59:44.675464 WingWarpMac[1994:38925]
2017-02-19 13:59:44.675484 WingWarpMac[1994:38925] SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 13:59:44.675503 WingWarpMac[1994:38925] Shadow bytes around the buggy address:
2017-02-19 13:59:44.675522 WingWarpMac[1994:38925] 0x1c08000e4f80: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 13:59:44.675542 WingWarpMac[1994:38925] 0x1c08000e4f90: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
2017-02-19 13:59:44.675563 WingWarpMac[1994:38925] 0x1c08000e4fa0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
2017-02-19 13:59:44.675583 WingWarpMac[1994:38925] 0x1c08000e4fb0: fa fa fa fa fa fa fa fa fa fa fd fd fd fd fd fa
2017-02-19 13:59:44.675601 WingWarpMac[1994:38925] 0x1c08000e4fc0: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fa
2017-02-19 13:59:44.675619 WingWarpMac[1994:38925] =>0x1c08000e4fd0: fa fa[fd]fd fd fd fd fa fa fa 00 00 00 00 00 00
2017-02-19 13:59:44.675637 WingWarpMac[1994:38925] 0x1c08000e4fe0: fa fa 00 00 00 00 00 00 fa fa fd fd fd fd fd fd
2017-02-19 13:59:44.675669 WingWarpMac[1994:38925] 0x1c08000e4ff0: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
2017-02-19 13:59:44.675690 WingWarpMac[1994:38925] 0x1c08000e5000: fa fa fa fa fa fa fa fa fa fa fd fd fd fd fd fd
2017-02-19 13:59:44.675708 WingWarpMac[1994:38925] 0x1c08000e5010: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 13:59:44.675727 WingWarpMac[1994:38925] 0x1c08000e5020: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
2017-02-19 13:59:44.675748 WingWarpMac[1994:38925] Shadow byte legend (one shadow byte represents 8 application bytes):
2017-02-19 13:59:44.675765 WingWarpMac[1994:38925] Addressable: 00
2017-02-19 13:59:44.675786 WingWarpMac[1994:38925] Partially addressable: 01 02 03 04 05 06 07
2017-02-19 13:59:44.675806 WingWarpMac[1994:38925] Heap left redzone: fa
2017-02-19 13:59:44.675826 WingWarpMac[1994:38925] Heap right redzone: fb
2017-02-19 13:59:44.675846 WingWarpMac[1994:38925] Freed heap region: fd
2017-02-19 13:59:44.675890 WingWarpMac[1994:38925] Stack left redzone: f1
2017-02-19 13:59:44.675913 WingWarpMac[1994:38925] Stack mid redzone: f2
2017-02-19 13:59:44.675934 WingWarpMac[1994:38925] Stack right redzone: f3
2017-02-19 13:59:44.675955 WingWarpMac[1994:38925] Stack partial redzone: f4
2017-02-19 13:59:44.675976 WingWarpMac[1994:38925] Stack after return: f5
2017-02-19 13:59:44.675995 WingWarpMac[1994:38925] Stack use after scope: f8
2017-02-19 13:59:44.676013 WingWarpMac[1994:38925] Global redzone: f9
2017-02-19 13:59:44.676033 WingWarpMac[1994:38925] Global init order: f6
2017-02-19 13:59:44.676053 WingWarpMac[1994:38925] Poisoned by user: f7
2017-02-19 13:59:44.676074 WingWarpMac[1994:38925] Container overflow: fc
2017-02-19 13:59:44.676094 WingWarpMac[1994:38925] Array cookie: ac
2017-02-19 13:59:44.676114 WingWarpMac[1994:38925] Intra object redzone: bb
2017-02-19 13:59:44.676360 WingWarpMac[1994:38925] ASan internal: fe
2017-02-19 13:59:44.676384 WingWarpMac[1994:38925] Left alloca redzone: ca
2017-02-19 13:59:44.676403 WingWarpMac[1994:38925] Right alloca redzone: cb
2017-02-19 13:59:44.676427 WingWarpMac[1994:38925]
==1994==ABORTING
=================================================================
==2490==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400058d1d0 at pc 0x000100515993 bp 0x70000b7399c0 sp 0x70000b739180
WRITE of size 48 at 0x60400058d1d0 thread T95
#0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 gslice.c:1135
#2 0x11859507c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#3 0x118589db0 in gst_gl_window_default_send_message gstglwindow.c:620
#4 0x1185700c4 in gst_gl_context_thread_add gstglcontext.c:1547
#5 0x11857c22a in gst_gl_base_filter_decide_allocation gstglbasefilter.c:412
#6 0x1185dcdcc in gst_gl_color_convert_element_decide_allocation gstglcolorconvertelement.c:178
#7 0x102323120 in gst_base_transform_setcaps gstbasetransform.c:1015
#8 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
#9 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#10 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#11 0x1018ab2d9 in push_sticky gstpad.c:3804
#12 0x1018a3e95 in events_foreach gstpad.c:603
#13 0x1018a4cba in check_sticky gstpad.c:3861
#14 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#15 0x102322afb in gst_base_transform_setcaps gstcompat.h:58
#16 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
#17 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#18 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#19 0x1018ab2d9 in push_sticky gstpad.c:3804
#20 0x1018a3e95 in events_foreach gstpad.c:603
#21 0x1018a4cba in check_sticky gstpad.c:3861
#22 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#23 0x1018a2f03 in event_forward_func gstpad.c:2990
#24 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#25 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#26 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#27 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#28 0x1018ab2d9 in push_sticky gstpad.c:3804
#29 0x1018a3e95 in events_foreach gstpad.c:603
#30 0x1018a4cba in check_sticky gstpad.c:3861
#31 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#32 0x1018a2f03 in event_forward_func gstpad.c:2990
#33 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#34 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#35 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#36 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#37 0x1018ab2d9 in push_sticky gstpad.c:3804
#38 0x1018a3e95 in events_foreach gstpad.c:603
#39 0x1018a4cba in check_sticky gstpad.c:3861
#40 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#41 0x10160281f in gst_video_decoder_negotiate_default gstcompat.h:58
#42 0x1015fe9ae in gst_video_decoder_negotiate gstvideodecoder.c:3863
#43 0x118545659 in gst_vtdec_set_format vtdec.c:395
#44 0x1016009b0 in gst_video_decoder_sink_event_default gstvideodecoder.c:714
#45 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#46 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#47 0x1018ab2d9 in push_sticky gstpad.c:3804
#48 0x1018a3e95 in events_foreach gstpad.c:603
#49 0x1018a4cba in check_sticky gstpad.c:3861
#50 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#51 0x117390dd5 in gst_h264_parse_update_src_caps gstcompat.h:58
#52 0x11738cece in gst_h264_parse_set_caps gsth264parse.c:2637
#53 0x1022ffa43 in gst_base_parse_sink_event_default gstbaseparse.c:1188
#54 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#55 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#56 0x1018ab2d9 in push_sticky gstpad.c:3804
#57 0x1018a3e95 in events_foreach gstpad.c:603
#58 0x1018a4cba in check_sticky gstpad.c:3861
#59 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#60 0x117300960 in gst_rtp_h264_set_src_caps gstrtph264depay.c:438
#61 0x1172ff86a in gst_rtp_h264_depay_setcaps gstrtph264depay.c:721
#62 0x116ad08c1 in gst_rtp_base_depayload_handle_event gstrtpbasedepayload.c:326
#63 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#64 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#65 0x1018ab2d9 in push_sticky gstpad.c:3804
#66 0x1018a3e95 in events_foreach gstpad.c:603
#67 0x1018a4cba in check_sticky gstpad.c:3861
#68 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#69 0x102322afb in gst_base_transform_setcaps gstcompat.h:58
#70 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
#71 0x117277e17 in gst_capsfilter_sink_event gstcapsfilter.c:522
#72 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#73 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#74 0x1018ab2d9 in push_sticky gstpad.c:3804
#75 0x1018a3e95 in events_foreach gstpad.c:603
#76 0x1018a4cba in check_sticky gstpad.c:3861
#77 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#78 0x1018a2f03 in event_forward_func gstpad.c:2990
#79 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#80 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#81 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#82 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#83 0x1018ab2d9 in push_sticky gstpad.c:3804
#84 0x1018a3e95 in events_foreach gstpad.c:603
#85 0x1018a4cba in check_sticky gstpad.c:3861
#86 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#87 0x1018a2f03 in event_forward_func gstpad.c:2990
#88 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#89 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#90 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#91 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#92 0x1018ab2d9 in push_sticky gstpad.c:3804
#93 0x1018a3e95 in events_foreach gstpad.c:603
#94 0x1018a4cba in check_sticky gstpad.c:3861
#95 0x1018a5a51 in gst_pad_push_data gstpad.c:4432
#96 0x1018a590a in gst_pad_push gstpad.c:4573
#97 0x10baa862c in gst_rtp_pt_demux_chain gstrtpptdemux.c:442
#98 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#99 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#100 0x1018a590a in gst_pad_push gstpad.c:4573
#101 0x10baa4a0e in pop_and_push_next gstrtpjitterbuffer.c:3377
#102 0x10baa3f4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
#103 0x1018d6152 in gst_task_func gsttask.c:334
#104 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#105 0x1016f7519 in g_thread_proxy gthread.c:780
#106 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#107 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#108 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
0x60400058d1d0 is located 0 bytes inside of 48-byte region [0x60400058d1d0,0x60400058d200)
freed by thread T59 here:
#0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
#1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
#2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
#3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
#4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
previously allocated by thread T59 here:
#0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
#1 0x1016d6847 in g_malloc gmem.c:94
#2 0x1016eb9c7 in g_slice_alloc gslice.c:1025
#3 0x1016ec42e in g_slice_alloc0 gslice.c:1051
#4 0x1016f7833 in g_thread_self gthread.c:986
#5 0x11856e723 in gst_gl_context_activate gstglcontext.c:732
#6 0x118595266 in __gst_gl_window_cocoa_send_message_async_block_invoke gstglwindow_cocoa.m:399
#7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
#9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
#11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#12 0x10227a706 in _dispatch_queue_override_invoke (libdispatch.dylib+0x12706)
#13 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
#14 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#15 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#16 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T95 created by T71 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
#8 0x10189e5b2 in activate_mode_internal gstpad.c:1178
#9 0x10189df32 in gst_pad_set_active gstpad.c:1064
#10 0x10188a9e2 in activate_pads gstelement.c:2783
#11 0x10189619c in gst_iterator_fold gstiterator.c:616
#12 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
#13 0x10188a769 in gst_element_pads_activate gstelement.c:2844
#14 0x10188970e in gst_element_change_state_func gstelement.c:2903
#15 0x10ba99c2e in gst_rtp_jitter_buffer_change_state gstrtpjitterbuffer.c:1657
#16 0x101888291 in gst_element_change_state gstelement.c:2695
#17 0x10188848b in gst_element_change_state gstelement.c:2741
#18 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#19 0x10ba9300e in new_ssrc_pad_found gstrtpbin.c:1662
#20 0x10236a883 in ffi_call_unix64 darwin64.S:75
#21 0x70000aa70f0f (<unknown module>)
Thread T71 created by T58 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
#8 0x1023178f3 in gst_base_src_perform_seek gstbasesrc.c:1721
#9 0x102316f73 in gst_base_src_start_complete gstbasesrc.c:3442
#10 0x10231da79 in gst_base_src_start gstbasesrc.c:3327
#11 0x10231a6cd in gst_base_src_activate_mode gstbasesrc.c:3709
#12 0x10189e5b2 in activate_mode_internal gstpad.c:1178
#13 0x10189df32 in gst_pad_set_active gstpad.c:1064
#14 0x10188a9e2 in activate_pads gstelement.c:2783
#15 0x10189619c in gst_iterator_fold gstiterator.c:616
#16 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
#17 0x10188a769 in gst_element_pads_activate gstelement.c:2844
#18 0x10188970e in gst_element_change_state_func gstelement.c:2903
#19 0x102318278 in gst_base_src_change_state gstbasesrc.c:3824
#20 0x10b9e5504 in gst_udpsrc_change_state gstudpsrc.c:1649
#21 0x101888291 in gst_element_change_state gstelement.c:2695
#22 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#23 0x1165f11ee in gst_rtspsrc_play gstrtspsrc.c:2015
#24 0x1165ecb1f in gst_rtspsrc_thread gstrtspsrc.c:7701
#25 0x1018d6152 in gst_task_func gsttask.c:334
#26 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#27 0x1016f7519 in g_thread_proxy gthread.c:780
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T58 created by T57 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1165ebde2 in gst_rtspsrc_loop_send_cmd gstrtspsrc.c:5072
#8 0x1165eb231 in gst_rtspsrc_change_state gstrtspsrc.c:7815
#9 0x101888291 in gst_element_change_state gstelement.c:2695
#10 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#11 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
#12 0x101888291 in gst_element_change_state gstelement.c:2695
#13 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#14 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
#15 0x10015111d in state_changed_cb GStreamerBackend.m:434
#16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
#17 0x101801c28 in _g_closure_invoke_va gclosure.c:867
#18 0x10181768d in g_signal_emit_valist gsignal.c:3294
#19 0x1018180a5 in g_signal_emit gsignal.c:3441
#20 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
#21 0x101871145 in gst_bus_source_dispatch gstbus.c:815
#22 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
#23 0x1016cfd43 in g_main_context_iterate gmain.c:3969
#24 0x1016d006e in g_main_loop_run gmain.c:4163
#25 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
#26 0x100151a8d in thread_func GStreamerBackend.m:670
#27 0x1016f7519 in g_thread_proxy gthread.c:780
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T57 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7596 in g_thread_new gthread.c:870
#3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
#4 0x10007d1ca in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
#5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
#6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#7 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
#8 0x1001b403d in -[AppDelegate selectCamera:] AppDelegate.m:693
#9 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#10 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#11 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
#12 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
#13 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
#15 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
#16 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
#17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
#18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
#19 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
#20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
#21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
#22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
#23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
#24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
#25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
#26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
#27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
#28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
#29 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
#30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#32 0x100156b21 in main main.m:12
#33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
Thread T59 created by T0 here:
<empty stack>
SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c08000b19e0: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
0x1c08000b19f0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fd
0x1c08000b1a00: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
0x1c08000b1a10: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fa
0x1c08000b1a20: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
=>0x1c08000b1a30: fa fa fd fd fd fd fd fa fa fa[fd]fd fd fd fd fd
0x1c08000b1a40: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
0x1c08000b1a50: fa fa fd fd fd fd fd fd fa fa 00 00 00 00 00 00
0x1c08000b1a60: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fa
0x1c08000b1a70: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
0x1c08000b1a80: fa fa fd fd fd fd fd fd fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
2017-02-19 14:20:58.226332 WingWarpMac[2490:50168] =================================================================
2017-02-19 14:20:58.226445 WingWarpMac[2490:50168] ==2490==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400058d1d0 at pc 0x000100515993 bp 0x70000b7399c0 sp 0x70000b739180
2017-02-19 14:20:58.226478 WingWarpMac[2490:50168] WRITE of size 48 at 0x60400058d1d0 thread T95
2017-02-19 14:20:58.226501 WingWarpMac[2490:50168] #0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 14:20:58.226545 WingWarpMac[2490:50168] #1 0x1016ec73a in g_slice_free1 gslice.c:1135
2017-02-19 14:20:58.226579 WingWarpMac[2490:50168] #2 0x11859507c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
2017-02-19 14:20:58.226603 WingWarpMac[2490:50168] #3 0x118589db0 in gst_gl_window_default_send_message gstglwindow.c:620
2017-02-19 14:20:58.226622 WingWarpMac[2490:50168] #4 0x1185700c4 in gst_gl_context_thread_add gstglcontext.c:1547
2017-02-19 14:20:58.226668 WingWarpMac[2490:50168] #5 0x11857c22a in gst_gl_base_filter_decide_allocation gstglbasefilter.c:412
2017-02-19 14:20:58.226716 WingWarpMac[2490:50168] #6 0x1185dcdcc in gst_gl_color_convert_element_decide_allocation gstglcolorconvertelement.c:178
2017-02-19 14:20:58.226763 WingWarpMac[2490:50168] #7 0x102323120 in gst_base_transform_setcaps gstbasetransform.c:1015
2017-02-19 14:20:58.226818 WingWarpMac[2490:50168] #8 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
2017-02-19 14:20:58.226864 WingWarpMac[2490:50168] #9 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.226909 WingWarpMac[2490:50168] #10 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.226958 WingWarpMac[2490:50168] #11 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.226979 WingWarpMac[2490:50168] #12 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.227023 WingWarpMac[2490:50168] #13 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.227059 WingWarpMac[2490:50168] #14 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.227131 WingWarpMac[2490:50168] #15 0x102322afb in gst_base_transform_setcaps gstcompat.h:58
2017-02-19 14:20:58.227160 WingWarpMac[2490:50168] #16 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
2017-02-19 14:20:58.227181 WingWarpMac[2490:50168] #17 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.227198 WingWarpMac[2490:50168] #18 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.227260 WingWarpMac[2490:50168] #19 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.227303 WingWarpMac[2490:50168] #20 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.227324 WingWarpMac[2490:50168] #21 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.227347 WingWarpMac[2490:50168] #22 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.227393 WingWarpMac[2490:50168] #23 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 14:20:58.227419 WingWarpMac[2490:50168] #24 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 14:20:58.227441 WingWarpMac[2490:50168] #25 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 14:20:58.227456 WingWarpMac[2490:50168] #26 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.227498 WingWarpMac[2490:50168] #27 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.227541 WingWarpMac[2490:50168] #28 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.227587 WingWarpMac[2490:50168] #29 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.227631 WingWarpMac[2490:50168] #30 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.227664 WingWarpMac[2490:50168] #31 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.227702 WingWarpMac[2490:50168] #32 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 14:20:58.227730 WingWarpMac[2490:50168] #33 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 14:20:58.227796 WingWarpMac[2490:50168] #34 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 14:20:58.227841 WingWarpMac[2490:50168] #35 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.227888 WingWarpMac[2490:50168] #36 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.227910 WingWarpMac[2490:50168] #37 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.227945 WingWarpMac[2490:50168] #38 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.227984 WingWarpMac[2490:50168] #39 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.228102 WingWarpMac[2490:50168] #40 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.228247 WingWarpMac[2490:50168] #41 0x10160281f in gst_video_decoder_negotiate_default gstcompat.h:58
2017-02-19 14:20:58.228299 WingWarpMac[2490:50168] #42 0x1015fe9ae in gst_video_decoder_negotiate gstvideodecoder.c:3863
2017-02-19 14:20:58.228366 WingWarpMac[2490:50168] #43 0x118545659 in gst_vtdec_set_format vtdec.c:395
2017-02-19 14:20:58.228426 WingWarpMac[2490:50168] #44 0x1016009b0 in gst_video_decoder_sink_event_default gstvideodecoder.c:714
2017-02-19 14:20:58.228466 WingWarpMac[2490:50168] #45 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.228487 WingWarpMac[2490:50168] #46 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.228520 WingWarpMac[2490:50168] #47 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.228564 WingWarpMac[2490:50168] #48 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.228593 WingWarpMac[2490:50168] #49 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.228623 WingWarpMac[2490:50168] #50 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.228650 WingWarpMac[2490:50168] #51 0x117390dd5 in gst_h264_parse_update_src_caps gstcompat.h:58
2017-02-19 14:20:58.228704 WingWarpMac[2490:50168] #52 0x11738cece in gst_h264_parse_set_caps gsth264parse.c:2637
2017-02-19 14:20:58.228741 WingWarpMac[2490:50168] #53 0x1022ffa43 in gst_base_parse_sink_event_default gstbaseparse.c:1188
2017-02-19 14:20:58.228767 WingWarpMac[2490:50168] #54 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.228825 WingWarpMac[2490:50168] #55 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.228860 WingWarpMac[2490:50168] #56 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.228895 WingWarpMac[2490:50168] #57 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.228919 WingWarpMac[2490:50168] #58 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.228973 WingWarpMac[2490:50168] #59 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.229006 WingWarpMac[2490:50168] #60 0x117300960 in gst_rtp_h264_set_src_caps gstrtph264depay.c:438
2017-02-19 14:20:58.229085 WingWarpMac[2490:50168] #61 0x1172ff86a in gst_rtp_h264_depay_setcaps gstrtph264depay.c:721
2017-02-19 14:20:58.229121 WingWarpMac[2490:50168] #62 0x116ad08c1 in gst_rtp_base_depayload_handle_event gstrtpbasedepayload.c:326
2017-02-19 14:20:58.229152 WingWarpMac[2490:50168] #63 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.229176 WingWarpMac[2490:50168] #64 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.229205 WingWarpMac[2490:50168] #65 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.229229 WingWarpMac[2490:50168] #66 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.229251 WingWarpMac[2490:50168] #67 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.229328 WingWarpMac[2490:50168] #68 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.229359 WingWarpMac[2490:50168] #69 0x102322afb in gst_base_transform_setcaps gstcompat.h:58
2017-02-19 14:20:58.229384 WingWarpMac[2490:50168] #70 0x102320cac in gst_base_transform_sink_eventfunc gstbasetransform.c:1942
2017-02-19 14:20:58.229406 WingWarpMac[2490:50168] #71 0x117277e17 in gst_capsfilter_sink_event gstcapsfilter.c:522
2017-02-19 14:20:58.229425 WingWarpMac[2490:50168] #72 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.229455 WingWarpMac[2490:50168] #73 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.229484 WingWarpMac[2490:50168] #74 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.229539 WingWarpMac[2490:50168] #75 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.229604 WingWarpMac[2490:50168] #76 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.229640 WingWarpMac[2490:50168] #77 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.229679 WingWarpMac[2490:50168] #78 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 14:20:58.229715 WingWarpMac[2490:50168] #79 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 14:20:58.229742 WingWarpMac[2490:50168] #80 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 14:20:58.229769 WingWarpMac[2490:50168] #81 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.229788 WingWarpMac[2490:50168] #82 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.229840 WingWarpMac[2490:50168] #83 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.229883 WingWarpMac[2490:50168] #84 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.229918 WingWarpMac[2490:50168] #85 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.229960 WingWarpMac[2490:50168] #86 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:20:58.229989 WingWarpMac[2490:50168] #87 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 14:20:58.230018 WingWarpMac[2490:50168] #88 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 14:20:58.230057 WingWarpMac[2490:50168] #89 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 14:20:58.230168 WingWarpMac[2490:50168] #90 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:20:58.230204 WingWarpMac[2490:50168] #91 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:20:58.230237 WingWarpMac[2490:50168] #92 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:20:58.230286 WingWarpMac[2490:50168] #93 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:20:58.230329 WingWarpMac[2490:50168] #94 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:20:58.230375 WingWarpMac[2490:50168] #95 0x1018a5a51 in gst_pad_push_data gstpad.c:4432
2017-02-19 14:20:58.230415 WingWarpMac[2490:50168] #96 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 14:20:58.230460 WingWarpMac[2490:50168] #97 0x10baa862c in gst_rtp_pt_demux_chain gstrtpptdemux.c:442
2017-02-19 14:20:58.230488 WingWarpMac[2490:50168] #98 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 14:20:58.230523 WingWarpMac[2490:50168] #99 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 14:20:58.230554 WingWarpMac[2490:50168] #100 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 14:20:58.230579 WingWarpMac[2490:50168] #101 0x10baa4a0e in pop_and_push_next gstrtpjitterbuffer.c:3377
2017-02-19 14:20:58.230630 WingWarpMac[2490:50168] #102 0x10baa3f4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
2017-02-19 14:20:58.230674 WingWarpMac[2490:50168] #103 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 14:20:58.230715 WingWarpMac[2490:50168] #104 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 14:20:58.230755 WingWarpMac[2490:50168] #105 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 14:20:58.230801 WingWarpMac[2490:50168] #106 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 14:20:58.230845 WingWarpMac[2490:50168] #107 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 14:20:58.230878 WingWarpMac[2490:50168] #108 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 14:20:58.230901 WingWarpMac[2490:50168]
2017-02-19 14:20:58.230951 WingWarpMac[2490:50168] 0x60400058d1d0 is located 0 bytes inside of 48-byte region [0x60400058d1d0,0x60400058d200)
2017-02-19 14:20:58.230995 WingWarpMac[2490:50168] freed by thread T59 here:
2017-02-19 14:20:58.231027 WingWarpMac[2490:50168] #0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
2017-02-19 14:20:58.231080 WingWarpMac[2490:50168] #1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
2017-02-19 14:20:58.231115 WingWarpMac[2490:50168] #2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
2017-02-19 14:20:58.231133 WingWarpMac[2490:50168] #3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
2017-02-19 14:20:58.231159 WingWarpMac[2490:50168] #4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 14:20:58.231206 WingWarpMac[2490:50168]
2017-02-19 14:20:58.231234 WingWarpMac[2490:50168] previously allocated by thread T59 here:
2017-02-19 14:20:58.231259 WingWarpMac[2490:50168] #0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
2017-02-19 14:20:58.231307 WingWarpMac[2490:50168] #1 0x1016d6847 in g_malloc gmem.c:94
2017-02-19 14:20:58.231337 WingWarpMac[2490:50168] #2 0x1016eb9c7 in g_slice_alloc gslice.c:1025
2017-02-19 14:20:58.231354 WingWarpMac[2490:50168] #3 0x1016ec42e in g_slice_alloc0 gslice.c:1051
2017-02-19 14:20:58.231372 WingWarpMac[2490:50168] #4 0x1016f7833 in g_thread_self gthread.c:986
2017-02-19 14:20:58.231394 WingWarpMac[2490:50168] #5 0x11856e723 in gst_gl_context_activate gstglcontext.c:732
2017-02-19 14:20:58.231438 WingWarpMac[2490:50168] #6 0x118595266 in __gst_gl_window_cocoa_send_message_async_block_invoke gstglwindow_cocoa.m:399
2017-02-19 14:20:58.231477 WingWarpMac[2490:50168] #7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 14:20:58.231536 WingWarpMac[2490:50168] #8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 14:20:58.231580 WingWarpMac[2490:50168] #9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 14:20:58.231616 WingWarpMac[2490:50168] #10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 14:20:58.231652 WingWarpMac[2490:50168] #11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 14:20:58.231692 WingWarpMac[2490:50168] #12 0x10227a706 in _dispatch_queue_override_invoke (libdispatch.dylib+0x12706)
2017-02-19 14:20:58.231732 WingWarpMac[2490:50168] #13 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 14:20:58.231792 WingWarpMac[2490:50168] #14 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 14:20:58.231829 WingWarpMac[2490:50168] #15 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 14:20:58.231852 WingWarpMac[2490:50168] #16 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 14:20:58.231874 WingWarpMac[2490:50168]
2017-02-19 14:20:58.250218 WingWarpMac[2490:50168] Thread T95 created by T71 here:
2017-02-19 14:20:58.250251 WingWarpMac[2490:50168] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 14:20:58.250266 WingWarpMac[2490:50168] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 14:20:58.250283 WingWarpMac[2490:50168] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 14:20:58.250296 WingWarpMac[2490:50168] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 14:20:58.250309 WingWarpMac[2490:50168] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 14:20:58.250327 WingWarpMac[2490:50168] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 14:20:58.250342 WingWarpMac[2490:50168] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 14:20:58.250353 WingWarpMac[2490:50168] #7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
2017-02-19 14:20:58.250367 WingWarpMac[2490:50168] #8 0x10189e5b2 in activate_mode_internal gstpad.c:1178
2017-02-19 14:20:58.250386 WingWarpMac[2490:50168] #9 0x10189df32 in gst_pad_set_active gstpad.c:1064
2017-02-19 14:20:58.250404 WingWarpMac[2490:50168] #10 0x10188a9e2 in activate_pads gstelement.c:2783
2017-02-19 14:20:58.250417 WingWarpMac[2490:50168] #11 0x10189619c in gst_iterator_fold gstiterator.c:616
2017-02-19 14:20:58.250449 WingWarpMac[2490:50168] #12 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
2017-02-19 14:20:58.250474 WingWarpMac[2490:50168] #13 0x10188a769 in gst_element_pads_activate gstelement.c:2844
2017-02-19 14:20:58.250635 WingWarpMac[2490:50168] #14 0x10188970e in gst_element_change_state_func gstelement.c:2903
2017-02-19 14:20:58.250665 WingWarpMac[2490:50168] #15 0x10ba99c2e in gst_rtp_jitter_buffer_change_state gstrtpjitterbuffer.c:1657
2017-02-19 14:20:58.250687 WingWarpMac[2490:50168] #16 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 14:20:58.250707 WingWarpMac[2490:50168] #17 0x10188848b in gst_element_change_state gstelement.c:2741
2017-02-19 14:20:58.250726 WingWarpMac[2490:50168] #18 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 14:20:58.250768 WingWarpMac[2490:50168] #19 0x10ba9300e in new_ssrc_pad_found gstrtpbin.c:1662
2017-02-19 14:20:58.250797 WingWarpMac[2490:50168] #20 0x10236a883 in ffi_call_unix64 darwin64.S:75
2017-02-19 14:20:58.250820 WingWarpMac[2490:50168] #21 0x70000aa70f0f (<unknown module>)
2017-02-19 14:20:58.250839 WingWarpMac[2490:50168]
2017-02-19 14:20:58.250861 WingWarpMac[2490:50168] Thread T71 created by T58 here:
2017-02-19 14:20:58.250880 WingWarpMac[2490:50168] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 14:20:58.250952 WingWarpMac[2490:50168] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 14:20:58.250979 WingWarpMac[2490:50168] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 14:20:58.251013 WingWarpMac[2490:50168] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 14:20:58.251057 WingWarpMac[2490:50168] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 14:20:58.251086 WingWarpMac[2490:50168] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 14:20:58.251123 WingWarpMac[2490:50168] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 14:20:58.251157 WingWarpMac[2490:50168] #7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
2017-02-19 14:20:58.251186 WingWarpMac[2490:50168] #8 0x1023178f3 in gst_base_src_perform_seek gstbasesrc.c:1721
2017-02-19 14:20:58.251207 WingWarpMac[2490:50168] #9 0x102316f73 in gst_base_src_start_complete gstbasesrc.c:3442
2017-02-19 14:20:58.251255 WingWarpMac[2490:50168] #10 0x10231da79 in gst_base_src_start gstbasesrc.c:3327
2017-02-19 14:20:58.251292 WingWarpMac[2490:50168] #11 0x10231a6cd in gst_base_src_activate_mode gstbasesrc.c:3709
2017-02-19 14:20:58.251340 WingWarpMac[2490:50168] #12 0x10189e5b2 in activate_mode_internal gstpad.c:1178
2017-02-19 14:20:58.251382 WingWarpMac[2490:50168] #13 0x10189df32 in gst_pad_set_active gstpad.c:1064
2017-02-19 14:20:58.251404 WingWarpMac[2490:50168] #14 0x10188a9e2 in activate_pads gstelement.c:2783
2017-02-19 14:20:58.251423 WingWarpMac[2490:50168] #15 0x10189619c in gst_iterator_fold gstiterator.c:616
2017-02-19 14:20:58.251454 WingWarpMac[2490:50168] #16 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
2017-02-19 14:20:58.251504 WingWarpMac[2490:50168] #17 0x10188a769 in gst_element_pads_activate gstelement.c:2844
2017-02-19 14:20:58.251524 WingWarpMac[2490:50168] #18 0x10188970e in gst_element_change_state_func gstelement.c:2903
2017-02-19 14:20:58.251537 WingWarpMac[2490:50168] #19 0x102318278 in gst_base_src_change_state gstbasesrc.c:3824
2017-02-19 14:20:58.251549 WingWarpMac[2490:50168] #20 0x10b9e5504 in gst_udpsrc_change_state gstudpsrc.c:1649
2017-02-19 14:20:58.251562 WingWarpMac[2490:50168] #21 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 14:20:58.251574 WingWarpMac[2490:50168] #22 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 14:20:58.251619 WingWarpMac[2490:50168] #23 0x1165f11ee in gst_rtspsrc_play gstrtspsrc.c:2015
2017-02-19 14:20:58.251640 WingWarpMac[2490:50168] #24 0x1165ecb1f in gst_rtspsrc_thread gstrtspsrc.c:7701
2017-02-19 14:20:58.251655 WingWarpMac[2490:50168] #25 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 14:20:58.251668 WingWarpMac[2490:50168] #26 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 14:20:58.251680 WingWarpMac[2490:50168] #27 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 14:20:58.251693 WingWarpMac[2490:50168] #28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 14:20:58.251706 WingWarpMac[2490:50168] #29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 14:20:58.251719 WingWarpMac[2490:50168] #30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 14:20:58.251732 WingWarpMac[2490:50168]
2017-02-19 14:20:58.251760 WingWarpMac[2490:50168] Thread T58 created by T57 here:
2017-02-19 14:20:58.251810 WingWarpMac[2490:50168] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 14:20:58.251830 WingWarpMac[2490:50168] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 14:20:58.251861 WingWarpMac[2490:50168] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 14:20:58.251881 WingWarpMac[2490:50168] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 14:20:58.251913 WingWarpMac[2490:50168] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 14:20:58.251965 WingWarpMac[2490:50168] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 14:20:58.252000 WingWarpMac[2490:50168] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 14:20:58.252019 WingWarpMac[2490:50168] #7 0x1165ebde2 in gst_rtspsrc_loop_send_cmd gstrtspsrc.c:5072
2017-02-19 14:20:58.252073 WingWarpMac[2490:50168] #8 0x1165eb231 in gst_rtspsrc_change_state gstrtspsrc.c:7815
2017-02-19 14:20:58.252106 WingWarpMac[2490:50168] #9 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 14:20:58.252125 WingWarpMac[2490:50168] #10 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 14:20:58.252143 WingWarpMac[2490:50168] #11 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
2017-02-19 14:20:58.252160 WingWarpMac[2490:50168] #12 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 14:20:58.252178 WingWarpMac[2490:50168] #13 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 14:20:58.252225 WingWarpMac[2490:50168] #14 0x100152479 in -[GStreamerBackend play:] GStreamerBackend.m:251
2017-02-19 14:20:58.252257 WingWarpMac[2490:50168] #15 0x10015111d in state_changed_cb GStreamerBackend.m:434
2017-02-19 14:20:58.252276 WingWarpMac[2490:50168] #16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
2017-02-19 14:20:58.252295 WingWarpMac[2490:50168] #17 0x101801c28 in _g_closure_invoke_va gclosure.c:867
2017-02-19 14:20:58.252312 WingWarpMac[2490:50168] #18 0x10181768d in g_signal_emit_valist gsignal.c:3294
2017-02-19 14:20:58.252330 WingWarpMac[2490:50168] #19 0x1018180a5 in g_signal_emit gsignal.c:3441
2017-02-19 14:20:58.252373 WingWarpMac[2490:50168] #20 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
2017-02-19 14:20:58.252396 WingWarpMac[2490:50168] #21 0x101871145 in gst_bus_source_dispatch gstbus.c:815
2017-02-19 14:20:58.252432 WingWarpMac[2490:50168] #22 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
2017-02-19 14:20:58.252455 WingWarpMac[2490:50168] #23 0x1016cfd43 in g_main_context_iterate gmain.c:3969
2017-02-19 14:20:58.252473 WingWarpMac[2490:50168] #24 0x1016d006e in g_main_loop_run gmain.c:4163
2017-02-19 14:20:58.252491 WingWarpMac[2490:50168] #25 0x100154a51 in -[GStreamerBackend runApp] GStreamerBackend.m:604
2017-02-19 14:20:58.252520 WingWarpMac[2490:50168] #26 0x100151a8d in thread_func GStreamerBackend.m:670
2017-02-19 14:20:58.252574 WingWarpMac[2490:50168] #27 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 14:20:58.252598 WingWarpMac[2490:50168] #28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 14:20:58.252613 WingWarpMac[2490:50168] #29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 14:20:58.252629 WingWarpMac[2490:50168] #30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 14:20:58.252643 WingWarpMac[2490:50168]
2017-02-19 14:20:58.252658 WingWarpMac[2490:50168] Thread T57 created by T0 here:
2017-02-19 14:20:58.252673 WingWarpMac[2490:50168] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 14:20:58.252704 WingWarpMac[2490:50168] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 14:20:58.252734 WingWarpMac[2490:50168] #2 0x1016f7596 in g_thread_new gthread.c:870
2017-02-19 14:20:58.252760 WingWarpMac[2490:50168] #3 0x10014f9d6 in -[GStreamerBackend start:] GStreamerBackend.m:220
2017-02-19 14:20:58.253114 WingWarpMac[2490:50168] #4 0x10007d1ca in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
2017-02-19 14:20:58.253132 WingWarpMac[2490:50168] #5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 14:20:58.253148 WingWarpMac[2490:50168] #6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 14:20:58.253163 WingWarpMac[2490:50168] #7 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 14:20:58.253194 WingWarpMac[2490:50168] #8 0x1001b403d in -[AppDelegate selectCamera:] AppDelegate.m:693
2017-02-19 14:20:58.253256 WingWarpMac[2490:50168] #9 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 14:20:58.253290 WingWarpMac[2490:50168] #10 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 14:20:58.253335 WingWarpMac[2490:50168] #11 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
2017-02-19 14:20:58.253361 WingWarpMac[2490:50168] #12 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
2017-02-19 14:20:58.253394 WingWarpMac[2490:50168] #13 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 14:20:58.253446 WingWarpMac[2490:50168] #14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
2017-02-19 14:20:58.253474 WingWarpMac[2490:50168] #15 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
2017-02-19 14:20:58.253523 WingWarpMac[2490:50168] #16 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
2017-02-19 14:20:58.253552 WingWarpMac[2490:50168] #17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
2017-02-19 14:20:58.253581 WingWarpMac[2490:50168] #18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
2017-02-19 14:20:58.253626 WingWarpMac[2490:50168] #19 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
2017-02-19 14:20:58.253666 WingWarpMac[2490:50168] #20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
2017-02-19 14:20:58.253695 WingWarpMac[2490:50168] #21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
2017-02-19 14:20:58.253730 WingWarpMac[2490:50168] #22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
2017-02-19 14:20:58.253762 WingWarpMac[2490:50168] #23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
2017-02-19 14:20:58.253780 WingWarpMac[2490:50168] #24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
2017-02-19 14:20:58.253798 WingWarpMac[2490:50168] #25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
2017-02-19 14:20:58.253814 WingWarpMac[2490:50168] #26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
2017-02-19 14:20:58.253912 WingWarpMac[2490:50168] #27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
2017-02-19 14:20:58.253957 WingWarpMac[2490:50168] #28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
2017-02-19 14:20:58.253995 WingWarpMac[2490:50168] #29 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
2017-02-19 14:20:58.254027 WingWarpMac[2490:50168] #30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 14:20:58.254065 WingWarpMac[2490:50168] #31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 14:20:58.254102 WingWarpMac[2490:50168] #32 0x100156b21 in main main.m:12
2017-02-19 14:20:58.254131 WingWarpMac[2490:50168] #33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 14:20:58.254184 WingWarpMac[2490:50168]
2017-02-19 14:20:58.254228 WingWarpMac[2490:50168] Thread T59 created by T0 here:
2017-02-19 14:20:58.254257 WingWarpMac[2490:50168] <empty stack>
2017-02-19 14:20:58.254282 WingWarpMac[2490:50168]
2017-02-19 14:20:58.254349 WingWarpMac[2490:50168] SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 14:20:58.254398 WingWarpMac[2490:50168] Shadow bytes around the buggy address:
2017-02-19 14:20:58.254505 WingWarpMac[2490:50168] 0x1c08000b19e0: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
2017-02-19 14:20:58.254543 WingWarpMac[2490:50168] 0x1c08000b19f0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fd
2017-02-19 14:20:58.254568 WingWarpMac[2490:50168] 0x1c08000b1a00: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
2017-02-19 14:20:58.254610 WingWarpMac[2490:50168] 0x1c08000b1a10: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fa
2017-02-19 14:20:58.254631 WingWarpMac[2490:50168] 0x1c08000b1a20: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
2017-02-19 14:20:58.254649 WingWarpMac[2490:50168] =>0x1c08000b1a30: fa fa fd fd fd fd fd fa fa fa[fd]fd fd fd fd fd
2017-02-19 14:20:58.254665 WingWarpMac[2490:50168] 0x1c08000b1a40: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
2017-02-19 14:20:58.254683 WingWarpMac[2490:50168] 0x1c08000b1a50: fa fa fd fd fd fd fd fd fa fa 00 00 00 00 00 00
2017-02-19 14:20:58.254725 WingWarpMac[2490:50168] 0x1c08000b1a60: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fa
2017-02-19 14:20:58.254765 WingWarpMac[2490:50168] 0x1c08000b1a70: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
2017-02-19 14:20:58.254789 WingWarpMac[2490:50168] 0x1c08000b1a80: fa fa fd fd fd fd fd fd fa fa fa fa fa fa fa fa
2017-02-19 14:20:58.254807 WingWarpMac[2490:50168] Shadow byte legend (one shadow byte represents 8 application bytes):
2017-02-19 14:20:58.254837 WingWarpMac[2490:50168] Addressable: 00
2017-02-19 14:20:58.254890 WingWarpMac[2490:50168] Partially addressable: 01 02 03 04 05 06 07
2017-02-19 14:20:58.254929 WingWarpMac[2490:50168] Heap left redzone: fa
2017-02-19 14:20:58.254953 WingWarpMac[2490:50168] Heap right redzone: fb
2017-02-19 14:20:58.254973 WingWarpMac[2490:50168] Freed heap region: fd
2017-02-19 14:20:58.255019 WingWarpMac[2490:50168] Stack left redzone: f1
2017-02-19 14:20:58.255049 WingWarpMac[2490:50168] Stack mid redzone: f2
2017-02-19 14:20:58.255098 WingWarpMac[2490:50168] Stack right redzone: f3
2017-02-19 14:20:58.255143 WingWarpMac[2490:50168] Stack partial redzone: f4
2017-02-19 14:20:58.255171 WingWarpMac[2490:50168] Stack after return: f5
2017-02-19 14:20:58.255191 WingWarpMac[2490:50168] Stack use after scope: f8
2017-02-19 14:20:58.255231 WingWarpMac[2490:50168] Global redzone: f9
2017-02-19 14:20:58.255251 WingWarpMac[2490:50168] Global init order: f6
2017-02-19 14:20:58.255286 WingWarpMac[2490:50168] Poisoned by user: f7
2017-02-19 14:20:58.255325 WingWarpMac[2490:50168] Container overflow: fc
2017-02-19 14:20:58.255350 WingWarpMac[2490:50168] Array cookie: ac
2017-02-19 14:20:58.255393 WingWarpMac[2490:50168] Intra object redzone: bb
2017-02-19 14:20:58.255425 WingWarpMac[2490:50168] ASan internal: fe
2017-02-19 14:20:58.255454 WingWarpMac[2490:50168] Left alloca redzone: ca
2017-02-19 14:20:58.255475 WingWarpMac[2490:50168] Right alloca redzone: cb
2017-02-19 14:20:58.255512 WingWarpMac[2490:50168]
==2490==ABORTING
=================================================================
==2898==ERROR: AddressSanitizer: heap-use-after-free on address 0x6040001ae9d0 at pc 0x000100515993 bp 0x70000594ad80 sp 0x70000594a540
WRITE of size 48 at 0x6040001ae9d0 thread T87
#0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 gslice.c:1135
#2 0x10d72407c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#3 0x10d718db0 in gst_gl_window_default_send_message gstglwindow.c:620
#4 0x10d6ff0c4 in gst_gl_context_thread_add gstglcontext.c:1547
#5 0x10d711d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
#6 0x10d81ee90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
#7 0x102321b75 in default_generate_output gstbasetransform.c:2154
#8 0x102323bb6 in gst_base_transform_chain gstbasetransform.c:2336
#9 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#10 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#11 0x1018a590a in gst_pad_push gstpad.c:4573
#12 0x102323afb in gst_base_transform_chain gstbasetransform.c:2372
#13 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#14 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#15 0x1018a590a in gst_pad_push gstpad.c:4573
#16 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
#17 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#18 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#19 0x1018a590a in gst_pad_push gstpad.c:4573
#20 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
#21 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#22 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#23 0x1018a590a in gst_pad_push gstpad.c:4573
#24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
#25 0x1015fc3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
#26 0x10d6d54ad in gst_vtdec_push_frames_if_needed vtdec.c:833
#27 0x1016004c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
#28 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#29 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#30 0x1018ab2d9 in push_sticky gstpad.c:3804
#31 0x1018a3e95 in events_foreach gstpad.c:603
#32 0x1018a4cba in check_sticky gstpad.c:3861
#33 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#34 0x10d4411ff in gst_queue_loop gstqueue.c:1431
#35 0x1018d6152 in gst_task_func gsttask.c:334
#36 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#37 0x1016f7519 in g_thread_proxy gthread.c:780
#38 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#39 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#40 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
0x6040001ae9d0 is located 0 bytes inside of 48-byte region [0x6040001ae9d0,0x6040001aea00)
freed by thread T125 here:
#0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
#1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
#2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
#3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
#4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
previously allocated by thread T125 here:
#0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
#1 0x1016d6847 in g_malloc gmem.c:94
#2 0x1016eb9c7 in g_slice_alloc gslice.c:1025
#3 0x1016ec42e in g_slice_alloc0 gslice.c:1051
#4 0x1016f7833 in g_thread_self gthread.c:986
#5 0x10d6fd723 in gst_gl_context_activate gstglcontext.c:732
#6 0x10d724266 in __gst_gl_window_cocoa_send_message_async_block_invoke gstglwindow_cocoa.m:399
#7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
#9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
#11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#12 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
#13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T87 created by T43 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
#8 0x10d43dd7e in gst_queue_src_activate_mode gstqueue.c:1721
#9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
#10 0x10189df32 in gst_pad_set_active gstpad.c:1064
#11 0x10188a9e2 in activate_pads gstelement.c:2783
#12 0x10189619c in gst_iterator_fold gstiterator.c:616
#13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
#14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
#15 0x10188970e in gst_element_change_state_func gstelement.c:2903
#16 0x101888291 in gst_element_change_state gstelement.c:2695
#17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
#19 0x101888291 in gst_element_change_state gstelement.c:2695
#20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#21 0x1001524f9 in -[GStreamerBackend play:] GStreamerBackend.m:251
#22 0x10015119d in state_changed_cb GStreamerBackend.m:434
#23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
#24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
#25 0x10181768d in g_signal_emit_valist gsignal.c:3294
#26 0x1018180a5 in g_signal_emit gsignal.c:3441
#27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
#28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
#29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
#30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
#31 0x1016d006e in g_main_loop_run gmain.c:4163
#32 0x100154ad1 in -[GStreamerBackend runApp] GStreamerBackend.m:604
#33 0x100151b0d in thread_func GStreamerBackend.m:670
#34 0x1016f7519 in g_thread_proxy gthread.c:780
#35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T43 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7596 in g_thread_new gthread.c:870
#3 0x10014fa56 in -[GStreamerBackend start:] GStreamerBackend.m:220
#4 0x1000653bd in __47-[CameraDisplayViewController reconnectCamera:]_block_invoke CameraDisplayViewController.m:161
#5 0x10014df96 in -[GStreamerBackend stop:] GStreamerBackend.m:125
#6 0x100064d74 in -[CameraDisplayViewController reconnectCamera:] CameraDisplayViewController.m:156
#7 0x7fffb24e1a6b in __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (CoreFoundation+0x9da6b)
#8 0x7fffb24e196a in _CFXRegistrationPost (CoreFoundation+0x9d96a)
#9 0x7fffb24e16d1 in ___CFXNotificationPost_block_invoke (CoreFoundation+0x9d6d1)
#10 0x7fffb249ed62 in -[_CFXNotificationRegistrar find:object:observer:enumerator:] (CoreFoundation+0x5ad62)
#11 0x7fffb249dd9b in _CFXNotificationPost (CoreFoundation+0x59d9b)
#12 0x7fffb3ec4a36 in -[NSNotificationCenter postNotificationName:object:userInfo:] (Foundation+0x6a36)
#13 0x1001bf8bc in -[AppDelegate reconnectAllCamers:] AppDelegate.m:956
#14 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#15 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#16 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
#17 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
#18 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#19 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
#20 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
#21 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
#22 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
#23 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
#24 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
#25 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
#26 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
#27 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
#28 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
#29 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
#30 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
#31 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
#32 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
#33 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
#34 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
#35 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#36 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#37 0x100156b21 in main main.m:12
#38 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
Thread T125 created by T87 here:
<empty stack>
SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c0800035ce0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fd
0x1c0800035cf0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
0x1c0800035d00: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
0x1c0800035d10: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
0x1c0800035d20: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
=>0x1c0800035d30: fa fa fd fd fd fd fd fd fa fa[fd]fd fd fd fd fd
0x1c0800035d40: fa fa 00 00 00 00 00 00 fa fa fd fd fd fd fd fd
0x1c0800035d50: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
0x1c0800035d60: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
0x1c0800035d70: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fd
0x1c0800035d80: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
2017-02-19 14:32:51.039468 WingWarpMac[2898:57235] =================================================================
2017-02-19 14:32:51.039513 WingWarpMac[2898:57235] ==2898==ERROR: AddressSanitizer: heap-use-after-free on address 0x6040001ae9d0 at pc 0x000100515993 bp 0x70000594ad80 sp 0x70000594a540
2017-02-19 14:32:51.039540 WingWarpMac[2898:57235] WRITE of size 48 at 0x6040001ae9d0 thread T87
2017-02-19 14:32:51.039563 WingWarpMac[2898:57235] #0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 14:32:51.039590 WingWarpMac[2898:57235] #1 0x1016ec73a in g_slice_free1 gslice.c:1135
2017-02-19 14:32:51.039611 WingWarpMac[2898:57235] #2 0x10d72407c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
2017-02-19 14:32:51.050578 WingWarpMac[2898:57235] #3 0x10d718db0 in gst_gl_window_default_send_message gstglwindow.c:620
2017-02-19 14:32:51.050611 WingWarpMac[2898:57235] #4 0x10d6ff0c4 in gst_gl_context_thread_add gstglcontext.c:1547
2017-02-19 14:32:51.050627 WingWarpMac[2898:57235] #5 0x10d711d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
2017-02-19 14:32:51.050646 WingWarpMac[2898:57235] #6 0x10d81ee90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
2017-02-19 14:32:51.050658 WingWarpMac[2898:57235] #7 0x102321b75 in default_generate_output gstbasetransform.c:2154
2017-02-19 14:32:51.050670 WingWarpMac[2898:57235] #8 0x102323bb6 in gst_base_transform_chain gstbasetransform.c:2336
2017-02-19 14:32:51.050681 WingWarpMac[2898:57235] #9 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 14:32:51.050693 WingWarpMac[2898:57235] #10 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 14:32:51.050705 WingWarpMac[2898:57235] #11 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 14:32:51.050721 WingWarpMac[2898:57235] #12 0x102323afb in gst_base_transform_chain gstbasetransform.c:2372
2017-02-19 14:32:51.050735 WingWarpMac[2898:57235] #13 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 14:32:51.050748 WingWarpMac[2898:57235] #14 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 14:32:51.050904 WingWarpMac[2898:57235] #15 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 14:32:51.050924 WingWarpMac[2898:57235] #16 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
2017-02-19 14:32:51.050939 WingWarpMac[2898:57235] #17 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 14:32:51.050952 WingWarpMac[2898:57235] #18 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 14:32:51.050964 WingWarpMac[2898:57235] #19 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 14:32:51.050978 WingWarpMac[2898:57235] #20 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
2017-02-19 14:32:51.050989 WingWarpMac[2898:57235] #21 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 14:32:51.051001 WingWarpMac[2898:57235] #22 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 14:32:51.051014 WingWarpMac[2898:57235] #23 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 14:32:51.051025 WingWarpMac[2898:57235] #24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
2017-02-19 14:32:51.051106 WingWarpMac[2898:57235] #25 0x1015fc3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
2017-02-19 14:32:51.051130 WingWarpMac[2898:57235] #26 0x10d6d54ad in gst_vtdec_push_frames_if_needed vtdec.c:833
2017-02-19 14:32:51.051153 WingWarpMac[2898:57235] #27 0x1016004c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
2017-02-19 14:32:51.051176 WingWarpMac[2898:57235] #28 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 14:32:51.051190 WingWarpMac[2898:57235] #29 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 14:32:51.051231 WingWarpMac[2898:57235] #30 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 14:32:51.051251 WingWarpMac[2898:57235] #31 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 14:32:51.051265 WingWarpMac[2898:57235] #32 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 14:32:51.051278 WingWarpMac[2898:57235] #33 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 14:32:51.051410 WingWarpMac[2898:57235] #34 0x10d4411ff in gst_queue_loop gstqueue.c:1431
2017-02-19 14:32:51.051426 WingWarpMac[2898:57235] #35 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 14:32:51.051439 WingWarpMac[2898:57235] #36 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 14:32:51.051470 WingWarpMac[2898:57235] #37 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 14:32:51.051491 WingWarpMac[2898:57235] #38 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 14:32:51.051511 WingWarpMac[2898:57235] #39 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 14:32:51.051526 WingWarpMac[2898:57235] #40 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 14:32:51.051537 WingWarpMac[2898:57235]
2017-02-19 14:32:51.051550 WingWarpMac[2898:57235] 0x6040001ae9d0 is located 0 bytes inside of 48-byte region [0x6040001ae9d0,0x6040001aea00)
2017-02-19 14:32:51.051686 WingWarpMac[2898:57235] freed by thread T125 here:
2017-02-19 14:32:51.051711 WingWarpMac[2898:57235] #0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
2017-02-19 14:32:51.051731 WingWarpMac[2898:57235] #1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
2017-02-19 14:32:51.051744 WingWarpMac[2898:57235] #2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
2017-02-19 14:32:51.051757 WingWarpMac[2898:57235] #3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
2017-02-19 14:32:51.051770 WingWarpMac[2898:57235] #4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 14:32:51.051782 WingWarpMac[2898:57235]
2017-02-19 14:32:51.051794 WingWarpMac[2898:57235] previously allocated by thread T125 here:
2017-02-19 14:32:51.051807 WingWarpMac[2898:57235] #0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
2017-02-19 14:32:51.051819 WingWarpMac[2898:57235] #1 0x1016d6847 in g_malloc gmem.c:94
2017-02-19 14:32:51.051956 WingWarpMac[2898:57235] #2 0x1016eb9c7 in g_slice_alloc gslice.c:1025
2017-02-19 14:32:51.051979 WingWarpMac[2898:57235] #3 0x1016ec42e in g_slice_alloc0 gslice.c:1051
2017-02-19 14:32:51.051992 WingWarpMac[2898:57235] #4 0x1016f7833 in g_thread_self gthread.c:986
2017-02-19 14:32:51.052004 WingWarpMac[2898:57235] #5 0x10d6fd723 in gst_gl_context_activate gstglcontext.c:732
2017-02-19 14:32:51.052018 WingWarpMac[2898:57235] #6 0x10d724266 in __gst_gl_window_cocoa_send_message_async_block_invoke gstglwindow_cocoa.m:399
2017-02-19 14:32:51.052030 WingWarpMac[2898:57235] #7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 14:32:51.052042 WingWarpMac[2898:57235] #8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 14:32:51.052055 WingWarpMac[2898:57235] #9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 14:32:51.052067 WingWarpMac[2898:57235] #10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 14:32:51.052211 WingWarpMac[2898:57235] #11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 14:32:51.052229 WingWarpMac[2898:57235] #12 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 14:32:51.052246 WingWarpMac[2898:57235] #13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 14:32:51.052266 WingWarpMac[2898:57235] #14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 14:32:51.052290 WingWarpMac[2898:57235] #15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 14:32:51.052332 WingWarpMac[2898:57235]
2017-02-19 14:32:51.052353 WingWarpMac[2898:57235] Thread T87 created by T43 here:
2017-02-19 14:32:51.052368 WingWarpMac[2898:57235] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 14:32:51.052380 WingWarpMac[2898:57235] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 14:32:51.052392 WingWarpMac[2898:57235] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 14:32:51.052446 WingWarpMac[2898:57235] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 14:32:51.052465 WingWarpMac[2898:57235] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 14:32:51.052479 WingWarpMac[2898:57235] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 14:32:51.052494 WingWarpMac[2898:57235] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 14:32:51.052513 WingWarpMac[2898:57235] #7 0x1018a9c8d in gst_pad_start_task gstpad.c:6013
2017-02-19 14:32:51.052526 WingWarpMac[2898:57235] #8 0x10d43dd7e in gst_queue_src_activate_mode gstqueue.c:1721
2017-02-19 14:32:51.052538 WingWarpMac[2898:57235] #9 0x10189e5b2 in activate_mode_internal gstpad.c:1178
2017-02-19 14:32:51.052550 WingWarpMac[2898:57235] #10 0x10189df32 in gst_pad_set_active gstpad.c:1064
2017-02-19 14:32:51.052562 WingWarpMac[2898:57235] #11 0x10188a9e2 in activate_pads gstelement.c:2783
2017-02-19 14:32:51.052706 WingWarpMac[2898:57235] #12 0x10189619c in gst_iterator_fold gstiterator.c:616
2017-02-19 14:32:51.052730 WingWarpMac[2898:57235] #13 0x10188a995 in iterator_activate_fold_with_resync gstelement.c:2807
2017-02-19 14:32:51.052745 WingWarpMac[2898:57235] #14 0x10188a769 in gst_element_pads_activate gstelement.c:2844
2017-02-19 14:32:51.052761 WingWarpMac[2898:57235] #15 0x10188970e in gst_element_change_state_func gstelement.c:2903
2017-02-19 14:32:51.052773 WingWarpMac[2898:57235] #16 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 14:32:51.052785 WingWarpMac[2898:57235] #17 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 14:32:51.052798 WingWarpMac[2898:57235] #18 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
2017-02-19 14:32:51.052814 WingWarpMac[2898:57235] #19 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 14:32:51.052826 WingWarpMac[2898:57235] #20 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 14:32:51.052940 WingWarpMac[2898:57235] #21 0x1001524f9 in -[GStreamerBackend play:] GStreamerBackend.m:251
2017-02-19 14:32:51.052959 WingWarpMac[2898:57235] #22 0x10015119d in state_changed_cb GStreamerBackend.m:434
2017-02-19 14:32:51.052972 WingWarpMac[2898:57235] #23 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
2017-02-19 14:32:51.052985 WingWarpMac[2898:57235] #24 0x101801c28 in _g_closure_invoke_va gclosure.c:867
2017-02-19 14:32:51.053003 WingWarpMac[2898:57235] #25 0x10181768d in g_signal_emit_valist gsignal.c:3294
2017-02-19 14:32:51.053015 WingWarpMac[2898:57235] #26 0x1018180a5 in g_signal_emit gsignal.c:3441
2017-02-19 14:32:51.053027 WingWarpMac[2898:57235] #27 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
2017-02-19 14:32:51.053039 WingWarpMac[2898:57235] #28 0x101871145 in gst_bus_source_dispatch gstbus.c:815
2017-02-19 14:32:51.053052 WingWarpMac[2898:57235] #29 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
2017-02-19 14:32:51.053184 WingWarpMac[2898:57235] #30 0x1016cfd43 in g_main_context_iterate gmain.c:3969
2017-02-19 14:32:51.053202 WingWarpMac[2898:57235] #31 0x1016d006e in g_main_loop_run gmain.c:4163
2017-02-19 14:32:51.053216 WingWarpMac[2898:57235] #32 0x100154ad1 in -[GStreamerBackend runApp] GStreamerBackend.m:604
2017-02-19 14:32:51.053228 WingWarpMac[2898:57235] #33 0x100151b0d in thread_func GStreamerBackend.m:670
2017-02-19 14:32:51.053251 WingWarpMac[2898:57235] #34 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 14:32:51.053273 WingWarpMac[2898:57235] #35 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 14:32:51.053306 WingWarpMac[2898:57235] #36 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 14:32:51.053337 WingWarpMac[2898:57235] #37 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 14:32:51.053356 WingWarpMac[2898:57235]
2017-02-19 14:32:51.053563 WingWarpMac[2898:57235] Thread T43 created by T0 here:
2017-02-19 14:32:51.053587 WingWarpMac[2898:57235] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 14:32:51.053607 WingWarpMac[2898:57235] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 14:32:51.053628 WingWarpMac[2898:57235] #2 0x1016f7596 in g_thread_new gthread.c:870
2017-02-19 14:32:51.053648 WingWarpMac[2898:57235] #3 0x10014fa56 in -[GStreamerBackend start:] GStreamerBackend.m:220
2017-02-19 14:32:51.053667 WingWarpMac[2898:57235] #4 0x1000653bd in __47-[CameraDisplayViewController reconnectCamera:]_block_invoke CameraDisplayViewController.m:161
2017-02-19 14:32:51.053684 WingWarpMac[2898:57235] #5 0x10014df96 in -[GStreamerBackend stop:] GStreamerBackend.m:125
2017-02-19 14:32:51.053700 WingWarpMac[2898:57235] #6 0x100064d74 in -[CameraDisplayViewController reconnectCamera:] CameraDisplayViewController.m:156
2017-02-19 14:32:51.053718 WingWarpMac[2898:57235] #7 0x7fffb24e1a6b in __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (CoreFoundation+0x9da6b)
2017-02-19 14:32:51.053961 WingWarpMac[2898:57235] #8 0x7fffb24e196a in _CFXRegistrationPost (CoreFoundation+0x9d96a)
2017-02-19 14:32:51.053982 WingWarpMac[2898:57235] #9 0x7fffb24e16d1 in ___CFXNotificationPost_block_invoke (CoreFoundation+0x9d6d1)
2017-02-19 14:32:51.053997 WingWarpMac[2898:57235] #10 0x7fffb249ed62 in -[_CFXNotificationRegistrar find:object:observer:enumerator:] (CoreFoundation+0x5ad62)
2017-02-19 14:32:51.054019 WingWarpMac[2898:57235] #11 0x7fffb249dd9b in _CFXNotificationPost (CoreFoundation+0x59d9b)
2017-02-19 14:32:51.054034 WingWarpMac[2898:57235] #12 0x7fffb3ec4a36 in -[NSNotificationCenter postNotificationName:object:userInfo:] (Foundation+0x6a36)
2017-02-19 14:32:51.054048 WingWarpMac[2898:57235] #13 0x1001bf8bc in -[AppDelegate reconnectAllCamers:] AppDelegate.m:956
2017-02-19 14:32:51.054060 WingWarpMac[2898:57235] #14 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 14:32:51.054185 WingWarpMac[2898:57235] #15 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 14:32:51.054209 WingWarpMac[2898:57235] #16 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
2017-02-19 14:32:51.054227 WingWarpMac[2898:57235] #17 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
2017-02-19 14:32:51.054246 WingWarpMac[2898:57235] #18 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 14:32:51.054261 WingWarpMac[2898:57235] #19 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
2017-02-19 14:32:51.054280 WingWarpMac[2898:57235] #20 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
2017-02-19 14:32:51.054300 WingWarpMac[2898:57235] #21 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
2017-02-19 14:32:51.054318 WingWarpMac[2898:57235] #22 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
2017-02-19 14:32:51.054504 WingWarpMac[2898:57235] #23 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
2017-02-19 14:32:51.054542 WingWarpMac[2898:57235] #24 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
2017-02-19 14:32:51.054570 WingWarpMac[2898:57235] #25 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
2017-02-19 14:32:51.054588 WingWarpMac[2898:57235] #26 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
2017-02-19 14:32:51.054611 WingWarpMac[2898:57235] #27 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
2017-02-19 14:32:51.054631 WingWarpMac[2898:57235] #28 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
2017-02-19 14:32:51.054740 WingWarpMac[2898:57235] #29 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
2017-02-19 14:32:51.054764 WingWarpMac[2898:57235] #30 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
2017-02-19 14:32:51.054784 WingWarpMac[2898:57235] #31 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
2017-02-19 14:32:51.054800 WingWarpMac[2898:57235] #32 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
2017-02-19 14:32:51.054819 WingWarpMac[2898:57235] #33 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
2017-02-19 14:32:51.054837 WingWarpMac[2898:57235] #34 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
2017-02-19 14:32:51.054850 WingWarpMac[2898:57235] #35 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 14:32:51.054955 WingWarpMac[2898:57235] #36 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 14:32:51.054987 WingWarpMac[2898:57235] #37 0x100156b21 in main main.m:12
2017-02-19 14:32:51.055007 WingWarpMac[2898:57235] #38 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 14:32:51.055021 WingWarpMac[2898:57235]
2017-02-19 14:32:51.055034 WingWarpMac[2898:57235] Thread T125 created by T87 here:
2017-02-19 14:32:51.055046 WingWarpMac[2898:57235] <empty stack>
2017-02-19 14:32:51.055057 WingWarpMac[2898:57235]
2017-02-19 14:32:51.055070 WingWarpMac[2898:57235] SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 14:32:51.055083 WingWarpMac[2898:57235] Shadow bytes around the buggy address:
2017-02-19 14:32:51.055096 WingWarpMac[2898:57235] 0x1c0800035ce0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fd
2017-02-19 14:32:51.055108 WingWarpMac[2898:57235] 0x1c0800035cf0: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
2017-02-19 14:32:51.055191 WingWarpMac[2898:57235] 0x1c0800035d00: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
2017-02-19 14:32:51.055211 WingWarpMac[2898:57235] 0x1c0800035d10: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
2017-02-19 14:32:51.055229 WingWarpMac[2898:57235] 0x1c0800035d20: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fa
2017-02-19 14:32:51.055249 WingWarpMac[2898:57235] =>0x1c0800035d30: fa fa fd fd fd fd fd fd fa fa[fd]fd fd fd fd fd
2017-02-19 14:32:51.055266 WingWarpMac[2898:57235] 0x1c0800035d40: fa fa 00 00 00 00 00 00 fa fa fd fd fd fd fd fd
2017-02-19 14:32:51.055278 WingWarpMac[2898:57235] 0x1c0800035d50: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
2017-02-19 14:32:51.055290 WingWarpMac[2898:57235] 0x1c0800035d60: fa fa fd fd fd fd fd fa fa fa fa fa fa fa fa fa
2017-02-19 14:32:51.055303 WingWarpMac[2898:57235] 0x1c0800035d70: fa fa fd fd fd fd fd fd fa fa fd fd fd fd fd fd
2017-02-19 14:32:51.055315 WingWarpMac[2898:57235] 0x1c0800035d80: fa fa fd fd fd fd fd fa fa fa fd fd fd fd fd fd
2017-02-19 14:32:51.055419 WingWarpMac[2898:57235] Shadow byte legend (one shadow byte represents 8 application bytes):
2017-02-19 14:32:51.055438 WingWarpMac[2898:57235] Addressable: 00
2017-02-19 14:32:51.055455 WingWarpMac[2898:57235] Partially addressable: 01 02 03 04 05 06 07
2017-02-19 14:32:51.055474 WingWarpMac[2898:57235] Heap left redzone: fa
2017-02-19 14:32:51.055498 WingWarpMac[2898:57235] Heap right redzone: fb
2017-02-19 14:32:51.055518 WingWarpMac[2898:57235] Freed heap region: fd
2017-02-19 14:32:51.055591 WingWarpMac[2898:57235] Stack left redzone: f1
2017-02-19 14:32:51.055607 WingWarpMac[2898:57235] Stack mid redzone: f2
2017-02-19 14:32:51.055619 WingWarpMac[2898:57235] Stack right redzone: f3
2017-02-19 14:32:51.055631 WingWarpMac[2898:57235] Stack partial redzone: f4
2017-02-19 14:32:51.055643 WingWarpMac[2898:57235] Stack after return: f5
2017-02-19 14:32:51.055655 WingWarpMac[2898:57235] Stack use after scope: f8
2017-02-19 14:32:51.055800 WingWarpMac[2898:57235] Global redzone: f9
2017-02-19 14:32:51.055825 WingWarpMac[2898:57235] Global init order: f6
2017-02-19 14:32:51.055844 WingWarpMac[2898:57235] Poisoned by user: f7
2017-02-19 14:32:51.055860 WingWarpMac[2898:57235] Container overflow: fc
2017-02-19 14:32:51.055872 WingWarpMac[2898:57235] Array cookie: ac
2017-02-19 14:32:51.055885 WingWarpMac[2898:57235] Intra object redzone: bb
2017-02-19 14:32:51.055897 WingWarpMac[2898:57235] ASan internal: fe
2017-02-19 14:32:51.055910 WingWarpMac[2898:57235] Left alloca redzone: ca
2017-02-19 14:32:51.055922 WingWarpMac[2898:57235] Right alloca redzone: cb
2017-02-19 14:32:51.055939 WingWarpMac[2898:57235]
==2898==ABORTING
=================================================================
==3464==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400011e790 at pc 0x000100513993 bp 0x700004603860 sp 0x700004603020
WRITE of size 48 at 0x60400011e790 thread T64
==3464==AddressSanitizer: while reporting a bug found another one. Ignoring.
#0 0x100513992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ea73a in g_slice_free1 gslice.c:1135
#2 0x10d68607c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#3 0x10d67adb0 in gst_gl_window_default_send_message gstglwindow.c:620
#4 0x10d6610c4 in gst_gl_context_thread_add gstglcontext.c:1547
#5 0x10d673d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
#6 0x10d81be90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
#7 0x10231fb75 in default_generate_output gstbasetransform.c:2154
#8 0x102321bb6 in gst_base_transform_chain gstbasetransform.c:2336
#9 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#10 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#11 0x1018a390a in gst_pad_push gstpad.c:4573
#12 0x102321afb in gst_base_transform_chain gstbasetransform.c:2372
#13 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#14 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#15 0x1018a390a in gst_pad_push gstpad.c:4573
#16 0x10188e826 in gst_proxy_pad_chain_default gstghostpad.c:126
#17 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#18 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#19 0x1018a390a in gst_pad_push gstpad.c:4573
#20 0x10188e826 in gst_proxy_pad_chain_default gstghostpad.c:126
#21 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#22 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#23 0x1018a390a in gst_pad_push gstpad.c:4573
#24 0x1015fabf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
#25 0x1015fa3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
#26 0x10d6374ad in gst_vtdec_push_frames_if_needed vtdec.c:833
#27 0x1015fe4c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
#28 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#29 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#30 0x1018a92d9 in push_sticky gstpad.c:3804
#31 0x1018a1e95 in events_foreach gstpad.c:603
#32 0x1018a2cba in check_sticky gstpad.c:3861
#33 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#34 0x1022fe1fd in gst_base_parse_sink_event_default gstbaseparse.c:1501
#35 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#36 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#37 0x1018a92d9 in push_sticky gstpad.c:3804
#38 0x1018a1e95 in events_foreach gstpad.c:603
#39 0x1018a2cba in check_sticky gstpad.c:3861
#40 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#41 0x1018a7002 in gst_pad_send_event_unc2017-02-19 14:48:01.013024 WingWarpMac[3464:66066] ReplayEventWindowController.saveMarks file path:/Users/fvanzile/Documents/../Library/Containers/com.wingwarp.WingWarpReplayMac/Data/Documents/WagnerVsSacredHeart/marks.json
hecked gstpad.c:5605
#42 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#43 0x1018a92d9 in push_sticky gstpad.c:3804
#44 0x1018a1e95 in events_foreach gstpad.c:603
#45 0x1018a2cba in check_sticky gstpad.c:3861
#46 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#47 0x10d36fe17 in gst_capsfilter_sink_event gstcapsfilter.c:522
#48 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#49 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#50 0x1018a92d9 in push_sticky gstpad.c:3804
#51 0x1018a1e95 in events_foreach gstpad.c:603
#52 0x1018a2cba in check_sticky gstpad.c:3861
#53 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#54 0x1018a0f03 in event_forward_func gstpad.c:2990
#55 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#56 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#57 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#58 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#59 0x1018a92d9 in push_sticky gstpad.c:3804
#60 0x1018a1e95 in events_foreach gstpad.c:603
#61 0x1018a2cba in check_sticky gstpad.c:3861
#62 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#63 0x1018a0f03 in event_forward_func gstpad.c:2990
#64 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#65 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#66 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#67 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#68 0x1018a92d9 in push_sticky gstpad.c:3804
#69 0x1018a1e95 in events_foreach gstpad.c:603
#70 0x1018a2cba in check_sticky gstpad.c:3861
#71 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#72 0x1018a0f03 in event_forward_func gstpad.c:2990
#73 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#74 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#75 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#76 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#77 0x1018a92d9 in push_sticky gstpad.c:3804
#78 0x1018a1e95 in events_foreach gstpad.c:603
#79 0x1018a2cba in check_sticky gstpad.c:3861
#80 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#81 0x10e6cfaca in pop_and_push_next gstrtpjitterbuffer.c:3395
#82 0x10e6cef4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
#83 0x1018d4152 in gst_task_func gsttask.c:334
#84 0x1016f64a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#85 0x1016f5519 in g_thread_proxy gthread.c:780
#86 0x1022dfc4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#87 0x1022dfb9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#88 0x1022df384 in thread_start (libsystem_pthread.dylib+0x3384)
0x60400011e790 is located 0 bytes inside of 48-byte region [0x60400011e790,0x60400011e7c0)
freed by thread T51 here:
==3464==AddressSanitizer CHECK failed: /Library/Caches/com.apple.xbs/Sources/clang_compiler_rt/clang-800.0.42.1/src/projects/compiler-rt/lib/asan/asan_allocator.cc:665 "((id)) != (0)" (0x0, 0x0)
#0 0x10052a1bd in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x551bd)
#1 0x10052f46a in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x5a46a)
#2 0x1004d756b in __asan::AsanChunkView::GetFreeStack() (libclang_rt.asan_osx_dynamic.dylib+0x256b)
#3 0x10052428f in __asan::DescribeHeapAddress(unsigned long, unsigned long) (libclang_rt.asan_osx_dynamic.dylib+0x4f28f)
#4 0x100525bad in __asan::DescribeAddress(unsigned long, unsigned long, char const*) (libclang_rt.asan_osx_dynamic.dylib+0x50bad)
#5 0x100526686 in __asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool) (libclang_rt.asan_osx_dynamic.dylib+0x51686)
#6 0x1005139c3 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e9c3)
#7 0x1016ea73a in g_slice_free1 gslice.c:1135
#8 0x10d68607c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#9 0x10d67adb0 in gst_gl_window_default_send_message gstglwindow.c:620
#10 0x10d6610c4 in gst_gl_context_thread_add gstglcontext.c:1547
#11 0x10d673d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
#12 0x10d81be90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
#13 0x10231fb75 in default_generate_output gstbasetransform.c:2154
#14 0x102321bb6 in gst_base_transform_chain gstbasetransform.c:2336
#15 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#16 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#17 0x1018a390a in gst_pad_push gstpad.c:4573
#18 0x102321afb in gst_base_transform_chain gstbasetransform.c:2372
#19 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#20 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#21 0x1018a390a in gst_pad_push gstpad.c:4573
#22 0x10188e826 in gst_proxy_pad_chain_default gstghostpad.c:126
#23 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#24 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#25 0x1018a390a in gst_pad_push gstpad.c:4573
#26 0x10188e826 in gst_proxy_pad_chain_default gstghostpad.c:126
#27 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#28 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#29 0x1018a390a in gst_pad_push gstpad.c:4573
#30 0x1015fabf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
#31 0x1015fa3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
#32 0x10d6374ad in gst_vtdec_push_frames_if_needed vtdec.c:833
#33 0x1015fe4c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
#34 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#35 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#36 0x1018a92d9 in push_sticky gstpad.c:3804
#37 0x1018a1e95 in events_foreach gstpad.c:603
#38 0x1018a2cba in check_sticky gstpad.c:3861
#39 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#40 0x1022fe1fd in gst_base_parse_sink_event_default gstbaseparse.c:1501
#41 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#42 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#43 0x1018a92d9 in push_sticky gstpad.c:3804
#44 0x1018a1e95 in events_foreach gstpad.c:603
#45 0x1018a2cba in check_sticky gstpad.c:3861
#46 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#47 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#48 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#49 0x1018a92d9 in push_sticky gstpad.c:3804
#50 0x1018a1e95 in events_foreach gstpad.c:603
#51 0x1018a2cba in check_sticky gstpad.c:3861
#52 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#53 0x10d36fe17 in gst_capsfilter_sink_event gstcapsfilter.c:522
#54 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#55 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#56 0x1018a92d9 in push_sticky gstpad.c:3804
#57 0x1018a1e95 in events_foreach gstpad.c:603
#58 0x1018a2cba in check_sticky gstpad.c:3861
#59 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#60 0x1018a0f03 in event_forward_func gstpad.c:2990
#61 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#62 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#63 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#64 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#65 0x1018a92d9 in push_sticky gstpad.c:3804
#66 0x1018a1e95 in events_foreach gstpad.c:603
#67 0x1018a2cba in check_sticky gstpad.c:3861
#68 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#69 0x1018a0f03 in event_forward_func gstpad.c:2990
#70 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#71 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#72 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#73 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#74 0x1018a92d9 in push_sticky gstpad.c:3804
#75 0x1018a1e95 in events_foreach gstpad.c:603
#76 0x1018a2cba in check_sticky gstpad.c:3861
#77 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#78 0x1018a0f03 in event_forward_func gstpad.c:2990
#79 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#80 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#81 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#82 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#83 0x1018a92d9 in push_sticky gstpad.c:3804
#84 0x1018a1e95 in events_foreach gstpad.c:603
#85 0x1018a2cba in check_sticky gstpad.c:3861
#86 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#87 0x10e6cfaca in pop_and_push_next gstrtpjitterbuffer.c:3395
#88 0x10e6cef4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
#89 0x1018d4152 in gst_task_func gsttask.c:334
#90 0x1016f64a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#91 0x1016f5519 in g_thread_proxy gthread.c:780
#92 0x1022dfc4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#93 0x1022dfb9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#94 0x1022df384 in thread_start (libsystem_pthread.dylib+0x3384)
Warning: hit breakpoint while running function, skipping commands and conditions to prevent recursion.AddressSanitizer report breakpoint hit. Use 'thread info -s' to get extended information about the report.
==3464==AddressSanitizer CHECK failed: /Library/Caches/com.apple.xbs/Sources/clang_compiler_rt/clang-800.0.42.1/src/projects/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc:342 "((owner_)) != (((uptr)pthread_self()))" (0x700004606000, 0x700004606000)
#0 0x10052a1bd in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x551bd)
#1 0x10052f46a in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x5a46a)
#2 0x100536d22 in __sanitizer::BlockingMutex::Lock() (libclang_rt.asan_osx_dynamic.dylib+0x61d22)
#3 0x1004dc75f in __asan::AsanLocateAddress(unsigned long, __asan::AddressDescription*) (libclang_rt.asan_osx_dynamic.dylib+0x775f)
#4 0x1004dc830 in __asan_locate_address (libclang_rt.asan_osx_dynamic.dylib+0x7830)
#5 0x1082557d0 (<unknown module>)
#6 0x100155aff in asan.module_dtor (WingWarpMac+0x100155aff)
#7 0x10052a279 in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x55279)
#8 0x10052f46a in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (libclang_rt.asan_osx_dynamic.dylib+0x5a46a)
#9 0x1004d756b in __asan::AsanChunkView::GetFreeStack() (libclang_rt.asan_osx_dynamic.dylib+0x256b)
#10 0x10052428f in __asan::DescribeHeapAddress(unsigned long, unsigned long) (libclang_rt.asan_osx_dynamic.dylib+0x4f28f)
#11 0x100525bad in __asan::DescribeAddress(unsigned long, unsigned long, char const*) (libclang_rt.asan_osx_dynamic.dylib+0x50bad)
#12 0x100526686 in __asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool) (libclang_rt.asan_osx_dynamic.dylib+0x51686)
#13 0x1005139c3 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e9c3)
#14 0x1016ea73a in g_slice_free1 gslice.c:1135
#15 0x10d68607c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#16 0x10d67adb0 in gst_gl_window_default_send_message gstglwindow.c:620
#17 0x10d6610c4 in gst_gl_context_thread_add gstglcontext.c:1547
#18 0x10d673d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
#19 0x10d81be90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
#20 0x10231fb75 in default_generate_output gstbasetransform.c:2154
#21 0x102321bb6 in gst_base_transform_chain gstbasetransform.c:2336
#22 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#23 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#24 0x1018a390a in gst_pad_push gstpad.c:4573
#25 0x102321afb in gst_base_transform_chain gstbasetransform.c:2372
#26 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#27 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#28 0x1018a390a in gst_pad_push gstpad.c:4573
#29 0x10188e826 in gst_proxy_pad_chain_default gstghostpad.c:126
#30 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#31 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#32 0x1018a390a in gst_pad_push gstpad.c:4573
#33 0x10188e826 in gst_proxy_pad_chain_default gstghostpad.c:126
#34 0x1018a2f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#35 0x1018a3aca in gst_pad_push_data gstpad.c:4454
#36 0x1018a390a in gst_pad_push gstpad.c:4573
#37 0x1015fabf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
#38 0x1015fa3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
#39 0x10d6374ad in gst_vtdec_push_frames_if_needed vtdec.c:833
#40 0x1015fe4c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
#41 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#42 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#43 0x1018a92d9 in push_sticky gstpad.c:3804
#44 0x1018a1e95 in events_foreach gstpad.c:603
#45 0x1018a2cba in check_sticky gstpad.c:3861
#46 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#47 0x1022fe1fd in gst_base_parse_sink_event_default gstbaseparse.c:1501
#48 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#49 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#50 0x1018a92d9 in push_sticky gstpad.c:3804
#51 0x1018a1e95 in events_foreach gstpad.c:603
#52 0x1018a2cba in check_sticky gstpad.c:3861
#53 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#54 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#55 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#56 0x1018a92d9 in push_sticky gstpad.c:3804
#57 0x1018a1e95 in events_foreach gstpad.c:603
#58 0x1018a2cba in check_sticky gstpad.c:3861
#59 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#60 0x10d36fe17 in gst_capsfilter_sink_event gstcapsfilter.c:522
#61 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#62 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#63 0x1018a92d9 in push_sticky gstpad.c:3804
#64 0x1018a1e95 in events_foreach gstpad.c:603
#65 0x1018a2cba in check_sticky gstpad.c:3861
#66 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#67 0x1018a0f03 in event_forward_func gstpad.c:2990
#68 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#69 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#70 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#71 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#72 0x1018a92d9 in push_sticky gstpad.c:3804
#73 0x1018a1e95 in events_foreach gstpad.c:603
#74 0x1018a2cba in check_sticky gstpad.c:3861
#75 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#76 0x1018a0f03 in event_forward_func gstpad.c:2990
#77 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#78 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#79 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#80 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#81 0x1018a92d9 in push_sticky gstpad.c:3804
#82 0x1018a1e95 in events_foreach gstpad.c:603
#83 0x1018a2cba in check_sticky gstpad.c:3861
#84 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#85 0x1018a0f03 in event_forward_func gstpad.c:2990
#86 0x1018a0c76 in gst_pad_forward gstpad.c:2944
#87 0x1018a0e2a in gst_pad_event_default gstpad.c:3041
#88 0x1018a7002 in gst_pad_send_event_unchecked gstpad.c:5605
#89 0x1018a64bf in gst_pad_push_event_unchecked gstpad.c:5261
#90 0x1018a92d9 in push_sticky gstpad.c:3804
#91 0x1018a1e95 in events_foreach gstpad.c:603
#92 0x1018a2cba in check_sticky gstpad.c:3861
#93 0x1018a5ed7 in gst_pad_push_event gstpad.c:5392
#94 0x10e6cfaca in pop_and_push_next gstrtpjitterbuffer.c:3395
#95 0x10e6cef4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
#96 0x1018d4152 in gst_task_func gsttask.c:334
#97 0x1016f64a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#98 0x1016f5519 in g_thread_proxy gthread.c:780
#99 0x1022dfc4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#100 0x1022dfb9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#101 0x1022df384 in thread_start (libsystem_pthread.dylib+0x3384)
Warning: Cannot evaluate AddressSanitizer expression:
error: RunThreadPlan could not acquire the RunThreadPlan lock.
error: Couldn't execute function; result was eExpressionSetupError
AddressSanitizer report breakpoint hit. Use 'thread info -s' to get extended information about the report.
=================================================================
==5851==ERROR: AddressSanitizer: heap-use-after-free on address 0x6040002f4a90 at pc 0x000100515993 bp 0x70000cec7860 sp 0x70000cec7020
WRITE of size 48 at 0x6040002f4a90 thread T25
#0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 gslice.c:1135
#2 0x119c9b07c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
#3 0x119c8fdb0 in gst_gl_window_default_send_message gstglwindow.c:620
#4 0x119c760c4 in gst_gl_context_thread_add gstglcontext.c:1547
#5 0x119c88d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
#6 0x119e18e90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
#7 0x102321b75 in default_generate_output gstbasetransform.c:2154
#8 0x102323bb6 in gst_base_transform_chain gstbasetransform.c:2336
#9 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#10 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#11 0x1018a590a in gst_pad_push gstpad.c:4573
#12 0x102323afb in gst_base_transform_chain gstbasetransform.c:2372
#13 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#14 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#15 0x1018a590a in gst_pad_push gstpad.c:4573
#16 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
#17 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#18 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#19 0x1018a590a in gst_pad_push gstpad.c:4573
#20 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
#21 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
#22 0x1018a5aca in gst_pad_push_data gstpad.c:4454
#23 0x1018a590a in gst_pad_push gstpad.c:4573
#24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
#25 0x1015fc3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
#26 0x119c4c4ad in gst_vtdec_push_frames_if_needed vtdec.c:833
#27 0x1016004c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
#28 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#29 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#30 0x1018ab2d9 in push_sticky gstpad.c:3804
#31 0x1018a3e95 in events_foreach gstpad.c:603
#32 0x1018a4cba in check_sticky gstpad.c:3861
#33 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#34 0x1023001fd in gst_base_parse_sink_event_default gstbaseparse.c:1501
#35 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#36 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#37 0x1018ab2d9 in push_sticky gstpad.c:3804
#38 0x1018a3e95 in events_foreach gstpad.c:603
#39 0x1018a4cba in check_sticky gstpad.c:3861
#40 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#41 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#42 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#43 0x1018ab2d9 in push_sticky gstpad.c:3804
#44 0x1018a3e95 in events_foreach gstpad.c:603
#45 0x1018a4cba in check_sticky gstpad.c:3861
#46 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#47 0x119a3fe17 in gst_capsfilter_sink_event gstcapsfilter.c:522
#48 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#49 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#50 0x1018ab2d9 in push_sticky gstpad.c:3804
#51 0x1018a3e95 in events_foreach gstpad.c:603
#52 0x1018a4cba in check_sticky gstpad.c:3861
#53 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#54 0x1018a2f03 in event_forward_func gstpad.c:2990
#55 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#56 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#57 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#58 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#59 0x1018ab2d9 in push_sticky gstpad.c:3804
#60 0x1018a3e95 in events_foreach gstpad.c:603
#61 0x1018a4cba in check_sticky gstpad.c:3861
#62 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#63 0x1018a2f03 in event_forward_func gstpad.c:2990
#64 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#65 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#66 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#67 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#68 0x1018ab2d9 in push_sticky gstpad.c:3804
#69 0x1018a3e95 in events_foreach gstpad.c:603
#70 0x1018a4cba in check_sticky gstpad.c:3861
#71 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#72 0x1018a2f03 in event_forward_func gstpad.c:2990
#73 0x1018a2c76 in gst_pad_forward gstpad.c:2944
#74 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
#75 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
#76 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
#77 0x1018ab2d9 in push_sticky gstpad.c:3804
#78 0x1018a3e95 in events_foreach gstpad.c:603
#79 0x1018a4cba in check_sticky gstpad.c:3861
#80 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
#81 0x11c68daca in pop_and_push_next gstrtpjitterbuffer.c:3395
#82 0x11c68cf4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
#83 0x1018d6152 in gst_task_func gsttask.c:334
#84 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#85 0x1016f7519 in g_thread_proxy gthread.c:780
#86 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#87 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#88 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
0x6040002f4a90 is located 0 bytes inside of 48-byte region [0x6040002f4a90,0x6040002f4ac0)
freed by thread T55 here:
#0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
#1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
#2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
#3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
#4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
previously allocated by thread T55 here:
#0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
#1 0x1016d6847 in g_malloc gmem.c:94
#2 0x1016eb9c7 in g_slice_alloc gslice.c:1025
#3 0x1016ec42e in g_slice_alloc0 gslice.c:1051
#4 0x1016f7833 in g_thread_self gthread.c:986
#5 0x119c74723 in gst_gl_context_activate gstglcontext.c:732
#6 0x119c9b266 in __gst_gl_window_cocoa_send_message_async_block_invoke gstglwindow_cocoa.m:399
#7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
#9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
#11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#12 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
#13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T25 created by T19 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x119702dc3 in g_task_run_in_thread_sync gtask.c:1448
#6 0x1197057e7 in lookup_by_name gthreadedresolver.c:146
#7 0x1196ecfc4 in g_resolver_lookup_by_name gresolver.c:396
#8 0x11bd43027 in gst_multiudpsink_add_internal gstmultiudpsink.c:455
#9 0x101819cd9 in g_type_create_instance gtype.c:1875
#10 0x101807df7 in g_object_new_internal gobject.c:1781
#11 0x10180782c in g_object_newv gobject.c:1928
#12 0x10188b839 in gst_element_factory_create gstelementfactory.c:376
#13 0x1018da723 in gst_element_make_from_uri gsturi.c:667
#14 0x11960e678 in gst_rtspsrc_setup_streams gstrtspsrc.c:3596
#15 0x119606014 in gst_rtspsrc_open gstrtspsrc.c:6681
#16 0x119602770 in gst_rtspsrc_thread gstrtspsrc.c:7698
#17 0x1018d6152 in gst_task_func gsttask.c:334
#18 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
#19 0x1016f7519 in g_thread_proxy gthread.c:780
#20 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#21 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#22 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T19 created by T14 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7728 in g_thread_try_new gthread.c:870
#3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
#4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
#5 0x1018d685d in default_push gsttaskpool.c:105
#6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
#7 0x119601de2 in gst_rtspsrc_loop_send_cmd gstrtspsrc.c:5072
#8 0x119601231 in gst_rtspsrc_change_state gstrtspsrc.c:7815
#9 0x101888291 in gst_element_change_state gstelement.c:2695
#10 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#11 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
#12 0x101888291 in gst_element_change_state gstelement.c:2695
#13 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
#14 0x1001523c9 in -[GStreamerBackend play:] GStreamerBackend.m:246
#15 0x10015106d in state_changed_cb GStreamerBackend.m:429
#16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
#17 0x101801c28 in _g_closure_invoke_va gclosure.c:867
#18 0x10181768d in g_signal_emit_valist gsignal.c:3294
#19 0x1018180a5 in g_signal_emit gsignal.c:3441
#20 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
#21 0x101871145 in gst_bus_source_dispatch gstbus.c:815
#22 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
#23 0x1016cfd43 in g_main_context_iterate gmain.c:3969
#24 0x1016d006e in g_main_loop_run gmain.c:4163
#25 0x100154ad5 in -[GStreamerBackend runApp] GStreamerBackend.m:606
#26 0x1001519dd in thread_func GStreamerBackend.m:672
#27 0x1016f7519 in g_thread_proxy gthread.c:780
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T14 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
#2 0x1016f7596 in g_thread_new gthread.c:870
#3 0x10014f920 in -[GStreamerBackend start:] GStreamerBackend.m:215
#4 0x10007d24a in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
#5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
#6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#7 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
#8 0x1001b403d in -[AppDelegate selectCamera:] AppDelegate.m:693
#9 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#10 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#11 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
#12 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
#13 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
#15 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
#16 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
#17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
#18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
#19 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
#20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
#21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
#22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
#23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
#24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
#25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
#26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
#27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
#28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
#29 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
#30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#32 0x100156b21 in main main.m:12
#33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
Thread T55 created by T50 here:
<empty stack>
Thread T50 created by T0 here:
<empty stack>
SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c080005e900: fa fa fd fd fd fd fd fd fa fa 00 00 00 00 00 00
0x1c080005e910: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x1c080005e920: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x1c080005e930: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080005e940: fa fa fa fa fa fa fa fa fa fa fd fd fd fd fd fd
=>0x1c080005e950: fa fa[fd]fd fd fd fd fd fa fa fa fa fa fa fa fa
0x1c080005e960: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x1c080005e970: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x1c080005e980: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x1c080005e990: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x1c080005e9a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
2017-02-19 15:52:15.520388 WingWarpMac[5851:108055] =================================================================
2017-02-19 15:52:15.520428 WingWarpMac[5851:108055] ==5851==ERROR: AddressSanitizer: heap-use-after-free on address 0x6040002f4a90 at pc 0x000100515993 bp 0x70000cec7860 sp 0x70000cec7020
2017-02-19 15:52:15.520451 WingWarpMac[5851:108055] WRITE of size 48 at 0x6040002f4a90 thread T25
2017-02-19 15:52:15.520472 WingWarpMac[5851:108055] #0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 15:52:15.520504 WingWarpMac[5851:108055] #1 0x1016ec73a in g_slice_free1 gslice.c:1135
2017-02-19 15:52:15.520526 WingWarpMac[5851:108055] #2 0x119c9b07c in gst_gl_window_cocoa_send_message_async gstglwindow_cocoa.m:407
2017-02-19 15:52:15.520544 WingWarpMac[5851:108055] #3 0x119c8fdb0 in gst_gl_window_default_send_message gstglwindow.c:620
2017-02-19 15:52:15.520560 WingWarpMac[5851:108055] #4 0x119c760c4 in gst_gl_context_thread_add gstglcontext.c:1547
2017-02-19 15:52:15.520577 WingWarpMac[5851:108055] #5 0x119c88d04 in gst_gl_color_convert_perform gstglcolorconvert.c:1266
2017-02-19 15:52:15.520597 WingWarpMac[5851:108055] #6 0x119e18e90 in gst_gl_color_convert_element_prepare_output_buffer gstglcolorconvertelement.c:215
2017-02-19 15:52:15.520615 WingWarpMac[5851:108055] #7 0x102321b75 in default_generate_output gstbasetransform.c:2154
2017-02-19 15:52:15.520635 WingWarpMac[5851:108055] #8 0x102323bb6 in gst_base_transform_chain gstbasetransform.c:2336
2017-02-19 15:52:15.520654 WingWarpMac[5851:108055] #9 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 15:52:15.520673 WingWarpMac[5851:108055] #10 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 15:52:15.520691 WingWarpMac[5851:108055] #11 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 15:52:15.520705 WingWarpMac[5851:108055] #12 0x102323afb in gst_base_transform_chain gstbasetransform.c:2372
2017-02-19 15:52:15.520720 WingWarpMac[5851:108055] #13 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 15:52:15.520740 WingWarpMac[5851:108055] #14 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 15:52:15.520761 WingWarpMac[5851:108055] #15 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 15:52:15.520780 WingWarpMac[5851:108055] #16 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
2017-02-19 15:52:15.520800 WingWarpMac[5851:108055] #17 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 15:52:15.520817 WingWarpMac[5851:108055] #18 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 15:52:15.520835 WingWarpMac[5851:108055] #19 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 15:52:15.520852 WingWarpMac[5851:108055] #20 0x101890826 in gst_proxy_pad_chain_default gstghostpad.c:126
2017-02-19 15:52:15.520877 WingWarpMac[5851:108055] #21 0x1018a4f10 in gst_pad_chain_data_unchecked gstpad.c:4202
2017-02-19 15:52:15.520898 WingWarpMac[5851:108055] #22 0x1018a5aca in gst_pad_push_data gstpad.c:4454
2017-02-19 15:52:15.520914 WingWarpMac[5851:108055] #23 0x1018a590a in gst_pad_push gstpad.c:4573
2017-02-19 15:52:15.520934 WingWarpMac[5851:108055] #24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf gstvideodecoder.c:3181
2017-02-19 15:52:15.520971 WingWarpMac[5851:108055] #25 0x1015fc3e4 in gst_video_decoder_finish_frame gstvideodecoder.c:3047
2017-02-19 15:52:15.521005 WingWarpMac[5851:108055] #26 0x119c4c4ad in gst_vtdec_push_frames_if_needed vtdec.c:833
2017-02-19 15:52:15.521027 WingWarpMac[5851:108055] #27 0x1016004c7 in gst_video_decoder_sink_event_default gstvideodecoder.c:940
2017-02-19 15:52:15.521062 WingWarpMac[5851:108055] #28 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521094 WingWarpMac[5851:108055] #29 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.521126 WingWarpMac[5851:108055] #30 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.521149 WingWarpMac[5851:108055] #31 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.521167 WingWarpMac[5851:108055] #32 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.521189 WingWarpMac[5851:108055] #33 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.521204 WingWarpMac[5851:108055] #34 0x1023001fd in gst_base_parse_sink_event_default gstbaseparse.c:1501
2017-02-19 15:52:15.521221 WingWarpMac[5851:108055] #35 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521239 WingWarpMac[5851:108055] #36 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.521255 WingWarpMac[5851:108055] #37 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.521272 WingWarpMac[5851:108055] #38 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.521290 WingWarpMac[5851:108055] #39 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.521308 WingWarpMac[5851:108055] #40 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.521325 WingWarpMac[5851:108055] #41 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521340 WingWarpMac[5851:108055] #42 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.521359 WingWarpMac[5851:108055] #43 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.521374 WingWarpMac[5851:108055] #44 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.521390 WingWarpMac[5851:108055] #45 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.521410 WingWarpMac[5851:108055] #46 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.521427 WingWarpMac[5851:108055] #47 0x119a3fe17 in gst_capsfilter_sink_event gstcapsfilter.c:522
2017-02-19 15:52:15.521446 WingWarpMac[5851:108055] #48 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521467 WingWarpMac[5851:108055] #49 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.521484 WingWarpMac[5851:108055] #50 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.521505 WingWarpMac[5851:108055] #51 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.521523 WingWarpMac[5851:108055] #52 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.521543 WingWarpMac[5851:108055] #53 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.521561 WingWarpMac[5851:108055] #54 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 15:52:15.521581 WingWarpMac[5851:108055] #55 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 15:52:15.521598 WingWarpMac[5851:108055] #56 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 15:52:15.521615 WingWarpMac[5851:108055] #57 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521635 WingWarpMac[5851:108055] #58 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.521651 WingWarpMac[5851:108055] #59 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.521672 WingWarpMac[5851:108055] #60 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.521694 WingWarpMac[5851:108055] #61 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.521737 WingWarpMac[5851:108055] #62 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.521764 WingWarpMac[5851:108055] #63 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 15:52:15.521784 WingWarpMac[5851:108055] #64 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 15:52:15.521804 WingWarpMac[5851:108055] #65 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 15:52:15.521821 WingWarpMac[5851:108055] #66 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521837 WingWarpMac[5851:108055] #67 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.521858 WingWarpMac[5851:108055] #68 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.521875 WingWarpMac[5851:108055] #69 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.521895 WingWarpMac[5851:108055] #70 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.521910 WingWarpMac[5851:108055] #71 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.521927 WingWarpMac[5851:108055] #72 0x1018a2f03 in event_forward_func gstpad.c:2990
2017-02-19 15:52:15.521946 WingWarpMac[5851:108055] #73 0x1018a2c76 in gst_pad_forward gstpad.c:2944
2017-02-19 15:52:15.521960 WingWarpMac[5851:108055] #74 0x1018a2e2a in gst_pad_event_default gstpad.c:3041
2017-02-19 15:52:15.521976 WingWarpMac[5851:108055] #75 0x1018a9002 in gst_pad_send_event_unchecked gstpad.c:5605
2017-02-19 15:52:15.521993 WingWarpMac[5851:108055] #76 0x1018a84bf in gst_pad_push_event_unchecked gstpad.c:5261
2017-02-19 15:52:15.522013 WingWarpMac[5851:108055] #77 0x1018ab2d9 in push_sticky gstpad.c:3804
2017-02-19 15:52:15.522027 WingWarpMac[5851:108055] #78 0x1018a3e95 in events_foreach gstpad.c:603
2017-02-19 15:52:15.522045 WingWarpMac[5851:108055] #79 0x1018a4cba in check_sticky gstpad.c:3861
2017-02-19 15:52:15.522063 WingWarpMac[5851:108055] #80 0x1018a7ed7 in gst_pad_push_event gstpad.c:5392
2017-02-19 15:52:15.522081 WingWarpMac[5851:108055] #81 0x11c68daca in pop_and_push_next gstrtpjitterbuffer.c:3395
2017-02-19 15:52:15.522100 WingWarpMac[5851:108055] #82 0x11c68cf4b in gst_rtp_jitter_buffer_loop gstrtpjitterbuffer.c:3458
2017-02-19 15:52:15.522117 WingWarpMac[5851:108055] #83 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 15:52:15.522133 WingWarpMac[5851:108055] #84 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 15:52:15.522152 WingWarpMac[5851:108055] #85 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 15:52:15.522168 WingWarpMac[5851:108055] #86 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 15:52:15.522188 WingWarpMac[5851:108055] #87 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 15:52:15.522205 WingWarpMac[5851:108055] #88 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 15:52:15.522219 WingWarpMac[5851:108055]
2017-02-19 15:52:15.522252 WingWarpMac[5851:108055] 0x6040002f4a90 is located 0 bytes inside of 48-byte region [0x6040002f4a90,0x6040002f4ac0)
2017-02-19 15:52:15.522274 WingWarpMac[5851:108055] freed by thread T55 here:
2017-02-19 15:52:15.522289 WingWarpMac[5851:108055] #0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
2017-02-19 15:52:15.522305 WingWarpMac[5851:108055] #1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
2017-02-19 15:52:15.522321 WingWarpMac[5851:108055] #2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
2017-02-19 15:52:15.522338 WingWarpMac[5851:108055] #3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
2017-02-19 15:52:15.522354 WingWarpMac[5851:108055] #4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 15:52:15.522372 WingWarpMac[5851:108055]
2017-02-19 15:52:15.522393 WingWarpMac[5851:108055] previously allocated by thread T55 here:
2017-02-19 15:52:15.522409 WingWarpMac[5851:108055] #0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
2017-02-19 15:52:15.522429 WingWarpMac[5851:108055] #1 0x1016d6847 in g_malloc gmem.c:94
2017-02-19 15:52:15.522466 WingWarpMac[5851:108055] #2 0x1016eb9c7 in g_slice_alloc gslice.c:1025
2017-02-19 15:52:15.522490 WingWarpMac[5851:108055] #3 0x1016ec42e in g_slice_alloc0 gslice.c:1051
2017-02-19 15:52:15.522507 WingWarpMac[5851:108055] #4 0x1016f7833 in g_thread_self gthread.c:986
2017-02-19 15:52:15.522522 WingWarpMac[5851:108055] #5 0x119c74723 in gst_gl_context_activate gstglcontext.c:732
2017-02-19 15:52:15.522544 WingWarpMac[5851:108055] #6 0x119c9b266 in __gst_gl_window_cocoa_send_message_async_block_invoke gstglwindow_cocoa.m:399
2017-02-19 15:52:15.522566 WingWarpMac[5851:108055] #7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 15:52:15.522583 WingWarpMac[5851:108055] #8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 15:52:15.522600 WingWarpMac[5851:108055] #9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 15:52:15.522619 WingWarpMac[5851:108055] #10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 15:52:15.522651 WingWarpMac[5851:108055] #11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 15:52:15.522678 WingWarpMac[5851:108055] #12 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 15:52:15.522697 WingWarpMac[5851:108055] #13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 15:52:15.522715 WingWarpMac[5851:108055] #14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 15:52:15.522735 WingWarpMac[5851:108055] #15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 15:52:15.522754 WingWarpMac[5851:108055]
2017-02-19 15:52:15.522788 WingWarpMac[5851:108055] Thread T25 created by T19 here:
2017-02-19 15:52:15.522813 WingWarpMac[5851:108055] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 15:52:15.522831 WingWarpMac[5851:108055] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 15:52:15.522860 WingWarpMac[5851:108055] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 15:52:15.522881 WingWarpMac[5851:108055] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 15:52:15.522938 WingWarpMac[5851:108055] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 15:52:15.522971 WingWarpMac[5851:108055] #5 0x119702dc3 in g_task_run_in_thread_sync gtask.c:1448
2017-02-19 15:52:15.522992 WingWarpMac[5851:108055] #6 0x1197057e7 in lookup_by_name gthreadedresolver.c:146
2017-02-19 15:52:15.523011 WingWarpMac[5851:108055] #7 0x1196ecfc4 in g_resolver_lookup_by_name gresolver.c:396
2017-02-19 15:52:15.523056 WingWarpMac[5851:108055] #8 0x11bd43027 in gst_multiudpsink_add_internal gstmultiudpsink.c:455
2017-02-19 15:52:15.523080 WingWarpMac[5851:108055] #9 0x101819cd9 in g_type_create_instance gtype.c:1875
2017-02-19 15:52:15.523097 WingWarpMac[5851:108055] #10 0x101807df7 in g_object_new_internal gobject.c:1781
2017-02-19 15:52:15.523116 WingWarpMac[5851:108055] #11 0x10180782c in g_object_newv gobject.c:1928
2017-02-19 15:52:15.523175 WingWarpMac[5851:108055] #12 0x10188b839 in gst_element_factory_create gstelementfactory.c:376
2017-02-19 15:52:15.523202 WingWarpMac[5851:108055] #13 0x1018da723 in gst_element_make_from_uri gsturi.c:667
2017-02-19 15:52:15.523217 WingWarpMac[5851:108055] #14 0x11960e678 in gst_rtspsrc_setup_streams gstrtspsrc.c:3596
2017-02-19 15:52:15.523251 WingWarpMac[5851:108055] #15 0x119606014 in gst_rtspsrc_open gstrtspsrc.c:6681
2017-02-19 15:52:15.523293 WingWarpMac[5851:108055] #16 0x119602770 in gst_rtspsrc_thread gstrtspsrc.c:7698
2017-02-19 15:52:15.523312 WingWarpMac[5851:108055] #17 0x1018d6152 in gst_task_func gsttask.c:334
2017-02-19 15:52:15.523334 WingWarpMac[5851:108055] #18 0x1016f84a1 in g_thread_pool_thread_proxy gthreadpool.c:307
2017-02-19 15:52:15.523377 WingWarpMac[5851:108055] #19 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 15:52:15.523429 WingWarpMac[5851:108055] #20 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 15:52:15.523475 WingWarpMac[5851:108055] #21 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 15:52:15.523518 WingWarpMac[5851:108055] #22 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 15:52:15.523544 WingWarpMac[5851:108055]
2017-02-19 15:52:15.523580 WingWarpMac[5851:108055] Thread T19 created by T14 here:
2017-02-19 15:52:15.523624 WingWarpMac[5851:108055] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 15:52:15.523649 WingWarpMac[5851:108055] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 15:52:15.523664 WingWarpMac[5851:108055] #2 0x1016f7728 in g_thread_try_new gthread.c:870
2017-02-19 15:52:15.523714 WingWarpMac[5851:108055] #3 0x1016f7b3f in g_thread_pool_start_thread gthreadpool.c:407
2017-02-19 15:52:15.523735 WingWarpMac[5851:108055] #4 0x1016f7bda in g_thread_pool_push gthreadpool.c:563
2017-02-19 15:52:15.523752 WingWarpMac[5851:108055] #5 0x1018d685d in default_push gsttaskpool.c:105
2017-02-19 15:52:15.523790 WingWarpMac[5851:108055] #6 0x1018d5ba0 in gst_task_set_state gsttask.c:652
2017-02-19 15:52:15.523815 WingWarpMac[5851:108055] #7 0x119601de2 in gst_rtspsrc_loop_send_cmd gstrtspsrc.c:5072
2017-02-19 15:52:15.523832 WingWarpMac[5851:108055] #8 0x119601231 in gst_rtspsrc_change_state gstrtspsrc.c:7815
2017-02-19 15:52:15.523850 WingWarpMac[5851:108055] #9 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 15:52:15.523866 WingWarpMac[5851:108055] #10 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 15:52:15.523924 WingWarpMac[5851:108055] #11 0x1018613fb in gst_bin_change_state_func gstbin.c:2619
2017-02-19 15:52:15.523943 WingWarpMac[5851:108055] #12 0x101888291 in gst_element_change_state gstelement.c:2695
2017-02-19 15:52:15.523960 WingWarpMac[5851:108055] #13 0x1018899c8 in gst_element_set_state_func gstelement.c:2649
2017-02-19 15:52:15.523977 WingWarpMac[5851:108055] #14 0x1001523c9 in -[GStreamerBackend play:] GStreamerBackend.m:246
2017-02-19 15:52:15.524026 WingWarpMac[5851:108055] #15 0x10015106d in state_changed_cb GStreamerBackend.m:429
2017-02-19 15:52:15.524050 WingWarpMac[5851:108055] #16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv gmarshal.c:1950
2017-02-19 15:52:15.524068 WingWarpMac[5851:108055] #17 0x101801c28 in _g_closure_invoke_va gclosure.c:867
2017-02-19 15:52:15.524112 WingWarpMac[5851:108055] #18 0x10181768d in g_signal_emit_valist gsignal.c:3294
2017-02-19 15:52:15.524167 WingWarpMac[5851:108055] #19 0x1018180a5 in g_signal_emit gsignal.c:3441
2017-02-19 15:52:15.524190 WingWarpMac[5851:108055] #20 0x101870c57 in gst_bus_async_signal_func gstbus.c:1221
2017-02-19 15:52:15.524225 WingWarpMac[5851:108055] #21 0x101871145 in gst_bus_source_dispatch gstbus.c:815
2017-02-19 15:52:15.524267 WingWarpMac[5851:108055] #22 0x1016cfa1f in g_main_context_dispatch gmain.c:3237
2017-02-19 15:52:15.524288 WingWarpMac[5851:108055] #23 0x1016cfd43 in g_main_context_iterate gmain.c:3969
2017-02-19 15:52:15.524306 WingWarpMac[5851:108055] #24 0x1016d006e in g_main_loop_run gmain.c:4163
2017-02-19 15:52:15.524364 WingWarpMac[5851:108055] #25 0x100154ad5 in -[GStreamerBackend runApp] GStreamerBackend.m:606
2017-02-19 15:52:15.524402 WingWarpMac[5851:108055] #26 0x1001519dd in thread_func GStreamerBackend.m:672
2017-02-19 15:52:15.524434 WingWarpMac[5851:108055] #27 0x1016f7519 in g_thread_proxy gthread.c:780
2017-02-19 15:52:15.524486 WingWarpMac[5851:108055] #28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 15:52:15.524517 WingWarpMac[5851:108055] #29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 15:52:15.524533 WingWarpMac[5851:108055] #30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 15:52:15.524549 WingWarpMac[5851:108055]
2017-02-19 15:52:15.524597 WingWarpMac[5851:108055] Thread T14 created by T0 here:
2017-02-19 15:52:15.524646 WingWarpMac[5851:108055] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 15:52:15.524671 WingWarpMac[5851:108055] #1 0x101718fc3 in g_system_thread_new gthread-posix.c:1169
2017-02-19 15:52:15.524726 WingWarpMac[5851:108055] #2 0x1016f7596 in g_thread_new gthread.c:870
2017-02-19 15:52:15.524774 WingWarpMac[5851:108055] #3 0x10014f920 in -[GStreamerBackend start:] GStreamerBackend.m:215
2017-02-19 15:52:15.524796 WingWarpMac[5851:108055] #4 0x10007d24a in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
2017-02-19 15:52:15.524831 WingWarpMac[5851:108055] #5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 15:52:15.524874 WingWarpMac[5851:108055] #6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 15:52:15.524895 WingWarpMac[5851:108055] #7 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 15:52:15.524916 WingWarpMac[5851:108055] #8 0x1001b403d in -[AppDelegate selectCamera:] AppDelegate.m:693
2017-02-19 15:52:15.524934 WingWarpMac[5851:108055] #9 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 15:52:15.524962 WingWarpMac[5851:108055] #10 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 15:52:15.525009 WingWarpMac[5851:108055] #11 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
2017-02-19 15:52:15.525050 WingWarpMac[5851:108055] #12 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
2017-02-19 15:52:15.525072 WingWarpMac[5851:108055] #13 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 15:52:15.525096 WingWarpMac[5851:108055] #14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
2017-02-19 15:52:15.525115 WingWarpMac[5851:108055] #15 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
2017-02-19 15:52:15.525137 WingWarpMac[5851:108055] #16 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
2017-02-19 15:52:15.525153 WingWarpMac[5851:108055] #17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
2017-02-19 15:52:15.538387 WingWarpMac[5851:108055] #18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
2017-02-19 15:52:15.538423 WingWarpMac[5851:108055] #19 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
2017-02-19 15:52:15.538435 WingWarpMac[5851:108055] #20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
2017-02-19 15:52:15.538459 WingWarpMac[5851:108055] #21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
2017-02-19 15:52:15.538480 WingWarpMac[5851:108055] #22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
2017-02-19 15:52:15.538502 WingWarpMac[5851:108055] #23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
2017-02-19 15:52:15.538514 WingWarpMac[5851:108055] #24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
2017-02-19 15:52:15.538526 WingWarpMac[5851:108055] #25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
2017-02-19 15:52:15.538537 WingWarpMac[5851:108055] #26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
2017-02-19 15:52:15.538548 WingWarpMac[5851:108055] #27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
2017-02-19 15:52:15.538801 WingWarpMac[5851:108055] #28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
2017-02-19 15:52:15.538845 WingWarpMac[5851:108055] #29 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
2017-02-19 15:52:15.538884 WingWarpMac[5851:108055] #30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 15:52:15.538925 WingWarpMac[5851:108055] #31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 15:52:15.538940 WingWarpMac[5851:108055] #32 0x100156b21 in main main.m:12
2017-02-19 15:52:15.538951 WingWarpMac[5851:108055] #33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 15:52:15.538962 WingWarpMac[5851:108055]
2017-02-19 15:52:15.538982 WingWarpMac[5851:108055] Thread T55 created by T50 here:
2017-02-19 15:52:15.538992 WingWarpMac[5851:108055] <empty stack>
2017-02-19 15:52:15.539002 WingWarpMac[5851:108055]
2017-02-19 15:52:15.539012 WingWarpMac[5851:108055] Thread T50 created by T0 here:
2017-02-19 15:52:15.539032 WingWarpMac[5851:108055] <empty stack>
2017-02-19 15:52:15.539042 WingWarpMac[5851:108055]
2017-02-19 15:52:15.539053 WingWarpMac[5851:108055] SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 15:52:15.539098 WingWarpMac[5851:108055] Shadow bytes around the buggy address:
2017-02-19 15:52:15.539115 WingWarpMac[5851:108055] 0x1c080005e900: fa fa fd fd fd fd fd fd fa fa 00 00 00 00 00 00
2017-02-19 15:52:15.539147 WingWarpMac[5851:108055] 0x1c080005e910: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539158 WingWarpMac[5851:108055] 0x1c080005e920: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539170 WingWarpMac[5851:108055] 0x1c080005e930: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539190 WingWarpMac[5851:108055] 0x1c080005e940: fa fa fa fa fa fa fa fa fa fa fd fd fd fd fd fd
2017-02-19 15:52:15.539200 WingWarpMac[5851:108055] =>0x1c080005e950: fa fa[fd]fd fd fd fd fd fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539211 WingWarpMac[5851:108055] 0x1c080005e960: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539233 WingWarpMac[5851:108055] 0x1c080005e970: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539300 WingWarpMac[5851:108055] 0x1c080005e980: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539317 WingWarpMac[5851:108055] 0x1c080005e990: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539329 WingWarpMac[5851:108055] 0x1c080005e9a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
2017-02-19 15:52:15.539340 WingWarpMac[5851:108055] Shadow byte legend (one shadow byte represents 8 application bytes):
2017-02-19 15:52:15.539361 WingWarpMac[5851:108055] Addressable: 00
2017-02-19 15:52:15.539372 WingWarpMac[5851:108055] Partially addressable: 01 02 03 04 05 06 07
2017-02-19 15:52:15.539382 WingWarpMac[5851:108055] Heap left redzone: fa
2017-02-19 15:52:15.539392 WingWarpMac[5851:108055] Heap right redzone: fb
2017-02-19 15:52:15.539402 WingWarpMac[5851:108055] Freed heap region: fd
2017-02-19 15:52:15.539423 WingWarpMac[5851:108055] Stack left redzone: f1
2017-02-19 15:52:15.539434 WingWarpMac[5851:108055] Stack mid redzone: f2
2017-02-19 15:52:15.539527 WingWarpMac[5851:108055] Stack right redzone: f3
2017-02-19 15:52:15.539543 WingWarpMac[5851:108055] Stack partial redzone: f4
2017-02-19 15:52:15.539554 WingWarpMac[5851:108055] Stack after return: f5
2017-02-19 15:52:15.539574 WingWarpMac[5851:108055] Stack use after scope: f8
2017-02-19 15:52:15.539595 WingWarpMac[5851:108055] Global redzone: f9
2017-02-19 15:52:15.539606 WingWarpMac[5851:108055] Global init order: f6
2017-02-19 15:52:15.539616 WingWarpMac[5851:108055] Poisoned by user: f7
2017-02-19 15:52:15.539661 WingWarpMac[5851:108055] Container overflow: fc
2017-02-19 15:52:15.539675 WingWarpMac[5851:108055] Array cookie: ac
2017-02-19 15:52:15.539687 WingWarpMac[5851:108055] Intra object redzone: bb
2017-02-19 15:52:15.539703 WingWarpMac[5851:108055] ASan internal: fe
2017-02-19 15:52:15.539736 WingWarpMac[5851:108055] Left alloca redzone: ca
2017-02-19 15:52:15.539746 WingWarpMac[5851:108055] Right alloca redzone: cb
2017-02-19 15:52:
=================================================================
==7030==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400007e690 at pc 0x000100515993 bp 0x70000d8df860 sp 0x70000d8df020
WRITE of size 48 at 0x60400007e690 thread T38
#0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
#1 0x1016ec73a in g_slice_free1 (libglib-2.0.0.dylib+0x5373a)
#2 0x119c7407c in gst_gl_window_cocoa_send_message_async (libgstgl-1.0.0.dylib+0x2e07c)
#3 0x119c68db0 in gst_gl_window_default_send_message (libgstgl-1.0.0.dylib+0x22db0)
#4 0x119c4f0c4 in gst_gl_context_thread_add (libgstgl-1.0.0.dylib+0x90c4)
#5 0x119c61d04 in gst_gl_color_convert_perform (libgstgl-1.0.0.dylib+0x1bd04)
#6 0x119de6e90 in gst_gl_color_convert_element_prepare_output_buffer (libgstopengl.so+0xae90)
#7 0x102321b75 in default_generate_output (libgstbase-1.0.0.dylib+0x2db75)
#8 0x102323bb6 in gst_base_transform_chain (libgstbase-1.0.0.dylib+0x2fbb6)
#9 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
#10 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#11 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#12 0x102323afb in gst_base_transform_chain (libgstbase-1.0.0.dylib+0x2fafb)
#13 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
#14 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#15 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#16 0x101890826 in gst_proxy_pad_chain_default (libgstreamer-1.0.0.dylib+0x3a826)
#17 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
#18 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#19 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#20 0x101890826 in gst_proxy_pad_chain_default (libgstreamer-1.0.0.dylib+0x3a826)
#21 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
#22 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
#23 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
#24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf (libgstvideo-1.0.0.dylib+0x2ebf6)
#25 0x1015fc3e4 in gst_video_decoder_finish_frame (libgstvideo-1.0.0.dylib+0x2e3e4)
#26 0x119c254cd in gst_vtdec_push_frames_if_needed (libgstapplemedia.so+0x1c4cd)
#27 0x1016004c7 in gst_video_decoder_sink_event_default (libgstvideo-1.0.0.dylib+0x324c7)
#28 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#29 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#30 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#31 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#32 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#33 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#34 0x1023001fd in gst_base_parse_sink_event_default (libgstbase-1.0.0.dylib+0xc1fd)
#35 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#36 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#37 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#38 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#39 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#40 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#41 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#42 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#43 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#44 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#45 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#46 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#47 0x119a08d27 in gst_capsfilter_sink_event (libgstcoreelements.so+0x4d27)
#48 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#49 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#50 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#51 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#52 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#53 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#54 0x1018a2f03 in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
#55 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
#56 0x1018a2e2a in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
#57 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#58 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#59 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#60 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#61 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#62 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#63 0x1018a2f03 in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
#64 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
#65 0x1018a2e2a in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
#66 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#67 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#68 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#69 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#70 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#71 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#72 0x1018a2f03 in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
#73 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
#74 0x1018a2e2a in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
#75 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
#76 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
#77 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
#78 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
#79 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
#80 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
#81 0x109501aca in pop_and_push_next (libgstrtpmanager.so+0x1baca)
#82 0x109500f4b in gst_rtp_jitter_buffer_loop (libgstrtpmanager.so+0x1af4b)
#83 0x1018d6152 in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
#84 0x1016f84a1 in g_thread_pool_thread_proxy (libglib-2.0.0.dylib+0x5f4a1)
#85 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
#86 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#87 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#88 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
0x60400007e690 is located 0 bytes inside of 48-byte region [0x60400007e690,0x60400007e6c0)
freed by thread T48 here:
#0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
#1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
#2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
#3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
#4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
previously allocated by thread T48 here:
#0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
#1 0x1016d6847 in g_malloc (libglib-2.0.0.dylib+0x3d847)
#2 0x1016eb9c7 in g_slice_alloc (libglib-2.0.0.dylib+0x529c7)
#3 0x1016ec42e in g_slice_alloc0 (libglib-2.0.0.dylib+0x5342e)
#4 0x1016f7833 in g_thread_self (libglib-2.0.0.dylib+0x5e833)
#5 0x119c4d723 in gst_gl_context_activate (libgstgl-1.0.0.dylib+0x7723)
#6 0x119c74266 in __gst_gl_window_cocoa_send_message_async_block_invoke (libgstgl-1.0.0.dylib+0x2e266)
#7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
#9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
#11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#12 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
#13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T38 created by T31 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
#3 0x1016f7b3f in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
#4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
#5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
#6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
#7 0x1018a9c8d in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
#8 0x10189e5b2 in activate_mode_internal (libgstreamer-1.0.0.dylib+0x485b2)
#9 0x10189df32 in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
#10 0x10188a9e2 in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
#11 0x10189619c in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
#12 0x10188a995 in iterator_activate_fold_with_resync (libgstreamer-1.0.0.dylib+0x34995)
#13 0x10188a769 in gst_element_pads_activate (libgstreamer-1.0.0.dylib+0x34769)
#14 0x10188970e in gst_element_change_state_func (libgstreamer-1.0.0.dylib+0x3370e)
#15 0x1094f6c2e in gst_rtp_jitter_buffer_change_state (libgstrtpmanager.so+0x10c2e)
#16 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
#17 0x10188848b in gst_element_change_state (libgstreamer-1.0.0.dylib+0x3248b)
#18 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
#19 0x1094f000e in new_ssrc_pad_found (libgstrtpmanager.so+0xa00e)
#20 0x10236a883 in ffi_call_unix64 (libffi.6.dylib+0x5883)
#21 0x70000d5cef0f (<unknown module>)
Thread T31 created by T23 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
#3 0x1016f7b3f in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
#4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
#5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
#6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
#7 0x1018a9c8d in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
#8 0x1023178f3 in gst_base_src_perform_seek (libgstbase-1.0.0.dylib+0x238f3)
#9 0x102316f73 in gst_base_src_start_complete (libgstbase-1.0.0.dylib+0x22f73)
#10 0x10231da79 in gst_base_src_start (libgstbase-1.0.0.dylib+0x29a79)
#11 0x10231a6cd in gst_base_src_activate_mode (libgstbase-1.0.0.dylib+0x266cd)
#12 0x10189e5b2 in activate_mode_internal (libgstreamer-1.0.0.dylib+0x485b2)
#13 0x10189df32 in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
#14 0x10188a9e2 in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
#15 0x10189619c in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
#16 0x10188a995 in iterator_activate_fold_with_resync (libgstreamer-1.0.0.dylib+0x34995)
#17 0x10188a769 in gst_element_pads_activate (libgstreamer-1.0.0.dylib+0x34769)
#18 0x10188970e in gst_element_change_state_func (libgstreamer-1.0.0.dylib+0x3370e)
#19 0x102318278 in gst_base_src_change_state (libgstbase-1.0.0.dylib+0x24278)
#20 0x11bb13504 in gst_udpsrc_change_state (libgstudp.so+0x6504)
#21 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
#22 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
#23 0x1195e01ee in gst_rtspsrc_play (libgstrtsp.so+0xd1ee)
#24 0x1195dbb1f in gst_rtspsrc_thread (libgstrtsp.so+0x8b1f)
#25 0x1018d6152 in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
#26 0x1016f84a1 in g_thread_pool_thread_proxy (libglib-2.0.0.dylib+0x5f4a1)
#27 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T23 created by T19 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
#3 0x1016f7b3f in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
#4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
#5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
#6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
#7 0x1195dade2 in gst_rtspsrc_loop_send_cmd (libgstrtsp.so+0x7de2)
#8 0x1195da231 in gst_rtspsrc_change_state (libgstrtsp.so+0x7231)
#9 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
#10 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
#11 0x1018613fb in gst_bin_change_state_func (libgstreamer-1.0.0.dylib+0xb3fb)
#12 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
#13 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
#14 0x1001523a9 in -[GStreamerBackend play:] GStreamerBackend.m:246
#15 0x10015104d in state_changed_cb GStreamerBackend.m:429
#16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv (libgobject-2.0.0.dylib+0xafe7)
#17 0x101801c28 in _g_closure_invoke_va (libgobject-2.0.0.dylib+0x7c28)
#18 0x10181768d in g_signal_emit_valist (libgobject-2.0.0.dylib+0x1d68d)
#19 0x1018180a5 in g_signal_emit (libgobject-2.0.0.dylib+0x1e0a5)
#20 0x101870c57 in gst_bus_async_signal_func (libgstreamer-1.0.0.dylib+0x1ac57)
#21 0x101871145 in gst_bus_source_dispatch (libgstreamer-1.0.0.dylib+0x1b145)
#22 0x1016cfa1f in g_main_context_dispatch (libglib-2.0.0.dylib+0x36a1f)
#23 0x1016cfd43 in g_main_context_iterate (libglib-2.0.0.dylib+0x36d43)
#24 0x1016d006e in g_main_loop_run (libglib-2.0.0.dylib+0x3706e)
#25 0x100154ab5 in -[GStreamerBackend runApp] GStreamerBackend.m:606
#26 0x1001519bd in thread_func GStreamerBackend.m:672
#27 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
#28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
#29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
#30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
Thread T19 created by T0 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
#2 0x1016f7596 in g_thread_new (libglib-2.0.0.dylib+0x5e596)
#3 0x10014f900 in -[GStreamerBackend start:] GStreamerBackend.m:215
#4 0x10007d22a in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
#5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
#6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
#7 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
#8 0x1001b401d in -[AppDelegate selectCamera:] AppDelegate.m:693
#9 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#10 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
#11 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
#12 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
#13 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
#14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
#15 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
#16 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
#17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
#18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
#19 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
#20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
#21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
#22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
#23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
#24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
#25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
#26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
#27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
#28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
#29 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
#30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
#31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
#32 0x100156b01 in main main.m:12
#33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
Thread T48 created by T6 here:
<empty stack>
Thread T6 created by T4 here:
#0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
#1 0x7fffb3ef075a in -[NSThread start] (Foundation+0x3275a)
#2 0x7fffb163b4f4 in __48+[NSURLConnection(Loader) resourceLoaderRunLoop]_block_invoke (CFNetwork+0x64f4)
#3 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#4 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
#5 0x7fffb163b3f8 in +[NSURLConnection(Loader) resourceLoaderRunLoop] (CFNetwork+0x63f8)
#6 0x7fffb165c68e in ___ZL22_coreSchedulingSet_RLMv_block_invoke (CFNetwork+0x2768e)
#7 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#8 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
#9 0x7fffb165c630 in _coreSchedulingSet_RLM() (CFNetwork+0x27630)
#10 0x7fffb165c792 in ___ZN17CoreSchedulingSet23copyRunloopEmulationSetEv_block_invoke (CFNetwork+0x27792)
#11 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#12 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
#13 0x7fffb165c77e in CoreSchedulingSet::copyRunloopEmulationSet() (CFNetwork+0x2777e)
#14 0x7fffb1660c50 in URLConnectionLoader::_private_ScheduleOriginLoad(NSURLRequest const*, _CFCachedURLResponse const*) (CFNetwork+0x2bc50)
#15 0x7fffb1652ac5 in URLConnectionLoader::loadWithWhatToDo(NSURLRequest const*, _CFCachedURLResponse const*, long, URLConnectionLoader::WhatToDo) (CFNetwork+0x1dac5)
#16 0x7fffb16525da in ___ZN19URLConnectionLoader22_loaderEvent_StartLoadEPK16NSURLSessionTask_block_invoke_6 (CFNetwork+0x1d5da)
#17 0x7fffb164caa2 in ___ZNK25URLConnectionInstanceData18withWorkQueueAsyncEU13block_pointerFvvE_block_invoke (CFNetwork+0x17aa2)
#18 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
#19 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
#20 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
#21 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
#22 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
#23 0x10227a706 in _dispatch_queue_override_invoke (libdispatch.dylib+0x12706)
#24 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
#25 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
#26 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
#27 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
Thread T4 created by T0 here:
<empty stack>
SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
Shadow bytes around the buggy address:
0x1c080000fc80: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
0x1c080000fc90: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fca0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fcb0: fa fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
0x1c080000fcc0: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
=>0x1c080000fcd0: fa fa[fd]fd fd fd fd fd fa fa 00 00 00 00 00 00
0x1c080000fce0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fcf0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
0x1c080000fd00: fa fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
0x1c080000fd10: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
0x1c080000fd20: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
2017-02-19 16:12:54.143015 WingWarpMac[7030:123279] =================================================================
2017-02-19 16:12:54.143078 WingWarpMac[7030:123279] ==7030==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400007e690 at pc 0x000100515993 bp 0x70000d8df860 sp 0x70000d8df020
2017-02-19 16:12:54.143164 WingWarpMac[7030:123279] WRITE of size 48 at 0x60400007e690 thread T38
2017-02-19 16:12:54.143205 WingWarpMac[7030:123279] #0 0x100515992 in wrap_memset (libclang_rt.asan_osx_dynamic.dylib+0x3e992)
2017-02-19 16:12:54.143260 WingWarpMac[7030:123279] #1 0x1016ec73a in g_slice_free1 (libglib-2.0.0.dylib+0x5373a)
2017-02-19 16:12:54.143300 WingWarpMac[7030:123279] #2 0x119c7407c in gst_gl_window_cocoa_send_message_async (libgstgl-1.0.0.dylib+0x2e07c)
2017-02-19 16:12:54.143335 WingWarpMac[7030:123279] #3 0x119c68db0 in gst_gl_window_default_send_message (libgstgl-1.0.0.dylib+0x22db0)
2017-02-19 16:12:54.143358 WingWarpMac[7030:123279] #4 0x119c4f0c4 in gst_gl_context_thread_add (libgstgl-1.0.0.dylib+0x90c4)
2017-02-19 16:12:54.143403 WingWarpMac[7030:123279] #5 0x119c61d04 in gst_gl_color_convert_perform (libgstgl-1.0.0.dylib+0x1bd04)
2017-02-19 16:12:54.143441 WingWarpMac[7030:123279] #6 0x119de6e90 in gst_gl_color_convert_element_prepare_output_buffer (libgstopengl.so+0xae90)
2017-02-19 16:12:54.143468 WingWarpMac[7030:123279] #7 0x102321b75 in default_generate_output (libgstbase-1.0.0.dylib+0x2db75)
2017-02-19 16:12:54.143483 WingWarpMac[7030:123279] #8 0x102323bb6 in gst_base_transform_chain (libgstbase-1.0.0.dylib+0x2fbb6)
2017-02-19 16:12:54.143506 WingWarpMac[7030:123279] #9 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143523 WingWarpMac[7030:123279] #10 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143542 WingWarpMac[7030:123279] #11 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.143610 WingWarpMac[7030:123279] #12 0x102323afb in gst_base_transform_chain (libgstbase-1.0.0.dylib+0x2fafb)
2017-02-19 16:12:54.143643 WingWarpMac[7030:123279] #13 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143663 WingWarpMac[7030:123279] #14 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143688 WingWarpMac[7030:123279] #15 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.143706 WingWarpMac[7030:123279] #16 0x101890826 in gst_proxy_pad_chain_default (libgstreamer-1.0.0.dylib+0x3a826)
2017-02-19 16:12:54.143725 WingWarpMac[7030:123279] #17 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143787 WingWarpMac[7030:123279] #18 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143817 WingWarpMac[7030:123279] #19 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.143901 WingWarpMac[7030:123279] #20 0x101890826 in gst_proxy_pad_chain_default (libgstreamer-1.0.0.dylib+0x3a826)
2017-02-19 16:12:54.143945 WingWarpMac[7030:123279] #21 0x1018a4f10 in gst_pad_chain_data_unchecked (libgstreamer-1.0.0.dylib+0x4ef10)
2017-02-19 16:12:54.143973 WingWarpMac[7030:123279] #22 0x1018a5aca in gst_pad_push_data (libgstreamer-1.0.0.dylib+0x4faca)
2017-02-19 16:12:54.143994 WingWarpMac[7030:123279] #23 0x1018a590a in gst_pad_push (libgstreamer-1.0.0.dylib+0x4f90a)
2017-02-19 16:12:54.144014 WingWarpMac[7030:123279] #24 0x1015fcbf6 in gst_video_decoder_clip_and_push_buf (libgstvideo-1.0.0.dylib+0x2ebf6)
2017-02-19 16:12:54.144054 WingWarpMac[7030:123279] #25 0x1015fc3e4 in gst_video_decoder_finish_frame (libgstvideo-1.0.0.dylib+0x2e3e4)
2017-02-19 16:12:54.144079 WingWarpMac[7030:123279] #26 0x119c254cd in gst_vtdec_push_frames_if_needed (libgstapplemedia.so+0x1c4cd)
2017-02-19 16:12:54.144099 WingWarpMac[7030:123279] #27 0x1016004c7 in gst_video_decoder_sink_event_default (libgstvideo-1.0.0.dylib+0x324c7)
2017-02-19 16:12:54.144147 WingWarpMac[7030:123279] #28 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144217 WingWarpMac[7030:123279] #29 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144244 WingWarpMac[7030:123279] #30 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144267 WingWarpMac[7030:123279] #31 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144290 WingWarpMac[7030:123279] #32 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144308 WingWarpMac[7030:123279] #33 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144366 WingWarpMac[7030:123279] #34 0x1023001fd in gst_base_parse_sink_event_default (libgstbase-1.0.0.dylib+0xc1fd)
2017-02-19 16:12:54.144391 WingWarpMac[7030:123279] #35 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144409 WingWarpMac[7030:123279] #36 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144427 WingWarpMac[7030:123279] #37 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144445 WingWarpMac[7030:123279] #38 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144462 WingWarpMac[7030:123279] #39 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144476 WingWarpMac[7030:123279] #40 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144533 WingWarpMac[7030:123279] #41 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144557 WingWarpMac[7030:123279] #42 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144575 WingWarpMac[7030:123279] #43 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144594 WingWarpMac[7030:123279] #44 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144613 WingWarpMac[7030:123279] #45 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144630 WingWarpMac[7030:123279] #46 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144648 WingWarpMac[7030:123279] #47 0x119a08d27 in gst_capsfilter_sink_event (libgstcoreelements.so+0x4d27)
2017-02-19 16:12:54.144719 WingWarpMac[7030:123279] #48 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.144740 WingWarpMac[7030:123279] #49 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.144762 WingWarpMac[7030:123279] #50 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.144803 WingWarpMac[7030:123279] #51 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.144850 WingWarpMac[7030:123279] #52 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.144873 WingWarpMac[7030:123279] #53 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.144888 WingWarpMac[7030:123279] #54 0x1018a2f03 in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
2017-02-19 16:12:54.144904 WingWarpMac[7030:123279] #55 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
2017-02-19 16:12:54.144918 WingWarpMac[7030:123279] #56 0x1018a2e2a in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
2017-02-19 16:12:54.144936 WingWarpMac[7030:123279] #57 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.145003 WingWarpMac[7030:123279] #58 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.145032 WingWarpMac[7030:123279] #59 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.145050 WingWarpMac[7030:123279] #60 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.145116 WingWarpMac[7030:123279] #61 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.145162 WingWarpMac[7030:123279] #62 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.145205 WingWarpMac[7030:123279] #63 0x1018a2f03 in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
2017-02-19 16:12:54.145224 WingWarpMac[7030:123279] #64 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
2017-02-19 16:12:54.145241 WingWarpMac[7030:123279] #65 0x1018a2e2a in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
2017-02-19 16:12:54.145258 WingWarpMac[7030:123279] #66 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.145275 WingWarpMac[7030:123279] #67 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.145332 WingWarpMac[7030:123279] #68 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.145364 WingWarpMac[7030:123279] #69 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.145381 WingWarpMac[7030:123279] #70 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.145398 WingWarpMac[7030:123279] #71 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.145414 WingWarpMac[7030:123279] #72 0x1018a2f03 in event_forward_func (libgstreamer-1.0.0.dylib+0x4cf03)
2017-02-19 16:12:54.145432 WingWarpMac[7030:123279] #73 0x1018a2c76 in gst_pad_forward (libgstreamer-1.0.0.dylib+0x4cc76)
2017-02-19 16:12:54.145449 WingWarpMac[7030:123279] #74 0x1018a2e2a in gst_pad_event_default (libgstreamer-1.0.0.dylib+0x4ce2a)
2017-02-19 16:12:54.145500 WingWarpMac[7030:123279] #75 0x1018a9002 in gst_pad_send_event_unchecked (libgstreamer-1.0.0.dylib+0x53002)
2017-02-19 16:12:54.145529 WingWarpMac[7030:123279] #76 0x1018a84bf in gst_pad_push_event_unchecked (libgstreamer-1.0.0.dylib+0x524bf)
2017-02-19 16:12:54.145546 WingWarpMac[7030:123279] #77 0x1018ab2d9 in push_sticky (libgstreamer-1.0.0.dylib+0x552d9)
2017-02-19 16:12:54.145562 WingWarpMac[7030:123279] #78 0x1018a3e95 in events_foreach (libgstreamer-1.0.0.dylib+0x4de95)
2017-02-19 16:12:54.145581 WingWarpMac[7030:123279] #79 0x1018a4cba in check_sticky (libgstreamer-1.0.0.dylib+0x4ecba)
2017-02-19 16:12:54.145597 WingWarpMac[7030:123279] #80 0x1018a7ed7 in gst_pad_push_event (libgstreamer-1.0.0.dylib+0x51ed7)
2017-02-19 16:12:54.145613 WingWarpMac[7030:123279] #81 0x109501aca in pop_and_push_next (libgstrtpmanager.so+0x1baca)
2017-02-19 16:12:54.145651 WingWarpMac[7030:123279] #82 0x109500f4b in gst_rtp_jitter_buffer_loop (libgstrtpmanager.so+0x1af4b)
2017-02-19 16:12:54.145727 WingWarpMac[7030:123279] #83 0x1018d6152 in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
2017-02-19 16:12:54.145754 WingWarpMac[7030:123279] #84 0x1016f84a1 in g_thread_pool_thread_proxy (libglib-2.0.0.dylib+0x5f4a1)
2017-02-19 16:12:54.145799 WingWarpMac[7030:123279] #85 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
2017-02-19 16:12:54.145821 WingWarpMac[7030:123279] #86 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 16:12:54.145841 WingWarpMac[7030:123279] #87 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 16:12:54.145857 WingWarpMac[7030:123279] #88 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 16:12:54.145883 WingWarpMac[7030:123279]
2017-02-19 16:12:54.145904 WingWarpMac[7030:123279] 0x60400007e690 is located 0 bytes inside of 48-byte region [0x60400007e690,0x60400007e6c0)
2017-02-19 16:12:54.145921 WingWarpMac[7030:123279] freed by thread T48 here:
2017-02-19 16:12:54.145937 WingWarpMac[7030:123279] #0 0x100521db9 in wrap_free (libclang_rt.asan_osx_dynamic.dylib+0x4adb9)
2017-02-19 16:12:54.145961 WingWarpMac[7030:123279] #1 0x1022e3703 in _pthread_tsd_cleanup (libsystem_pthread.dylib+0x5703)
2017-02-19 16:12:54.145984 WingWarpMac[7030:123279] #2 0x1022e3487 in _pthread_exit (libsystem_pthread.dylib+0x5487)
2017-02-19 16:12:54.146033 WingWarpMac[7030:123279] #3 0x1022e1954 in _pthread_wqthread (libsystem_pthread.dylib+0x3954)
2017-02-19 16:12:54.146075 WingWarpMac[7030:123279] #4 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 16:12:54.146102 WingWarpMac[7030:123279]
2017-02-19 16:12:54.146125 WingWarpMac[7030:123279] previously allocated by thread T48 here:
2017-02-19 16:12:54.146178 WingWarpMac[7030:123279] #0 0x100521bf0 in wrap_malloc (libclang_rt.asan_osx_dynamic.dylib+0x4abf0)
2017-02-19 16:12:54.146216 WingWarpMac[7030:123279] #1 0x1016d6847 in g_malloc (libglib-2.0.0.dylib+0x3d847)
2017-02-19 16:12:54.146238 WingWarpMac[7030:123279] #2 0x1016eb9c7 in g_slice_alloc (libglib-2.0.0.dylib+0x529c7)
2017-02-19 16:12:54.146256 WingWarpMac[7030:123279] #3 0x1016ec42e in g_slice_alloc0 (libglib-2.0.0.dylib+0x5342e)
2017-02-19 16:12:54.146270 WingWarpMac[7030:123279] #4 0x1016f7833 in g_thread_self (libglib-2.0.0.dylib+0x5e833)
2017-02-19 16:12:54.146285 WingWarpMac[7030:123279] #5 0x119c4d723 in gst_gl_context_activate (libgstgl-1.0.0.dylib+0x7723)
2017-02-19 16:12:54.146312 WingWarpMac[7030:123279] #6 0x119c74266 in __gst_gl_window_cocoa_send_message_async_block_invoke (libgstgl-1.0.0.dylib+0x2e266)
2017-02-19 16:12:54.146374 WingWarpMac[7030:123279] #7 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 16:12:54.146395 WingWarpMac[7030:123279] #8 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 16:12:54.146410 WingWarpMac[7030:123279] #9 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.146427 WingWarpMac[7030:123279] #10 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 16:12:54.146443 WingWarpMac[7030:123279] #11 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 16:12:54.146461 WingWarpMac[7030:123279] #12 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 16:12:54.146488 WingWarpMac[7030:123279] #13 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 16:12:54.146538 WingWarpMac[7030:123279] #14 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 16:12:54.146558 WingWarpMac[7030:123279] #15 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 16:12:54.146576 WingWarpMac[7030:123279]
2017-02-19 16:12:54.146590 WingWarpMac[7030:123279] Thread T38 created by T31 here:
2017-02-19 16:12:54.146607 WingWarpMac[7030:123279] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.146672 WingWarpMac[7030:123279] #1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.146703 WingWarpMac[7030:123279] #2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
2017-02-19 16:12:54.146721 WingWarpMac[7030:123279] #3 0x1016f7b3f in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
2017-02-19 16:12:54.146739 WingWarpMac[7030:123279] #4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
2017-02-19 16:12:54.146754 WingWarpMac[7030:123279] #5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
2017-02-19 16:12:54.146780 WingWarpMac[7030:123279] #6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
2017-02-19 16:12:54.146835 WingWarpMac[7030:123279] #7 0x1018a9c8d in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
2017-02-19 16:12:54.146860 WingWarpMac[7030:123279] #8 0x10189e5b2 in activate_mode_internal (libgstreamer-1.0.0.dylib+0x485b2)
2017-02-19 16:12:54.146880 WingWarpMac[7030:123279] #9 0x10189df32 in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
2017-02-19 16:12:54.146932 WingWarpMac[7030:123279] #10 0x10188a9e2 in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
2017-02-19 16:12:54.146976 WingWarpMac[7030:123279] #11 0x10189619c in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
2017-02-19 16:12:54.147023 WingWarpMac[7030:123279] #12 0x10188a995 in iterator_activate_fold_with_resync (libgstreamer-1.0.0.dylib+0x34995)
2017-02-19 16:12:54.147097 WingWarpMac[7030:123279] #13 0x10188a769 in gst_element_pads_activate (libgstreamer-1.0.0.dylib+0x34769)
2017-02-19 16:12:54.147126 WingWarpMac[7030:123279] #14 0x10188970e in gst_element_change_state_func (libgstreamer-1.0.0.dylib+0x3370e)
2017-02-19 16:12:54.147145 WingWarpMac[7030:123279] #15 0x1094f6c2e in gst_rtp_jitter_buffer_change_state (libgstrtpmanager.so+0x10c2e)
2017-02-19 16:12:54.147160 WingWarpMac[7030:123279] #16 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.147176 WingWarpMac[7030:123279] #17 0x10188848b in gst_element_change_state (libgstreamer-1.0.0.dylib+0x3248b)
2017-02-19 16:12:54.147193 WingWarpMac[7030:123279] #18 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.147246 WingWarpMac[7030:123279] #19 0x1094f000e in new_ssrc_pad_found (libgstrtpmanager.so+0xa00e)
2017-02-19 16:12:54.147300 WingWarpMac[7030:123279] #20 0x10236a883 in ffi_call_unix64 (libffi.6.dylib+0x5883)
2017-02-19 16:12:54.147337 WingWarpMac[7030:123279] #21 0x70000d5cef0f (<unknown module>)
2017-02-19 16:12:54.147379 WingWarpMac[7030:123279]
2017-02-19 16:12:54.147427 WingWarpMac[7030:123279] Thread T31 created by T23 here:
2017-02-19 16:12:54.147455 WingWarpMac[7030:123279] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.147485 WingWarpMac[7030:123279] #1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.147541 WingWarpMac[7030:123279] #2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
2017-02-19 16:12:54.147562 WingWarpMac[7030:123279] #3 0x1016f7b3f in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
2017-02-19 16:12:54.147583 WingWarpMac[7030:123279] #4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
2017-02-19 16:12:54.147600 WingWarpMac[7030:123279] #5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
2017-02-19 16:12:54.147616 WingWarpMac[7030:123279] #6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
2017-02-19 16:12:54.147655 WingWarpMac[7030:123279] #7 0x1018a9c8d in gst_pad_start_task (libgstreamer-1.0.0.dylib+0x53c8d)
2017-02-19 16:12:54.147694 WingWarpMac[7030:123279] #8 0x1023178f3 in gst_base_src_perform_seek (libgstbase-1.0.0.dylib+0x238f3)
2017-02-19 16:12:54.147715 WingWarpMac[7030:123279] #9 0x102316f73 in gst_base_src_start_complete (libgstbase-1.0.0.dylib+0x22f73)
2017-02-19 16:12:54.147732 WingWarpMac[7030:123279] #10 0x10231da79 in gst_base_src_start (libgstbase-1.0.0.dylib+0x29a79)
2017-02-19 16:12:54.147749 WingWarpMac[7030:123279] #11 0x10231a6cd in gst_base_src_activate_mode (libgstbase-1.0.0.dylib+0x266cd)
2017-02-19 16:12:54.147765 WingWarpMac[7030:123279] #12 0x10189e5b2 in activate_mode_internal (libgstreamer-1.0.0.dylib+0x485b2)
2017-02-19 16:12:54.147781 WingWarpMac[7030:123279] #13 0x10189df32 in gst_pad_set_active (libgstreamer-1.0.0.dylib+0x47f32)
2017-02-19 16:12:54.147837 WingWarpMac[7030:123279] #14 0x10188a9e2 in activate_pads (libgstreamer-1.0.0.dylib+0x349e2)
2017-02-19 16:12:54.147874 WingWarpMac[7030:123279] #15 0x10189619c in gst_iterator_fold (libgstreamer-1.0.0.dylib+0x4019c)
2017-02-19 16:12:54.147893 WingWarpMac[7030:123279] #16 0x10188a995 in iterator_activate_fold_with_resync (libgstreamer-1.0.0.dylib+0x34995)
2017-02-19 16:12:54.147909 WingWarpMac[7030:123279] #17 0x10188a769 in gst_element_pads_activate (libgstreamer-1.0.0.dylib+0x34769)
2017-02-19 16:12:54.147934 WingWarpMac[7030:123279] #18 0x10188970e in gst_element_change_state_func (libgstreamer-1.0.0.dylib+0x3370e)
2017-02-19 16:12:54.147998 WingWarpMac[7030:123279] #19 0x102318278 in gst_base_src_change_state (libgstbase-1.0.0.dylib+0x24278)
2017-02-19 16:12:54.148045 WingWarpMac[7030:123279] #20 0x11bb13504 in gst_udpsrc_change_state (libgstudp.so+0x6504)
2017-02-19 16:12:54.148105 WingWarpMac[7030:123279] #21 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.148131 WingWarpMac[7030:123279] #22 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.148147 WingWarpMac[7030:123279] #23 0x1195e01ee in gst_rtspsrc_play (libgstrtsp.so+0xd1ee)
2017-02-19 16:12:54.148163 WingWarpMac[7030:123279] #24 0x1195dbb1f in gst_rtspsrc_thread (libgstrtsp.so+0x8b1f)
2017-02-19 16:12:54.148182 WingWarpMac[7030:123279] #25 0x1018d6152 in gst_task_func (libgstreamer-1.0.0.dylib+0x80152)
2017-02-19 16:12:54.148199 WingWarpMac[7030:123279] #26 0x1016f84a1 in g_thread_pool_thread_proxy (libglib-2.0.0.dylib+0x5f4a1)
2017-02-19 16:12:54.148265 WingWarpMac[7030:123279] #27 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
2017-02-19 16:12:54.148308 WingWarpMac[7030:123279] #28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 16:12:54.148411 WingWarpMac[7030:123279] #29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 16:12:54.148473 WingWarpMac[7030:123279] #30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 16:12:54.148509 WingWarpMac[7030:123279]
2017-02-19 16:12:54.148575 WingWarpMac[7030:123279] Thread T23 created by T19 here:
2017-02-19 16:12:54.148632 WingWarpMac[7030:123279] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.148694 WingWarpMac[7030:123279] #1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.148744 WingWarpMac[7030:123279] #2 0x1016f7728 in g_thread_try_new (libglib-2.0.0.dylib+0x5e728)
2017-02-19 16:12:54.148771 WingWarpMac[7030:123279] #3 0x1016f7b3f in g_thread_pool_start_thread (libglib-2.0.0.dylib+0x5eb3f)
2017-02-19 16:12:54.148789 WingWarpMac[7030:123279] #4 0x1016f7bda in g_thread_pool_push (libglib-2.0.0.dylib+0x5ebda)
2017-02-19 16:12:54.148806 WingWarpMac[7030:123279] #5 0x1018d685d in default_push (libgstreamer-1.0.0.dylib+0x8085d)
2017-02-19 16:12:54.148839 WingWarpMac[7030:123279] #6 0x1018d5ba0 in gst_task_set_state (libgstreamer-1.0.0.dylib+0x7fba0)
2017-02-19 16:12:54.148857 WingWarpMac[7030:123279] #7 0x1195dade2 in gst_rtspsrc_loop_send_cmd (libgstrtsp.so+0x7de2)
2017-02-19 16:12:54.148876 WingWarpMac[7030:123279] #8 0x1195da231 in gst_rtspsrc_change_state (libgstrtsp.so+0x7231)
2017-02-19 16:12:54.148890 WingWarpMac[7030:123279] #9 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.148906 WingWarpMac[7030:123279] #10 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.148923 WingWarpMac[7030:123279] #11 0x1018613fb in gst_bin_change_state_func (libgstreamer-1.0.0.dylib+0xb3fb)
2017-02-19 16:12:54.148979 WingWarpMac[7030:123279] #12 0x101888291 in gst_element_change_state (libgstreamer-1.0.0.dylib+0x32291)
2017-02-19 16:12:54.149002 WingWarpMac[7030:123279] #13 0x1018899c8 in gst_element_set_state_func (libgstreamer-1.0.0.dylib+0x339c8)
2017-02-19 16:12:54.149019 WingWarpMac[7030:123279] #14 0x1001523a9 in -[GStreamerBackend play:] GStreamerBackend.m:246
2017-02-19 16:12:54.149037 WingWarpMac[7030:123279] #15 0x10015104d in state_changed_cb GStreamerBackend.m:429
2017-02-19 16:12:54.149053 WingWarpMac[7030:123279] #16 0x101804fe7 in g_cclosure_marshal_VOID__BOXEDv (libgobject-2.0.0.dylib+0xafe7)
2017-02-19 16:12:54.149071 WingWarpMac[7030:123279] #17 0x101801c28 in _g_closure_invoke_va (libgobject-2.0.0.dylib+0x7c28)
2017-02-19 16:12:54.149088 WingWarpMac[7030:123279] #18 0x10181768d in g_signal_emit_valist (libgobject-2.0.0.dylib+0x1d68d)
2017-02-19 16:12:54.149129 WingWarpMac[7030:123279] #19 0x1018180a5 in g_signal_emit (libgobject-2.0.0.dylib+0x1e0a5)
2017-02-19 16:12:54.149187 WingWarpMac[7030:123279] #20 0x101870c57 in gst_bus_async_signal_func (libgstreamer-1.0.0.dylib+0x1ac57)
2017-02-19 16:12:54.149248 WingWarpMac[7030:123279] #21 0x101871145 in gst_bus_source_dispatch (libgstreamer-1.0.0.dylib+0x1b145)
2017-02-19 16:12:54.149288 WingWarpMac[7030:123279] #22 0x1016cfa1f in g_main_context_dispatch (libglib-2.0.0.dylib+0x36a1f)
2017-02-19 16:12:54.149310 WingWarpMac[7030:123279] #23 0x1016cfd43 in g_main_context_iterate (libglib-2.0.0.dylib+0x36d43)
2017-02-19 16:12:54.149330 WingWarpMac[7030:123279] #24 0x1016d006e in g_main_loop_run (libglib-2.0.0.dylib+0x3706e)
2017-02-19 16:12:54.149347 WingWarpMac[7030:123279] #25 0x100154ab5 in -[GStreamerBackend runApp] GStreamerBackend.m:606
2017-02-19 16:12:54.149409 WingWarpMac[7030:123279] #26 0x1001519bd in thread_func GStreamerBackend.m:672
2017-02-19 16:12:54.149436 WingWarpMac[7030:123279] #27 0x1016f7519 in g_thread_proxy (libglib-2.0.0.dylib+0x5e519)
2017-02-19 16:12:54.149454 WingWarpMac[7030:123279] #28 0x1022e1c4f in _pthread_body (libsystem_pthread.dylib+0x3c4f)
2017-02-19 16:12:54.149473 WingWarpMac[7030:123279] #29 0x1022e1b9b in _pthread_start (libsystem_pthread.dylib+0x3b9b)
2017-02-19 16:12:54.149488 WingWarpMac[7030:123279] #30 0x1022e1384 in thread_start (libsystem_pthread.dylib+0x3384)
2017-02-19 16:12:54.149504 WingWarpMac[7030:123279]
2017-02-19 16:12:54.149555 WingWarpMac[7030:123279] Thread T19 created by T0 here:
2017-02-19 16:12:54.149576 WingWarpMac[7030:123279] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.149592 WingWarpMac[7030:123279] #1 0x101718fc3 in g_system_thread_new (libglib-2.0.0.dylib+0x7ffc3)
2017-02-19 16:12:54.149608 WingWarpMac[7030:123279] #2 0x1016f7596 in g_thread_new (libglib-2.0.0.dylib+0x5e596)
2017-02-19 16:12:54.149624 WingWarpMac[7030:123279] #3 0x10014f900 in -[GStreamerBackend start:] GStreamerBackend.m:215
2017-02-19 16:12:54.149641 WingWarpMac[7030:123279] #4 0x10007d22a in -[CameraWindowController windowDidLoad] CameraWindowController.m:47
2017-02-19 16:12:54.149657 WingWarpMac[7030:123279] #5 0x7fffb006d7ff in -[NSWindowController _windowDidLoad] (AppKit+0xb77ff)
2017-02-19 16:12:54.149695 WingWarpMac[7030:123279] #6 0x7fffb000d862 in -[NSWindowController window] (AppKit+0x57862)
2017-02-19 16:12:54.149749 WingWarpMac[7030:123279] #7 0x7fffb01e930b in -[NSWindowController showWindow:] (AppKit+0x23330b)
2017-02-19 16:12:54.149773 WingWarpMac[7030:123279] #8 0x1001b401d in -[AppDelegate selectCamera:] AppDelegate.m:693
2017-02-19 16:12:54.149789 WingWarpMac[7030:123279] #9 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 16:12:54.149811 WingWarpMac[7030:123279] #10 0x7fffb0779c9b in -[NSApplication(NSResponder) sendAction:to:from:] (AppKit+0x7c3c9b)
2017-02-19 16:12:54.149827 WingWarpMac[7030:123279] #11 0x7fffb024de05 in -[NSMenuItem _corePerformAction] (AppKit+0x297e05)
2017-02-19 16:12:54.149846 WingWarpMac[7030:123279] #12 0x7fffb024db71 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (AppKit+0x297b71)
2017-02-19 16:12:54.149905 WingWarpMac[7030:123279] #13 0x7fffc7c55c3c in _os_activity_initiate (libsystem_trace.dylib+0x5c3c)
2017-02-19 16:12:54.149933 WingWarpMac[7030:123279] #14 0x7fffb02d70f0 in -[NSMenu performActionForItemAtIndex:] (AppKit+0x3210f0)
2017-02-19 16:12:54.149949 WingWarpMac[7030:123279] #15 0x7fffb02d7067 in -[NSMenu _internalPerformActionForItemAtIndex:] (AppKit+0x321067)
2017-02-19 16:12:54.149968 WingWarpMac[7030:123279] #16 0x7fffb02d6e94 in -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] (AppKit+0x320e94)
2017-02-19 16:12:54.149985 WingWarpMac[7030:123279] #17 0x7fffb018e0ff in NSSLMMenuEventHandler (AppKit+0x1d80ff)
2017-02-19 16:12:54.150021 WingWarpMac[7030:123279] #18 0x7fffb1a2fb14 in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) (HIToolbox+0x8b14)
2017-02-19 16:12:54.150080 WingWarpMac[7030:123279] #19 0x7fffb1a2ed85 in SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) (HIToolbox+0x7d85)
2017-02-19 16:12:54.150111 WingWarpMac[7030:123279] #20 0x7fffb1a448b3 in SendEventToEventTarget (HIToolbox+0x1d8b3)
2017-02-19 16:12:54.150177 WingWarpMac[7030:123279] #21 0x7fffb1a90d35 in SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) (HIToolbox+0x69d35)
2017-02-19 16:12:54.150220 WingWarpMac[7030:123279] #22 0x7fffb1abc34a in SendMenuCommandWithContextAndModifiers (HIToolbox+0x9534a)
2017-02-19 16:12:54.150254 WingWarpMac[7030:123279] #23 0x7fffb1abc2f9 in SendMenuItemSelectedEvent (HIToolbox+0x952f9)
2017-02-19 16:12:54.150275 WingWarpMac[7030:123279] #24 0x7fffb1abc1cc in FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) (HIToolbox+0x951cc)
2017-02-19 16:12:54.150296 WingWarpMac[7030:123279] #25 0x7fffb1abcc06 in MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) (HIToolbox+0x95c06)
2017-02-19 16:12:54.150333 WingWarpMac[7030:123279] #26 0x7fffb1abc8b5 in _HandleMenuSelection2 (HIToolbox+0x958b5)
2017-02-19 16:12:54.150377 WingWarpMac[7030:123279] #27 0x7fffb017dec9 in _NSHandleCarbonMenuEvent (AppKit+0x1c7ec9)
2017-02-19 16:12:54.150395 WingWarpMac[7030:123279] #28 0x7fffb03f7dbd in _DPSEventHandledByCarbon (AppKit+0x441dbd)
2017-02-19 16:12:54.150418 WingWarpMac[7030:123279] #29 0x7fffb0777641 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (AppKit+0x7c1641)
2017-02-19 16:12:54.150439 WingWarpMac[7030:123279] #30 0x7fffafff1f34 in -[NSApplication run] (AppKit+0x3bf34)
2017-02-19 16:12:54.150458 WingWarpMac[7030:123279] #31 0x7fffaffbc84f in NSApplicationMain (AppKit+0x684f)
2017-02-19 16:12:54.150517 WingWarpMac[7030:123279] #32 0x100156b01 in main main.m:12
2017-02-19 16:12:54.150552 WingWarpMac[7030:123279] #33 0x7fffc7a23254 in start (libdyld.dylib+0x5254)
2017-02-19 16:12:54.150570 WingWarpMac[7030:123279]
2017-02-19 16:12:54.150589 WingWarpMac[7030:123279] Thread T48 created by T6 here:
2017-02-19 16:12:54.150605 WingWarpMac[7030:123279] <empty stack>
2017-02-19 16:12:54.150660 WingWarpMac[7030:123279]
2017-02-19 16:12:54.150690 WingWarpMac[7030:123279] Thread T6 created by T4 here:
2017-02-19 16:12:54.150709 WingWarpMac[7030:123279] #0 0x100518379 in wrap_pthread_create (libclang_rt.asan_osx_dynamic.dylib+0x41379)
2017-02-19 16:12:54.150730 WingWarpMac[7030:123279] #1 0x7fffb3ef075a in -[NSThread start] (Foundation+0x3275a)
2017-02-19 16:12:54.150793 WingWarpMac[7030:123279] #2 0x7fffb163b4f4 in __48+[NSURLConnection(Loader) resourceLoaderRunLoop]_block_invoke (CFNetwork+0x64f4)
2017-02-19 16:12:54.150813 WingWarpMac[7030:123279] #3 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.150829 WingWarpMac[7030:123279] #4 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
2017-02-19 16:12:54.150847 WingWarpMac[7030:123279] #5 0x7fffb163b3f8 in +[NSURLConnection(Loader) resourceLoaderRunLoop] (CFNetwork+0x63f8)
2017-02-19 16:12:54.150863 WingWarpMac[7030:123279] #6 0x7fffb165c68e in ___ZL22_coreSchedulingSet_RLMv_block_invoke (CFNetwork+0x2768e)
2017-02-19 16:12:54.150879 WingWarpMac[7030:123279] #7 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.150909 WingWarpMac[7030:123279] #8 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
2017-02-19 16:12:54.150983 WingWarpMac[7030:123279] #9 0x7fffb165c630 in _coreSchedulingSet_RLM() (CFNetwork+0x27630)
2017-02-19 16:12:54.151007 WingWarpMac[7030:123279] #10 0x7fffb165c792 in ___ZN17CoreSchedulingSet23copyRunloopEmulationSetEv_block_invoke (CFNetwork+0x27792)
2017-02-19 16:12:54.151025 WingWarpMac[7030:123279] #11 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.151042 WingWarpMac[7030:123279] #12 0x102269f3b in dispatch_once_f (libdispatch.dylib+0x1f3b)
2017-02-19 16:12:54.151059 WingWarpMac[7030:123279] #13 0x7fffb165c77e in CoreSchedulingSet::copyRunloopEmulationSet() (CFNetwork+0x2777e)
2017-02-19 16:12:54.151141 WingWarpMac[7030:123279] #14 0x7fffb1660c50 in URLConnectionLoader::_private_ScheduleOriginLoad(NSURLRequest const*, _CFCachedURLResponse const*) (CFNetwork+0x2bc50)
2017-02-19 16:12:54.151194 WingWarpMac[7030:123279] #15 0x7fffb1652ac5 in URLConnectionLoader::loadWithWhatToDo(NSURLRequest const*, _CFCachedURLResponse const*, long, URLConnectionLoader::WhatToDo) (CFNetwork+0x1dac5)
2017-02-19 16:12:54.151224 WingWarpMac[7030:123279] #16 0x7fffb16525da in ___ZN19URLConnectionLoader22_loaderEvent_StartLoadEPK16NSURLSessionTask_block_invoke_6 (CFNetwork+0x1d5da)
2017-02-19 16:12:54.151246 WingWarpMac[7030:123279] #17 0x7fffb164caa2 in ___ZNK25URLConnectionInstanceData18withWorkQueueAsyncEU13block_pointerFvvE_block_invoke (CFNetwork+0x17aa2)
2017-02-19 16:12:54.151263 WingWarpMac[7030:123279] #18 0x100520e73 in __wrap_dispatch_async_block_invoke (libclang_rt.asan_osx_dynamic.dylib+0x49e73)
2017-02-19 16:12:54.151279 WingWarpMac[7030:123279] #19 0x1022736e4 in _dispatch_call_block_and_release (libdispatch.dylib+0xb6e4)
2017-02-19 16:12:54.151310 WingWarpMac[7030:123279] #20 0x102269f5b in _dispatch_client_callout (libdispatch.dylib+0x1f5b)
2017-02-19 16:12:54.151327 WingWarpMac[7030:123279] #21 0x102281a58 in _dispatch_queue_serial_drain (libdispatch.dylib+0x19a58)
2017-02-19 16:12:54.151345 WingWarpMac[7030:123279] #22 0x102273488 in _dispatch_queue_invoke (libdispatch.dylib+0xb488)
2017-02-19 16:12:54.151360 WingWarpMac[7030:123279] #23 0x10227a706 in _dispatch_queue_override_invoke (libdispatch.dylib+0x12706)
2017-02-19 16:12:54.151376 WingWarpMac[7030:123279] #24 0x10226c1d6 in _dispatch_root_queue_drain (libdispatch.dylib+0x41d6)
2017-02-19 16:12:54.151394 WingWarpMac[7030:123279] #25 0x10226bee7 in _dispatch_worker_thread3 (libdispatch.dylib+0x3ee7)
2017-02-19 16:12:54.151412 WingWarpMac[7030:123279] #26 0x1022e1899 in _pthread_wqthread (libsystem_pthread.dylib+0x3899)
2017-02-19 16:12:54.151508 WingWarpMac[7030:123279] #27 0x1022e1374 in start_wqthread (libsystem_pthread.dylib+0x3374)
2017-02-19 16:12:54.151532 WingWarpMac[7030:123279]
2017-02-19 16:12:54.151549 WingWarpMac[7030:123279] Thread T4 created by T0 here:
2017-02-19 16:12:54.151563 WingWarpMac[7030:123279] <empty stack>
2017-02-19 16:12:54.151577 WingWarpMac[7030:123279]
2017-02-19 16:12:54.151646 WingWarpMac[7030:123279] SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib+0x3e992) in wrap_memset
2017-02-19 16:12:54.151672 WingWarpMac[7030:123279] Shadow bytes around the buggy address:
2017-02-19 16:12:54.151690 WingWarpMac[7030:123279] 0x1c080000fc80: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151706 WingWarpMac[7030:123279] 0x1c080000fc90: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151733 WingWarpMac[7030:123279] 0x1c080000fca0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151800 WingWarpMac[7030:123279] 0x1c080000fcb0: fa fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151823 WingWarpMac[7030:123279] 0x1c080000fcc0: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151843 WingWarpMac[7030:123279] =>0x1c080000fcd0: fa fa[fd]fd fd fd fd fd fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151861 WingWarpMac[7030:123279] 0x1c080000fce0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151881 WingWarpMac[7030:123279] 0x1c080000fcf0: fa fa 00 00 00 00 00 00 fa fa fa fa fa fa fa fa
2017-02-19 16:12:54.151920 WingWarpMac[7030:123279] 0x1c080000fd00: fa fa 00 00 00 00 00 00 fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.151969 WingWarpMac[7030:123279] 0x1c080000fd10: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.152005 WingWarpMac[7030:123279] 0x1c080000fd20: fa fa fa fa fa fa fa fa fa fa 00 00 00 00 00 00
2017-02-19 16:12:54.152021 WingWarpMac[7030:123279] Shadow byte legend (one shadow byte represents 8 application bytes):
2017-02-19 16:12:54.152037 WingWarpMac[7030:123279] Addressable: 00
2017-02-19 16:12:54.152092 WingWarpMac[7030:123279] Partially addressable: 01 02 03 04 05 06 07
2017-02-19 16:12:54.152131 WingWarpMac[7030:123279] Heap left redzone: fa
2017-02-19 16:12:54.152176 WingWarpMac[7030:123279] Heap right redzone: fb
2017-02-19 16:12:54.152195 WingWarpMac[7030:123279] Freed heap region: fd
2017-02-19 16:12:54.152212 WingWarpMac[7030:123279] Stack left redzone: f1
2017-02-19 16:12:54.152260 WingWarpMac[7030:123279] Stack mid redzone: f2
2017-02-19 16:12:54.152286 WingWarpMac[7030:123279] Stack right redzone: f3
2017-02-19 16:12:54.152302 WingWarpMac[7030:123279] Stack partial redzone: f4
2017-02-19 16:12:54.152322 WingWarpMac[7030:123279] Stack after return: f5
2017-02-19 16:12:54.152336 WingWarpMac[7030:123279] Stack use after scope: f8
2017-02-19 16:12:54.152354 WingWarpMac[7030:123279] Global redzone: f9
2017-02-19 16:12:54.152370 WingWarpMac[7030:123279] Global init order: f6
2017-02-19 16:12:54.152406 WingWarpMac[7030:123279] Poisoned by user: f7
2017-02-19 16:12:54.152443 WingWarpMac[7030:123279] Container overflow: fc
2017-02-19 16:12:54.152459 WingWarpMac[7030:123279] Array cookie: ac
2017-02-19 16:12:54.152474 WingWarpMac[7030:123279] Intra object redzone: bb
2017-02-19 16:12:54.152491 WingWarpMac[7030:123279] ASan internal: fe
2017-02-19 16:12:54.152507 WingWarpMac[7030:123279] Left alloca redzone: ca
2017-02-19 16:12:54.152565 WingWarpMac[7030:123279] Right alloca redzone: cb
2017-02-19 16:12:54.152596 WingWarpMac[7030:123279]
==7030==ABORTING
More information about the gstreamer-devel
mailing list