Skip to content

Instantly share code, notes, and snippets.

@Xliff
Created August 25, 2017 15:08
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 Xliff/c66c6b6871ec2b321c5a82374fd6ee76 to your computer and use it in GitHub Desktop.
Save Xliff/c66c6b6871ec2b321c5a82374fd6ee76 to your computer and use it in GitHub Desktop.
Is This A Native Problem, or just NativeCall.md
==25187== Conditional jump or move depends on uninitialised value(s)
==25187==    at 0x492E8D9: set_int (in /home/cbwood/.rakudobrew/moar-nom/install/lib/libmoar.so)
==25187==    by 0x4916EF2: MVM_repr_set_int (in /home/cbwood/.rakudobrew/moar-nom/install/lib/libmoar.so)
==25187==    by 0x4916FEC: MVM_repr_box_int (in /home/cbwood/.rakudobrew/moar-nom/install/lib/libmoar.so)
==25187==    by 0x49184B7: native_ref_fetch (in /home/cbwood/.rakudobrew/moar-nom/install/lib/libmoar.so)
==25187==    by 0x722CB74: p6decontrv (in /home/cbwood/.rakudobrew/moar-nom/install/share/perl6/runtime/dynext/libperl6_ops_moar.so)
==25187==    by 0x48D2F2B: MVM_interp_run (in /home/cbwood/.rakudobrew/moar-nom/install/lib/libmoar.so)
==25187==    by 0x48F00F7: start_thread (in /home/cbwood/.rakudobrew/moar-nom/install/lib/libmoar.so)
==25187==    by 0x49CF6F4: uv__thread_start (thread.c:49)
==25187==    by 0x4EF7279: start_thread (pthread_create.c:333)
==25187==    by 0x4DCCAD5: clone (clone.S:110)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment