Skip to content

Instantly share code, notes, and snippets.

@zmike
Created February 4, 2016 23:20
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/e99b0c245874b76122e4 to your computer and use it in GitHub Desktop.
Save zmike/e99b0c245874b76122e4 to your computer and use it in GitHub Desktop.
==6569== Invalid read of size 1
==6569== at 0x78D33E3: _evas_post_event_callback_call (evas_callbacks.c:98)
==6569== by 0x78DC579: _evas_canvas_event_feed_mouse_down (evas_events.c:1103)
==6569== by 0x78E9001: evas_canvas_event_feed_mouse_down (in /usr/lib64/libevas.so.1.17.99)
==6569== by 0x78EBFE6: evas_event_feed_mouse_down (evas_canvas.eo.c:1045)
==6569== by 0x65B5EE2: _ecore_event_evas_mouse_button (ecore_input_evas.c:497)
==6569== by 0x65B63EC: ecore_event_evas_mouse_button_down (ecore_input_evas.c:584)
==6569== by 0x8C681D4: _ecore_call_handler_cb (ecore_private.h:316)
==6569== by 0x8C6911C: _ecore_event_call (ecore_events.c:518)
==6569== by 0x8C73875: _ecore_main_loop_iterate_internal (ecore_main.c:2339)
==6569== by 0x8C71BC3: ecore_main_loop_begin (ecore_main.c:1284)
==6569== by 0x43C425: main (e_main.c:1062)
==6569== Address 0x11281b98 is 24 bytes inside a block of size 32 free'd
==6569== at 0x4A07D6A: free (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
==6569== by 0x97870A0: eina_pass_through_free (eina_pass_through.c:39)
==6569== by 0x78D329D: eina_mempool_free (eina_inline_mempool.x:106)
==6569== by 0x78D342A: _evas_post_event_callback_call (evas_callbacks.c:102)
==6569== by 0x78DC579: _evas_canvas_event_feed_mouse_down (evas_events.c:1103)
==6569== by 0x78E9001: evas_canvas_event_feed_mouse_down (in /usr/lib64/libevas.so.1.17.99)
==6569== by 0x78EBFE6: evas_event_feed_mouse_down (evas_canvas.eo.c:1045)
==6569== by 0x65B5EE2: _ecore_event_evas_mouse_button (ecore_input_evas.c:497)
==6569== by 0x65B63EC: ecore_event_evas_mouse_button_down (ecore_input_evas.c:584)
==6569== by 0x8C681D4: _ecore_call_handler_cb (ecore_private.h:316)
==6569== by 0x8C6911C: _ecore_event_call (ecore_events.c:518)
==6569== by 0x8C73875: _ecore_main_loop_iterate_internal (ecore_main.c:2339)
==6569== by 0x8C71BC3: ecore_main_loop_begin (ecore_main.c:1284)
==6569== 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