Skip to content

Instantly share code, notes, and snippets.

@agentzh
Created January 21, 2017 23:24
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 agentzh/752af6b08e0038917beca9c34f291164 to your computer and use it in GitHub Desktop.
Save agentzh/752af6b08e0038917beca9c34f291164 to your computer and use it in GitHub Desktop.
==116350== Syscall param write(buf) points to uninitialised byte(s)
==116350== at 0x56907B0: __write_nocancel (syscall-template.S:84)
==116350== by 0x561718E: _IO_file_write@@GLIBC_2.2.5 (fileops.c:1263)
==116350== by 0x5617919: new_do_write (fileops.c:518)
==116350== by 0x5617919: _IO_file_xsputn@@GLIBC_2.2.5 (fileops.c:1342)
==116350== by 0x560CEBA: fwrite (iofwrite.c:43)
==116350== by 0x5023FF8: MVM_mast_to_file (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x4FB097A: MVM_interp_run (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x506AEB8: MVM_vm_run_file (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x400F8E: main (in /home/agentzh/git/rakudo/install/bin/moar)
==116350== Address 0xdc231dc is 35,388 bytes inside a block of size 270,784 alloc'd
==116350== at 0x4C2A9C7: calloc (vg_replace_malloc.c:711)
==116350== by 0x5023458: MVM_mast_compile (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x5023FAC: MVM_mast_to_file (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x4FB097A: MVM_interp_run (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x506AEB8: MVM_vm_run_file (in /home/agentzh/git/rakudo/install/lib/libmoar.so)
==116350== by 0x400F8E: main (in /home/agentzh/git/rakudo/install/bin/moar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment