Skip to content

Instantly share code, notes, and snippets.

@zmike
Created February 4, 2016 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmike/e64baa6b95f5383a7a79 to your computer and use it in GitHub Desktop.
Save zmike/e64baa6b95f5383a7a79 to your computer and use it in GitHub Desktop.
==12418== Invalid read of size 1
==12418== at 0x78D33E3: _evas_post_event_callback_call (evas_callbacks.c:98)
==12418== by 0x78DC579: _evas_canvas_event_feed_mouse_down (evas_events.c:1103)
==12418== by 0x78E9001: evas_canvas_event_feed_mouse_down (in /usr/lib64/libevas.so.1.17.99)
==12418== by 0x78EBFE6: evas_event_feed_mouse_down (evas_canvas.eo.c:1045)
==12418== by 0x65B5EE2: _ecore_event_evas_mouse_button (ecore_input_evas.c:497)
==12418== by 0x65B63EC: ecore_event_evas_mouse_button_down (ecore_input_evas.c:584)
==12418== by 0x8C681D4: _ecore_call_handler_cb (ecore_private.h:316)
==12418== by 0x8C6911C: _ecore_event_call (ecore_events.c:518)
==12418== by 0x8C73875: _ecore_main_loop_iterate_internal (ecore_main.c:2339)
==12418== by 0x8C71BC3: ecore_main_loop_begin (ecore_main.c:1284)
==12418== by 0x43C425: main (e_main.c:1062)
==12418== Address 0x17fe23f8 is 104 bytes inside a recently re-allocated block of size 4,080 alloc'd
==12418== at 0x4A06C50: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==12418== by 0x978582D: _eina_chained_mp_pool_new (eina_chained_mempool.c:134)
==12418== by 0x9785D1A: eina_chained_mempool_malloc (eina_chained_mempool.c:312)
==12418== by 0x78D3268: eina_mempool_malloc (eina_inline_mempool.x:90)
==12418== by 0x78D462C: evas_post_event_callback_push (evas_callbacks.c:469)
==12418== by 0x1825DF43: _bryce_mouse_down (bryce.c:465)
==12418== by 0x78D32FC: _eo_evas_object_cb (evas_callbacks.c:65)
==12418== by 0x9513328: _eo_base_event_callback_call (eo_base_class.c:716)
==12418== by 0x9514BEA: eo_event_callback_call (in /usr/lib64/libeo.so.1.17.99)
==12418== by 0x78D3B29: evas_object_event_callback_call (evas_callbacks.c:242)
==12418== by 0x78D3BDF: evas_object_event_callback_call (evas_callbacks.c:263)
==12418== by 0x78D3BDF: evas_object_event_callback_call (evas_callbacks.c:263)
==12418== by 0x78D3BDF: evas_object_event_callback_call (evas_callbacks.c:263)
==12418== by 0x78D3BDF: evas_object_event_callback_call (evas_callbacks.c:263)
==12418== by 0x78DC47A: _evas_canvas_event_feed_mouse_down (evas_events.c:1091)
==12418== by 0x78E9001: evas_canvas_event_feed_mouse_down (in /usr/lib64/libevas.so.1.17.99)
==12418== by 0x78EBFE6: evas_event_feed_mouse_down (evas_canvas.eo.c:1045)
==12418== by 0x65B5EE2: _ecore_event_evas_mouse_button (ecore_input_evas.c:497)
==12418== by 0x65B63EC: ecore_event_evas_mouse_button_down (ecore_input_evas.c:584)
==12418== by 0x8C681D4: _ecore_call_handler_cb (ecore_private.h:316)
==12418== by 0x8C6911C: _ecore_event_call (ecore_events.c:518)
==12418== by 0x8C73875: _ecore_main_loop_iterate_internal (ecore_main.c:2339)
==12418== by 0x8C71BC3: ecore_main_loop_begin (ecore_main.c:1284)
==12418== by 0x43C425: main (e_main.c:1062)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment