Skip to content

Instantly share code, notes, and snippets.

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 MasterDuke17/8561e2514fbe138514c3fa52c20b589f to your computer and use it in GitHub Desktop.
Save MasterDuke17/8561e2514fbe138514c3fa52c20b589f to your computer and use it in GitHub Desktop.
==6546== Syscall param write(buf) points to uninitialised byte(s)
==6546== at 0x555B770: __write_nocancel (in /usr/lib/libc-2.23.so)
==6546== by 0x54F14FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54F0AC2: new_do_write (in /usr/lib/libc-2.23.so)
==6546== by 0x54F1AFD: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54E77B5: fwrite (in /usr/lib/libc-2.23.so)
==6546== by 0x5003DB8: MVM_mast_to_file (in /usr/lib/libmoar.so)
==6546== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==6546== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==6546== by 0x400FE9: ??? (in /usr/bin/moar)
==6546== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==6546== Address 0xdb06d9c is 27,708 bytes inside a block of size 97,928 alloc'd
==6546== at 0x4C2C947: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6546== by 0x5003291: MVM_mast_compile (in /usr/lib/libmoar.so)
==6546== by 0x5003D6C: MVM_mast_to_file (in /usr/lib/libmoar.so)
==6546== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==6546== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==6546== by 0x400FE9: ??? (in /usr/bin/moar)
==6546== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==6546==
==6546== Syscall param write(buf) points to uninitialised byte(s)
==6546== at 0x555B770: __write_nocancel (in /usr/lib/libc-2.23.so)
==6546== by 0x54F14FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54F0AC2: new_do_write (in /usr/lib/libc-2.23.so)
==6546== by 0x54F23A8: _IO_do_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54F1CFF: _IO_file_close_it@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54E65BE: fclose@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x5003DC0: MVM_mast_to_file (in /usr/lib/libmoar.so)
==6546== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==6546== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==6546== by 0x400FE9: ??? (in /usr/bin/moar)
==6546== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==6546== Address 0xcf2a214 is 3,060 bytes inside a block of size 4,096 alloc'd
==6546== at 0x4C2ABD0: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6546== by 0x54E6394: _IO_file_doallocate (in /usr/lib/libc-2.23.so)
==6546== by 0x54F3373: _IO_doallocbuf (in /usr/lib/libc-2.23.so)
==6546== by 0x54F2807: _IO_file_overflow@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54F1A19: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==6546== by 0x54E77B5: fwrite (in /usr/lib/libc-2.23.so)
==6546== by 0x5003DB8: MVM_mast_to_file (in /usr/lib/libmoar.so)
==6546== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==6546== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==6546== by 0x400FE9: ??? (in /usr/bin/moar)
==6546== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==6546==
==6546==
==6546== HEAP SUMMARY:
==6546== in use at exit: 65,500,810 bytes in 210,057 blocks
==6546== total heap usage: 503,976 allocs, 293,919 frees, 145,781,511 bytes allocated
==6546==
==6546== LEAK SUMMARY:
==6546== definitely lost: 9,010 bytes in 242 blocks
==6546== indirectly lost: 21,784 bytes in 668 blocks
==6546== possibly lost: 378,224 bytes in 6,757 blocks
==6546== still reachable: 65,091,792 bytes in 202,390 blocks
==6546== suppressed: 0 bytes in 0 blocks
==6546== Rerun with --leak-check=full to see details of leaked memory
==6546==
==6546== For counts of detected and suppressed errors, rerun with: -v
==6546== Use --track-origins=yes to see where uninitialised values come from
==6546== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment