Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created February 7, 2021 16:04
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 dogbert17/07c1368b2889ef9180ce6bab2acb76a9 to your computer and use it in GitHub Desktop.
Save dogbert17/07c1368b2889ef9180ce6bab2acb76a9 to your computer and use it in GitHub Desktop.
Zero byte leak
==732225== 0 bytes in 2 blocks are definitely lost in loss record 79 of 3,409
==732225== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==732225== by 0x4ADA5C1: MVM_malloc (alloc.h:2)
==732225== by 0x4ADA5C1: deserialize (NativeCall.c:107)
==732225== by 0x4ADA5C1: deserialize (NativeCall.c:98)
==732225== by 0x4AC3659: deserialize (P6opaque.c:1247)
==732225== by 0x4AF8019: deserialize_object (serialization.c:2865)
==732225== by 0x4AF8019: work_loop (serialization.c:2914)
==732225== by 0x4AF8F2A: MVM_serialization_demand_object (serialization.c:2962)
==732225== by 0x4AF2C34: MVM_sc_get_object (sc.c:227)
==732225== by 0x4A4BF7B: MVM_sc_get_sc_object (sc.h:34)
==732225== by 0x4A4BF7B: MVM_interp_run (interp.c:3235)
==732225== by 0x1098E8: main (in /home/dogbert/.rakudobrew/versions/moar-master/install/bin/rakudo-m)
==732225==
==732225== 0 bytes in 2 blocks are definitely lost in loss record 80 of 3,409
==732225== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==732225== by 0x4ADA5DA: MVM_malloc (alloc.h:2)
==732225== by 0x4ADA5DA: deserialize (NativeCall.c:108)
==732225== by 0x4ADA5DA: deserialize (NativeCall.c:98)
==732225== by 0x4AC3659: deserialize (P6opaque.c:1247)
==732225== by 0x4AF8019: deserialize_object (serialization.c:2865)
==732225== by 0x4AF8019: work_loop (serialization.c:2914)
==732225== by 0x4AF8F2A: MVM_serialization_demand_object (serialization.c:2962)
==732225== by 0x4AF2C34: MVM_sc_get_object (sc.c:227)
==732225== by 0x4A4BF7B: MVM_sc_get_sc_object (sc.h:34)
==732225== by 0x4A4BF7B: MVM_interp_run (interp.c:3235)
==732225== by 0x1098E8: main (in /home/dogbert/.rakudobrew/versions/moar-master/install/bin/rakudo-m)
==732225==
==732225== 16 bytes in 1 blocks are definitely lost in loss record 606 of 3,409
==732225== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==732225== by 0x4AF6E17: MVM_malloc (alloc.h:2)
==732225== by 0x4AF6E17: deserialize_stable (serialization.c:2738)
==732225== by 0x4AF7F21: work_loop (serialization.c:2906)
==732225== by 0x4AF8F2A: MVM_serialization_demand_object (serialization.c:2962)
==732225== by 0x4AF2C34: MVM_sc_get_object (sc.c:227)
==732225== by 0x4A4BF7B: MVM_sc_get_sc_object (sc.h:34)
==732225== by 0x4A4BF7B: MVM_interp_run (interp.c:3235)
==732225== by 0x1098E8: main (in /home/dogbert/.rakudobrew/versions/moar-master/install/bin/rakudo-m)
==732225==
==732225== 58 bytes in 1 blocks are definitely lost in loss record 1,205 of 3,409
==732225== at 0x483B7F3: malloc (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==732225== by 0x4AF5C28: MVM_malloc (alloc.h:2)
==732225== by 0x4AF5C28: MVM_serialization_read_cstr (serialization.c:1748)
==732225== by 0x4AF72BC: deserialize_stable (serialization.c:2817)
==732225== by 0x4AF7F21: work_loop (serialization.c:2906)
==732225== by 0x4AF8F2A: MVM_serialization_demand_object (serialization.c:2962)
==732225== by 0x4AF2C34: MVM_sc_get_object (sc.c:227)
==732225== by 0x4A4BF7B: MVM_sc_get_sc_object (sc.h:34)
==732225== by 0x4A4BF7B: MVM_interp_run (interp.c:3235)
==732225== by 0x1098E8: main (in /home/dogbert/.rakudobrew/versions/moar-master/install/bin/rakudo-m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment