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/4167fcc791675a82058c3ed5dc657803 to your computer and use it in GitHub Desktop.
Save MasterDuke17/4167fcc791675a82058c3ed5dc657803 to your computer and use it in GitHub Desktop.
==1368== Syscall param write(buf) points to uninitialised byte(s)
==1368== at 0x555B770: __write_nocancel (in /usr/lib/libc-2.23.so)
==1368== by 0x54F14FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1368== by 0x54F0AC2: new_do_write (in /usr/lib/libc-2.23.so)
==1368== by 0x54F1AFD: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1368== by 0x54E77B5: fwrite (in /usr/lib/libc-2.23.so)
==1368== by 0x5003DB8: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1368== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1368== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1368== by 0x400FE9: ??? (in /usr/bin/moar)
==1368== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1368== Address 0xc8b9c1b is 9,979 bytes inside a block of size 41,648 alloc'd
==1368== at 0x4C2C947: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1368== by 0x5003291: MVM_mast_compile (in /usr/lib/libmoar.so)
==1368== by 0x5003D6C: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1368== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1368== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1368== by 0x400FE9: ??? (in /usr/bin/moar)
==1368== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1368==
==1368==
==1368== HEAP SUMMARY:
==1368== in use at exit: 61,339,582 bytes in 223,822 blocks
==1368== total heap usage: 291,269 allocs, 67,447 frees, 104,621,398 bytes allocated
==1368==
==1368== LEAK SUMMARY:
==1368== definitely lost: 8,766 bytes in 181 blocks
==1368== indirectly lost: 21,784 bytes in 668 blocks
==1368== possibly lost: 377,104 bytes in 6,737 blocks
==1368== still reachable: 60,931,928 bytes in 216,236 blocks
==1368== suppressed: 0 bytes in 0 blocks
==1368== Rerun with --leak-check=full to see details of leaked memory
==1368==
==1368== For counts of detected and suppressed errors, rerun with: -v
==1368== Use --track-origins=yes to see where uninitialised values come from
==1368== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
==1324== Syscall param write(buf) points to uninitialised byte(s)
==1324== at 0x555B770: __write_nocancel (in /usr/lib/libc-2.23.so)
==1324== by 0x54F14FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1324== by 0x54F0AC2: new_do_write (in /usr/lib/libc-2.23.so)
==1324== by 0x54F1AFD: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1324== by 0x54E77B5: fwrite (in /usr/lib/libc-2.23.so)
==1324== by 0x5003DB8: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1324== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1324== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1324== by 0x400FE9: ??? (in /usr/bin/moar)
==1324== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1324== Address 0xdf38d36 is 22,118 bytes inside a block of size 129,168 alloc'd
==1324== at 0x4C2C947: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1324== by 0x5003291: MVM_mast_compile (in /usr/lib/libmoar.so)
==1324== by 0x5003D6C: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1324== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1324== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1324== by 0x400FE9: ??? (in /usr/bin/moar)
==1324== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1324==
==1324==
==1324== HEAP SUMMARY:
==1324== in use at exit: 74,694,228 bytes in 253,248 blocks
==1324== total heap usage: 407,211 allocs, 153,963 frees, 163,809,403 bytes allocated
==1324==
==1324== LEAK SUMMARY:
==1324== definitely lost: 9,466 bytes in 291 blocks
==1324== indirectly lost: 21,784 bytes in 668 blocks
==1324== possibly lost: 377,104 bytes in 6,737 blocks
==1324== still reachable: 74,285,874 bytes in 245,552 blocks
==1324== suppressed: 0 bytes in 0 blocks
==1324== Rerun with --leak-check=full to see details of leaked memory
==1324==
==1324== For counts of detected and suppressed errors, rerun with: -v
==1324== Use --track-origins=yes to see where uninitialised values come from
==1324== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
==1283== Syscall param write(buf) points to uninitialised byte(s)
==1283== at 0x555B770: __write_nocancel (in /usr/lib/libc-2.23.so)
==1283== by 0x54F14FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1283== by 0x54F0AC2: new_do_write (in /usr/lib/libc-2.23.so)
==1283== by 0x54F1AFD: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1283== by 0x54E77B5: fwrite (in /usr/lib/libc-2.23.so)
==1283== by 0x5003DB8: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1283== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1283== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1283== by 0x400FE9: ??? (in /usr/bin/moar)
==1283== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1283== Address 0xdaecb05 is 11,173 bytes inside a block of size 43,928 alloc'd
==1283== at 0x4C2C947: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1283== by 0x5003291: MVM_mast_compile (in /usr/lib/libmoar.so)
==1283== by 0x5003D6C: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1283== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1283== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1283== by 0x400FE9: ??? (in /usr/bin/moar)
==1283== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1283==
==1283==
==1283== HEAP SUMMARY:
==1283== in use at exit: 73,712,989 bytes in 259,055 blocks
==1283== total heap usage: 382,972 allocs, 123,917 frees, 138,572,038 bytes allocated
==1283==
==1283== LEAK SUMMARY:
==1283== definitely lost: 9,498 bytes in 299 blocks
==1283== indirectly lost: 21,784 bytes in 668 blocks
==1283== possibly lost: 377,384 bytes in 6,742 blocks
==1283== still reachable: 73,304,323 bytes in 251,346 blocks
==1283== suppressed: 0 bytes in 0 blocks
==1283== Rerun with --leak-check=full to see details of leaked memory
==1283==
==1283== For counts of detected and suppressed errors, rerun with: -v
==1283== Use --track-origins=yes to see where uninitialised values come from
==1283== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
==1242== Syscall param write(buf) points to uninitialised byte(s)
==1242== at 0x555B770: __write_nocancel (in /usr/lib/libc-2.23.so)
==1242== by 0x54F14FE: _IO_file_write@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1242== by 0x54F0AC2: new_do_write (in /usr/lib/libc-2.23.so)
==1242== by 0x54F1AFD: _IO_file_xsputn@@GLIBC_2.2.5 (in /usr/lib/libc-2.23.so)
==1242== by 0x54E77B5: fwrite (in /usr/lib/libc-2.23.so)
==1242== by 0x5003DB8: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1242== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1242== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1242== by 0x400FE9: ??? (in /usr/bin/moar)
==1242== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1242== Address 0x10646eb4 is 39,140 bytes inside a block of size 178,680 alloc'd
==1242== at 0x4C2C947: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1242== by 0x5003291: MVM_mast_compile (in /usr/lib/libmoar.so)
==1242== by 0x5003D6C: MVM_mast_to_file (in /usr/lib/libmoar.so)
==1242== by 0x4F971BE: MVM_interp_run (in /usr/lib/libmoar.so)
==1242== by 0x5034F60: MVM_vm_run_file (in /usr/lib/libmoar.so)
==1242== by 0x400FE9: ??? (in /usr/bin/moar)
==1242== by 0x54A1740: (below main) (in /usr/lib/libc-2.23.so)
==1242==
==1242==
==1242== HEAP SUMMARY:
==1242== in use at exit: 95,860,993 bytes in 325,561 blocks
==1242== total heap usage: 723,905 allocs, 398,344 frees, 289,686,321 bytes allocated
==1242==
==1242== LEAK SUMMARY:
==1242== definitely lost: 9,810 bytes in 377 blocks
==1242== indirectly lost: 21,784 bytes in 668 blocks
==1242== possibly lost: 377,104 bytes in 6,737 blocks
==1242== still reachable: 95,452,295 bytes in 317,779 blocks
==1242== suppressed: 0 bytes in 0 blocks
==1242== Rerun with --leak-check=full to see details of leaked memory
==1242==
==1242== For counts of detected and suppressed errors, rerun with: -v
==1242== Use --track-origins=yes to see where uninitialised values come from
==1242== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment