Skip to content

Instantly share code, notes, and snippets.

@timo
Created November 24, 2016 15:02
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 timo/063a86b2b01a259f9488e6d06c57014d to your computer and use it in GitHub Desktop.
Save timo/063a86b2b01a259f9488e6d06c57014d to your computer and use it in GitHub Desktop.
==21381== Thread 4:
==21381== Invalid read of size 8
==21381== at 0x4FFB5F4: MVM_concblockingqueue_poll (ConcBlockingQueue.c:277)
==21381== by 0x4FCE010: setup_work (eventloop.c:18)
==21381== by 0x4FCE010: async_handler (eventloop.c:41)
==21381== by 0x506FDE1: uv__async_event (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506FEA8: uv__async_io (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506C664: uv__io_poll (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x507064F: uv_run (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x4FCE0E6: enter_loop (eventloop.c:60)
==21381== by 0x4FB649D: thread_initial_invoke (threads.c:56)
==21381== by 0x4F94D7C: MVM_interp_run (interp.c:61)
==21381== by 0x4FB63BD: start_thread (threads.c:77)
==21381== by 0x5079506: uv__thread_start (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x5B6E0A3: start_thread (pthread_create.c:309)
==21381== Address 0x733c4a8 is 8 bytes inside a block of size 16 free'd
==21381== at 0x4C29E90: free (vg_replace_malloc.c:473)
==21381== by 0x4FFB5FC: MVM_free (alloc.h:29)
==21381== by 0x4FFB5FC: MVM_concblockingqueue_poll (ConcBlockingQueue.c:278)
==21381== by 0x4FCE010: setup_work (eventloop.c:18)
==21381== by 0x4FCE010: async_handler (eventloop.c:41)
==21381== by 0x506FDE1: uv__async_event (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506FEA8: uv__async_io (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506C664: uv__io_poll (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x507064F: uv_run (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x4FCE0E6: enter_loop (eventloop.c:60)
==21381== by 0x4FB649D: thread_initial_invoke (threads.c:56)
==21381== by 0x4F94D7C: MVM_interp_run (interp.c:61)
==21381== by 0x4FB63BD: start_thread (threads.c:77)
==21381== by 0x5079506: uv__thread_start (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381==
==21381== Invalid free() / delete / delete[] / realloc()
==21381== at 0x4C29E90: free (vg_replace_malloc.c:473)
==21381== by 0x4FFB5FC: MVM_free (alloc.h:29)
==21381== by 0x4FFB5FC: MVM_concblockingqueue_poll (ConcBlockingQueue.c:278)
==21381== by 0x4FCE010: setup_work (eventloop.c:18)
==21381== by 0x4FCE010: async_handler (eventloop.c:41)
==21381== by 0x506FDE1: uv__async_event (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506FEA8: uv__async_io (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506C664: uv__io_poll (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x507064F: uv_run (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x4FCE0E6: enter_loop (eventloop.c:60)
==21381== by 0x4FB649D: thread_initial_invoke (threads.c:56)
==21381== by 0x4F94D7C: MVM_interp_run (interp.c:61)
==21381== by 0x4FB63BD: start_thread (threads.c:77)
==21381== by 0x5079506: uv__thread_start (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== Address 0x733c4a0 is 0 bytes inside a block of size 16 free'd
==21381== at 0x4C29E90: free (vg_replace_malloc.c:473)
==21381== by 0x4FFB5FC: MVM_free (alloc.h:29)
==21381== by 0x4FFB5FC: MVM_concblockingqueue_poll (ConcBlockingQueue.c:278)
==21381== by 0x4FCE010: setup_work (eventloop.c:18)
==21381== by 0x4FCE010: async_handler (eventloop.c:41)
==21381== by 0x506FDE1: uv__async_event (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506FEA8: uv__async_io (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x506C664: uv__io_poll (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x507064F: uv_run (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381== by 0x4FCE0E6: enter_loop (eventloop.c:60)
==21381== by 0x4FB649D: thread_initial_invoke (threads.c:56)
==21381== by 0x4F94D7C: MVM_interp_run (interp.c:61)
==21381== by 0x4FB63BD: start_thread (threads.c:77)
==21381== by 0x5079506: uv__thread_start (in /home/bisectable/.rakudobrew/moar-nom/install/lib/libmoar.so)
==21381==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment