Skip to content

Instantly share code, notes, and snippets.

@silverwind
Created August 8, 2015 18:27
Show Gist options
  • Select an option

  • Save silverwind/ffde94822756d684dd19 to your computer and use it in GitHub Desktop.

Select an option

Save silverwind/ffde94822756d684dd19 to your computer and use it in GitHub Desktop.

Revisions

  1. silverwind created this gist Aug 8, 2015.
    52 changes: 52 additions & 0 deletions valgrind-output
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,52 @@
    ==24862== 18,393,915 bytes in 284 blocks are possibly lost in loss record 934 of 937
    ==24862== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==24862== by 0xD543E1: node::StreamWrap::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) (in /root/t/iojs)
    ==24862== by 0xD551A2: node::StreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) (in /root/t/iojs)
    ==24862== by 0xDA24DE: uv__read (stream.c:1168)
    ==24862== by 0xDA2AE7: uv__stream_io (stream.c:1231)
    ==24862== by 0xDA8114: uv__io_poll (linux-core.c:345)
    ==24862== by 0xD99835: uv_run (core.c:328)
    ==24862== by 0xD26017: node::Start(int, char**) (in /root/t/iojs)
    ==24862== by 0x5CA2EC4: (below main) (libc-start.c:287)
    ==24862==
    ==24862== 40,151,434 bytes in 615 blocks are still reachable in loss record 935 of 937
    ==24862== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==24862== by 0xD543E1: node::StreamWrap::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) (in /root/t/iojs)
    ==24862== by 0xD551A2: node::StreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) (in /root/t/iojs)
    ==24862== by 0xDA24DE: uv__read (stream.c:1168)
    ==24862== by 0xDA2AE7: uv__stream_io (stream.c:1231)
    ==24862== by 0xDA8114: uv__io_poll (linux-core.c:345)
    ==24862== by 0xD99835: uv_run (core.c:328)
    ==24862== by 0xD26017: node::Start(int, char**) (in /root/t/iojs)
    ==24862== by 0x5CA2EC4: (below main) (libc-start.c:287)
    ==24862==
    ==24862== 111,586,107 bytes in 1,711 blocks are still reachable in loss record 936 of 937
    ==24862== at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==24862== by 0xD29A2A: node::Buffer::New(node::Environment*, char const*, unsigned long) (in /root/t/iojs)
    ==24862== by 0xD54443: node::StreamWrap::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) (in /root/t/iojs)
    ==24862== by 0xD551A2: node::StreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) (in /root/t/iojs)
    ==24862== by 0xDA24DE: uv__read (stream.c:1168)
    ==24862== by 0xDA2AE7: uv__stream_io (stream.c:1231)
    ==24862== by 0xDA8114: uv__io_poll (linux-core.c:345)
    ==24862== by 0xD99835: uv_run (core.c:328)
    ==24862== by 0xD26017: node::Start(int, char**) (in /root/t/iojs)
    ==24862== by 0x5CA2EC4: (below main) (libc-start.c:287)
    ==24862==
    ==24862== 140,684,091 bytes in 2,155 blocks are definitely lost in loss record 937 of 937
    ==24862== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==24862== by 0xD543E1: node::StreamWrap::OnReadImpl(long, uv_buf_t const*, uv_handle_type, void*) (in /root/t/iojs)
    ==24862== by 0xD551A2: node::StreamWrap::OnRead(uv_stream_s*, long, uv_buf_t const*) (in /root/t/iojs)
    ==24862== by 0xDA24DE: uv__read (stream.c:1168)
    ==24862== by 0xDA2AE7: uv__stream_io (stream.c:1231)
    ==24862== by 0xDA8114: uv__io_poll (linux-core.c:345)
    ==24862== by 0xD99835: uv_run (core.c:328)
    ==24862== by 0xD26017: node::Start(int, char**) (in /root/t/iojs)
    ==24862== by 0x5CA2EC4: (below main) (libc-start.c:287)
    ==24862==
    ==24862== LEAK SUMMARY:
    ==24862== definitely lost: 140,684,091 bytes in 2,155 blocks
    ==24862== indirectly lost: 0 bytes in 0 blocks
    ==24862== possibly lost: 28,884,074 bytes in 337 blocks
    ==24862== still reachable: 162,934,889 bytes in 9,422 blocks
    ==24862== suppressed: 0 bytes in 0 blocks
    ==24862==