Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created August 17, 2014 09:58
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 FROGGS/446932521a4283eaca71 to your computer and use it in GitHub Desktop.
Save FROGGS/446932521a4283eaca71 to your computer and use it in GitHub Desktop.
==29927== Invalid read of size 8
==29927== at 0x4FA14FD: MVM_sc_get_object (sc.c:151)
==29927== by 0x4FA15CA: MVM_sc_get_sc_object (sc.c:167)
==29927== by 0x4F5E898: MVM_interp_run (interp.c:3485)
==29927== by 0x4FCB6D0: MVM_vm_run_file (moar.c:200)
==29927== by 0x400E20: main (main.c:169)
==29927== Address 0x22 is not stack'd, malloc'd or (recently) free'd
==29927==
==29927==
==29927== Process terminating with default action of signal 11 (SIGSEGV)
==29927== Access not within mapped region at address 0x22
==29927== at 0x4FA14FD: MVM_sc_get_object (sc.c:151)
==29927== by 0x4FA15CA: MVM_sc_get_sc_object (sc.c:167)
==29927== by 0x4F5E898: MVM_interp_run (interp.c:3485)
==29927== by 0x4FCB6D0: MVM_vm_run_file (moar.c:200)
==29927== by 0x400E20: main (main.c:169)
==29927== If you believe this happened as a result of a stack
==29927== overflow in your program's main thread (unlikely but
==29927== possible), you can try to increase the size of the
==29927== main thread stack using the --main-stacksize= flag.
==29927== The main thread stack size used in this run was 8388608.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment