Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created May 31, 2013 21:15
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 tadzik/5688065 to your computer and use it in GitHub Desktop.
Save tadzik/5688065 to your computer and use it in GitHub Desktop.
==8784== Process terminating with default action of signal 11 (SIGSEGV)
==8784== Access not within mapped region at address 0x8
==8784== at 0x4F88A91: Parrot_ResizableStringArray_get_string_keyed_int (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0xBD5AA48: form_string_heap (in /home/tadzik/src/github.com/MoarVM/MoarVM/nqp-cc/dynext/mvmcc_ops.so)
==8784== by 0xBD5AB5E: form_bytecode_output (in /home/tadzik/src/github.com/MoarVM/MoarVM/nqp-cc/dynext/mvmcc_ops.so)
==8784== by 0xBD5B0A3: MVM_mast_compile (in /home/tadzik/src/github.com/MoarVM/MoarVM/nqp-cc/dynext/mvmcc_ops.so)
==8784== by 0xBD58232: Parrot_mvm_compile_p_s (in /home/tadzik/src/github.com/MoarVM/MoarVM/nqp-cc/dynext/mvmcc_ops.so)
==8784== by 0x4EE03C4: runops_fast_core (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0x4EE001C: runops_int (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0x4EC8BFD: runops (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0x4EC460D: Parrot_pcc_invoke_from_sig_object (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0x4EB85AB: Parrot_ext_call (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0x4F99775: Parrot_Task_invoke (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== by 0x4EC45B9: Parrot_pcc_invoke_from_sig_object (in /home/tadzik/src/nqp/install/lib/libparrot.so.5.2.0)
==8784== If you believe this happened as a result of a stack
==8784== overflow in your program's main thread (unlikely but
==8784== possible), you can try to increase the size of the
==8784== main thread stack using the --main-stacksize= flag.
==8784== 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