src/ctlib/unittests/t0006

Main

Hostnameobon110
gcc versiongcc (GCC) 4.1.2 20070626 (Red Hat 4.1.2-13)
uname -aLinux obon110 2.6.23.1-1smp #3 SMP Mon Nov 5 20:51:48 CET 2007 i686 i686 i386 GNU/Linux
date2008-07-03

==13326== Memcheck, a memory error detector.
==13326== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==13326== Using LibVEX rev 1658, a library for dynamic binary translation.
==13326== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==13326== Using valgrind-3.2.1, a dynamic binary instrumentation framework.
==13326== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==13326== 
--13326-- Command line
--13326--    ./t0006
--13326-- Startup, with flags:
--13326--    --tool=memcheck
--13326--    --num-callers=20
--13326--    --leak-check=yes
--13326--    -v
--13326--    --show-reachable=yes
--13326--    --log-fd=3
--13326--    --suppressions=/home/winnt/fziglio/suppressions.supp
--13326-- Contents of /proc/version:
--13326--   Linux version 2.6.23.1-1smp (fziglio@obon110) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #3 SMP Mon Nov 5 20:51:48 CET 2007
--13326-- Arch and hwcaps: X86, x86-sse1-sse2
--13326-- Valgrind library directory: /usr/lib/valgrind
--13326-- Reading syms from /lib/ld-2.5.so (0xAE4000)
--13326-- Reading syms from /home/winnt/fziglio/cpp/freetds/ftds_comp/src/ctlib/unittests/t0006 (0x8048000)
--13326-- Reading syms from /usr/lib/valgrind/x86-linux/memcheck (0x38000000)
--13326--    object doesn't have a dynamic symbol table
--13326-- Reading suppressions file: /home/winnt/fziglio/suppressions.supp
--13326-- Reading suppressions file: /usr/lib/valgrind/default.supp
--13326-- REDIR: 0xAF9540 (index) redirected to 0x38027D0F (vgPlain_x86_linux_REDIR_FOR_index)
--13326-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_core.so (0x4001000)
--13326-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so (0x4003000)
==13326== WARNING: new redirection conflicts with existing -- ignoring it
--13326--     new: 0x00AF9540 (index     ) R-> 0x040060C0 index
--13326-- REDIR: 0xAF96E0 (strlen) redirected to 0x4006290 (strlen)
--13326-- Reading syms from /home/winnt/fziglio/cpp/freetds/ftds_comp/src/ctlib/.libs/libct.so.4.0.0 (0x4009000)
--13326-- Reading syms from /lib/librt-2.5.so (0x349000)
--13326-- Reading syms from /usr/lib/libgnutls.so.13.0.6 (0x6A2D000)
--13326--    object doesn't have a symbol table
--13326-- Reading syms from /lib/libpthread-2.5.so (0xD98000)
--13326-- Reading syms from /lib/libc-2.5.so (0xB29000)
--13326-- Reading syms from /usr/lib/libz.so.1.2.3 (0xB14000)
--13326--    object doesn't have a symbol table
--13326-- Reading syms from /usr/lib/libgcrypt.so.11.2.2 (0x65F1000)
--13326--    object doesn't have a symbol table
--13326-- Reading syms from /usr/lib/libgpg-error.so.0.3.0 (0xADB000)
--13326--    object doesn't have a symbol table
--13326-- Reading syms from /lib/libnsl-2.5.so (0x330000)
--13326-- REDIR: 0xB971D0 (memset) redirected to 0x4006580 (memset)
--13326-- REDIR: 0xB976C0 (memcpy) redirected to 0x4006C60 (memcpy)
--13326-- REDIR: 0xB96330 (rindex) redirected to 0x4005FA0 (rindex)
--13326-- REDIR: 0xB95F90 (strlen) redirected to 0x4006270 (strlen)
--13326-- REDIR: 0xB91260 (malloc) redirected to 0x400537B (malloc)
--13326-- REDIR: 0xB95A30 (strcmp) redirected to 0x4006340 (strcmp)
t0006.c: Testing conversion
--13326-- REDIR: 0xB90F60 (calloc) redirected to 0x40046A8 (calloc)
--13326-- REDIR: 0xB96CD0 (memchr) redirected to 0x4006460 (memchr)
--13326-- REDIR: 0xB958C0 (index) redirected to 0x4006090 (index)
--13326-- REDIR: 0xB92F20 (free) redirected to 0x4004F95 (free)
--13326-- REDIR: 0xB96180 (strncmp) redirected to 0x40062D0 (strncmp)
Test succeded
--13326-- REDIR: 0xB95AA0 (strcpy) redirected to 0x40069F0 (strcpy)
==13326== 
==13326== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 21 from 1)
--13326-- 
--13326-- supp:   21 Fedora-Core-6-hack3-ld25
==13326== malloc/free: in use at exit: 0 bytes in 0 blocks.
==13326== malloc/free: 40 allocs, 40 frees, 12,122 bytes allocated.
==13326== 
==13326== All heap blocks were freed -- no leaks are possible.
--13326--  memcheck: sanity checks: 5 cheap, 1 expensive
--13326--  memcheck: auxmaps: 0 auxmap entries (0k, 0M) in use
--13326--  memcheck: auxmaps: 0 searches, 0 comparisons
--13326--  memcheck: SMs: n_issued      = 23 (368k, 0M)
--13326--  memcheck: SMs: n_deissued    = 0 (0k, 0M)
--13326--  memcheck: SMs: max_noaccess  = 65535 (1048560k, 1023M)
--13326--  memcheck: SMs: max_undefined = 0 (0k, 0M)
--13326--  memcheck: SMs: max_defined   = 41 (656k, 0M)
--13326--  memcheck: SMs: max_non_DSM   = 23 (368k, 0M)
--13326--  memcheck: max sec V bit nodes:    0 (0k, 0M)
--13326--  memcheck: set_sec_vbits8 calls: 0 (new: 0, updates: 0)
--13326--  memcheck: max shadow mem size:   672k, 0M
--13326-- translate:            fast SP updates identified: 4,476 ( 90.2%)
--13326-- translate:   generic_known SP updates identified: 300 (  6.0%)
--13326-- translate: generic_unknown SP updates identified: 181 (  3.6%)
--13326--     tt/tc: 7,734 tt lookups requiring 7,957 probes
--13326--     tt/tc: 7,734 fast-cache updates, 3 flushes
--13326--  transtab: new        3,719 (93,620 -> 1,504,549; ratio 160:10) [0 scs]
--13326--  transtab: dumped     0 (0 -> ??)
--13326--  transtab: discarded  9 (209 -> ??)
--13326-- scheduler: 562,946 jumps (bb entries).
--13326-- scheduler: 5/4,803 major/minor sched events.
--13326--    sanity: 6 cheap, 1 expensive checks.
--13326--    exectx: 30,011 lists, 26 contexts (avg 0 per list)
--13326--    exectx: 101 searches, 75 full compares (742 per 1000)
--13326--    exectx: 0 cmp2, 50 cmp4, 0 cmpAll

Main