Skip to content

Instantly share code, notes, and snippets.

@timo
Created February 13, 2017 16:51
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/e81ea20afb92398c53ec5d3ba85037bc to your computer and use it in GitHub Desktop.
Save timo/e81ea20afb92398c53ec5d3ba85037bc to your computer and use it in GitHub Desktop.
Writing source/binary-properties.Dump.p6…
==32484== Conditional jump or move depends on uninitialised value(s)
==32484== at 0x4FF71EC: gc_mark (MVMString.c:61)
==32484== by 0x4FE4111: MVM_gc_mark_collectable (collect.c:399)
==32484== by 0x4FE4656: process_worklist (collect.c:313)
==32484== by 0x4FE497C: MVM_gc_collect (collect.c:119)
==32484== by 0x4FE0D44: run_gc (orchestrate.c:329)
==32484== by 0x4FE15E6: MVM_gc_enter_from_allocator (orchestrate.c:463)
==32484== by 0x4FE1684: MVM_gc_allocate_nursery (allocation.c:32)
==32484== by 0x4FE16DD: MVM_gc_allocate (allocation.h:13)
==32484== by 0x4FE16DD: MVM_gc_allocate_zeroed (allocation.c:49)
==32484== by 0x4FE18A7: MVM_gc_allocate_object (allocation.c:86)
==32484== by 0x4FF4784: MVM_repr_alloc_init (reprconv.c:13)
==32484== by 0x503E69A: collapse_strands (ops.c:64)
==32484== by 0x5040517: MVM_string_repeat (ops.c:513)
==32484==
==32484== Use of uninitialised value of size 8
==32484== at 0x4FF71F4: gc_mark (MVMString.c:61)
==32484== by 0x4FE4111: MVM_gc_mark_collectable (collect.c:399)
==32484== by 0x4FE4656: process_worklist (collect.c:313)
==32484== by 0x4FE497C: MVM_gc_collect (collect.c:119)
==32484== by 0x4FE0D44: run_gc (orchestrate.c:329)
==32484== by 0x4FE15E6: MVM_gc_enter_from_allocator (orchestrate.c:463)
==32484== by 0x4FE1684: MVM_gc_allocate_nursery (allocation.c:32)
==32484== by 0x4FE16DD: MVM_gc_allocate (allocation.h:13)
==32484== by 0x4FE16DD: MVM_gc_allocate_zeroed (allocation.c:49)
==32484== by 0x4FE18A7: MVM_gc_allocate_object (allocation.c:86)
==32484== by 0x4FF4784: MVM_repr_alloc_init (reprconv.c:13)
==32484== by 0x503E69A: collapse_strands (ops.c:64)
==32484== by 0x5040517: MVM_string_repeat (ops.c:513)
==32484==
==32484== Invalid read of size 1
==32484== at 0x4FF71F4: gc_mark (MVMString.c:61)
==32484== by 0x4FE4111: MVM_gc_mark_collectable (collect.c:399)
==32484== by 0x4FE4656: process_worklist (collect.c:313)
==32484== by 0x4FE497C: MVM_gc_collect (collect.c:119)
==32484== by 0x4FE0D44: run_gc (orchestrate.c:329)
==32484== by 0x4FE15E6: MVM_gc_enter_from_allocator (orchestrate.c:463)
==32484== by 0x4FE1684: MVM_gc_allocate_nursery (allocation.c:32)
==32484== by 0x4FE16DD: MVM_gc_allocate (allocation.h:13)
==32484== by 0x4FE16DD: MVM_gc_allocate_zeroed (allocation.c:49)
==32484== by 0x4FE18A7: MVM_gc_allocate_object (allocation.c:86)
==32484== by 0x4FF4784: MVM_repr_alloc_init (reprconv.c:13)
==32484== by 0x503E69A: collapse_strands (ops.c:64)
==32484== by 0x5040517: MVM_string_repeat (ops.c:513)
==32484== Address 0xa00033383d is not stack'd, malloc'd or (recently) free'd
==32484==
==32484==
==32484== Process terminating with default action of signal 11 (SIGSEGV)
==32484== Access not within mapped region at address 0xA00033383D
==32484== at 0x4FF71F4: gc_mark (MVMString.c:61)
==32484== by 0x4FE4111: MVM_gc_mark_collectable (collect.c:399)
==32484== by 0x4FE4656: process_worklist (collect.c:313)
==32484== by 0x4FE497C: MVM_gc_collect (collect.c:119)
==32484== by 0x4FE0D44: run_gc (orchestrate.c:329)
==32484== by 0x4FE15E6: MVM_gc_enter_from_allocator (orchestrate.c:463)
==32484== by 0x4FE1684: MVM_gc_allocate_nursery (allocation.c:32)
==32484== by 0x4FE16DD: MVM_gc_allocate (allocation.h:13)
==32484== by 0x4FE16DD: MVM_gc_allocate_zeroed (allocation.c:49)
==32484== by 0x4FE18A7: MVM_gc_allocate_object (allocation.c:86)
==32484== by 0x4FF4784: MVM_repr_alloc_init (reprconv.c:13)
==32484== by 0x503E69A: collapse_strands (ops.c:64)
==32484== by 0x5040517: MVM_string_repeat (ops.c:513)
==32484== If you believe this happened as a result of a stack
==32484== overflow in your program's main thread (unlikely but
==32484== possible), you can try to increase the size of the
==32484== main thread stack using the --main-stacksize= flag.
==32484== The main thread stack size used in this run was 8388608.
==32484==
==32484== HEAP SUMMARY:
==32484== in use at exit: 939,723,216 bytes in 3,859,314 blocks
==32484== total heap usage: 277,863,929 allocs, 89,213,906 frees, 73,136,556,010 bytes allocated
==32484==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment