Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created March 4, 2014 15:01
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 gregoryyoung/9348026 to your computer and use it in GitHub Desktop.
Save gregoryyoung/9348026 to your computer and use it in GitHub Desktop.
yay
==25222== Conditional jump or move depends on uninitialised value(s)
==25222== at 0x50F006: conservatively_pin_objects_from (sgen-gc.c:1476)
==25222== by 0x50F2BD: scan_thread_data (sgen-gc.c:4022)
==25222== by 0x518027: collect_nursery (sgen-gc.c:2566)
==25222== by 0x518C6A: sgen_perform_collection (sgen-gc.c:3445)
==25222== by 0x50B486: mono_gc_alloc_obj_nolock (sgen-alloc.c:288)
==25222== by 0x50B6D7: mono_gc_alloc_vector (sgen-alloc.c:491)
==25222== by 0x4E4255: mono_array_new_specific (object.c:4920)
==25222== by 0x40C1FE6: ???
==25222== by 0x5C5D21F: ???
==25222== by 0x4040E7F: ???
==25222== by 0xA47DA8C8: ???
==25222== by 0x14: ???
==25222== Uninitialised value was created by a stack allocation
==25222== at 0x542550: start_wrapper (threads.c:647)
==25222==
==25222== Conditional jump or move depends on uninitialised value(s)
==25222== at 0x50F00B: conservatively_pin_objects_from (sgen-gc.c:1476)
==25222== by 0x50F2BD: scan_thread_data (sgen-gc.c:4022)
==25222== by 0x518027: collect_nursery (sgen-gc.c:2566)
==25222== by 0x518C6A: sgen_perform_collection (sgen-gc.c:3445)
==25222== by 0x50B486: mono_gc_alloc_obj_nolock (sgen-alloc.c:288)
==25222== by 0x50B6D7: mono_gc_alloc_vector (sgen-alloc.c:491)
==25222== by 0x4E4255: mono_array_new_specific (object.c:4920)
==25222== by 0x40C1FE6: ???
==25222== by 0x5C5D21F: ???
==25222== by 0x4040E7F: ???
==25222== by 0xA47DA8C8: ???
==25222== by 0x14: ???
==25222== Uninitialised value was created by a stack allocation
==25222== at 0x542550: start_wrapper (threads.c:647)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment