| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- ==12879== Memcheck, a memory error detector
- ==12879== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
- ==12879== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
- ==12879== Command: ./pa05 i ./inputs/04-intinput outputs/04-intinput.out
- ==12879== Parent PID: 12861
- ==12879==
- --12879--
- --12879-- Valgrind options:
- --12879-- --tool=memcheck
- --12879-- --leak-check=full
- --12879-- --verbose
- --12879-- --log-file=outputs/valgrind-log04
- --12879-- Contents of /proc/version:
- --12879-- Linux version 2.6.32-358.18.1.el6.x86_64 (mockbuild@x86-003.build.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Fri Aug 2 17:04:38 EDT 2013
- --12879-- Arch and hwcaps: AMD64, amd64-sse3-cx16
- --12879-- Page sizes: currently 4096, max supported 4096
- --12879-- Valgrind library directory: /usr/lib64/valgrind
- --12879-- Reading syms from /home/shay/a/scorya/ECE264/solutions/ECE264Solutions/PA05/pa05
- --12879-- Reading syms from /usr/lib64/valgrind/memcheck-amd64-linux
- --12879-- object doesn't have a dynamic symbol table
- --12879-- Reading syms from /lib64/ld-2.12.so
- --12879-- Scheduler: using generic scheduler lock implementation.
- --12879-- Reading suppressions file: /usr/lib64/valgrind/default.supp
- ==12879== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-12879-by-scorya-on-ecelinux19.ecn.purdue.edu
- ==12879== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-12879-by-scorya-on-ecelinux19.ecn.purdue.edu
- ==12879== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-12879-by-scorya-on-ecelinux19.ecn.purdue.edu
- ==12879==
- ==12879== TO CONTROL THIS PROCESS USING vgdb (which you probably
- ==12879== don't want to do, unless you know exactly what you're doing,
- ==12879== or are doing some strange experiment):
- ==12879== /usr/lib64/valgrind/../../bin/vgdb --pid=12879 ...command...
- ==12879==
- ==12879== TO DEBUG THIS PROCESS USING GDB: start GDB like this
- ==12879== /path/to/gdb ./pa05
- ==12879== and then give GDB the following command
- ==12879== target remote | /usr/lib64/valgrind/../../bin/vgdb --pid=12879
- ==12879== --pid is optional if only one valgrind process is running
- ==12879==
- --12879-- REDIR: 0x3c42c17520 (strlen) redirected to 0x38049551 (vgPlain_amd64_linux_REDIR_FOR_strlen)
- --12879-- Reading syms from /usr/lib64/valgrind/vgpreload_core-amd64-linux.so
- --12879-- Reading syms from /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so
- --12879-- REDIR: 0x3c42c17390 (index) redirected to 0x4a07bf0 (index)
- --12879-- REDIR: 0x3c42c17410 (strcmp) redirected to 0x4a08530 (strcmp)
- --12879-- Reading syms from /lib64/libc-2.12.so
- --12879-- REDIR: 0x3c43084ec0 (strcasecmp) redirected to 0x480155c (_vgnU_ifunc_wrapper)
- --12879-- REDIR: 0x3c43087180 (strncasecmp) redirected to 0x480155c (_vgnU_ifunc_wrapper)
- --12879-- REDIR: 0x3c43082e30 (__GI_strrchr) redirected to 0x4a07a70 (__GI_strrchr)
- --12879-- REDIR: 0x3c4307f8d0 (strcmp) redirected to 0x480155c (_vgnU_ifunc_wrapper)
- --12879-- REDIR: 0x3c43127ac0 (__strcmp_sse42) redirected to 0x4a08490 (strcmp)
- --12879-- REDIR: 0x3c4307a8e0 (malloc) redirected to 0x4a0696c (malloc)
- --12879-- REDIR: 0x3c4307b710 (free) redirected to 0x4a06369 (free)
- --12879-- REDIR: 0x3c4308ace0 (strchrnul) redirected to 0x4a09f10 (strchrnul)
- --12879-- REDIR: 0x3c43081350 (__GI_strlen) redirected to 0x4a07f70 (__GI_strlen)
- --12879-- REDIR: 0x3c430846f0 (mempcpy) redirected to 0x4a09f80 (mempcpy)
- --12879-- REDIR: 0x3c43083540 (memchr) redirected to 0x4a085d0 (memchr)
- --12879-- REDIR: 0x3c43089860 (memcpy) redirected to 0x4a08b20 (memcpy)
- --12879-- REDIR: 0x3c4308ac90 (__GI___rawmemchr) redirected to 0x4a09f60 (__GI___rawmemchr)
- ==12879==
- ==12879== HEAP SUMMARY:
- ==12879== in use at exit: 568 bytes in 1 blocks
- ==12879== total heap usage: 5 allocs, 4 frees, 4,768 bytes allocated
- ==12879==
- ==12879== Searching for pointers to 1 not-freed blocks
- ==12879== Checked 65,264 bytes
- ==12879==
- ==12879== LEAK SUMMARY:
- ==12879== definitely lost: 0 bytes in 0 blocks
- ==12879== indirectly lost: 0 bytes in 0 blocks
- ==12879== possibly lost: 0 bytes in 0 blocks
- ==12879== still reachable: 568 bytes in 1 blocks
- ==12879== suppressed: 0 bytes in 0 blocks
- ==12879== Reachable blocks (those to which a pointer was found) are not shown.
- ==12879== To see them, rerun with: --leak-check=full --show-reachable=yes
- ==12879==
- ==12879== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 6 from 6)
- --12879--
- --12879-- used_suppression: 4 U1004-ARM-_dl_relocate_object
- --12879-- used_suppression: 2 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a
- ==12879==
- ==12879== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 6 from 6)
|