src/ctlib/unittests/cs_config

Main

Hostnameobon110
gcc versiongcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
uname -aLinux obon110 2.6.26.2-1smp #1 SMP Tue Aug 19 10:16:15 CEST 2008 i686 i686 i386 GNU/Linux
date2008-11-21

==23974== Memcheck, a memory error detector.
==23974== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==23974== Using LibVEX rev 1732, a library for dynamic binary translation.
==23974== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==23974== Using valgrind-3.2.3, a dynamic binary instrumentation framework.
==23974== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==23974== 
--23974-- Command line
--23974--    ./cs_config
--23974-- Startup, with flags:
--23974--    --tool=memcheck
--23974--    --num-callers=20
--23974--    --leak-check=yes
--23974--    -v
--23974--    --show-reachable=yes
--23974--    --log-fd=3
--23974--    --suppressions=/home/winnt/fziglio/suppressions.supp
--23974-- Contents of /proc/version:
--23974--   Linux version 2.6.26.2-1smp (fziglio@obon110) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #1 SMP Tue Aug 19 10:16:15 CEST 2008
--23974-- Arch and hwcaps: X86, x86-sse1-sse2
--23974-- Page sizes: currently 4096, max supported 4096
--23974-- Valgrind library directory: /usr/lib/valgrind
--23974-- Reading syms from /lib/ld-2.7.so (0x91E000)
--23974-- Reading debug info from /usr/lib/debug/lib/ld-2.7.so.debug...
--23974-- Reading syms from /home/winnt/fziglio/cpp/freetds/ftds_comp_old/src/ctlib/unittests/cs_config (0x8048000)
--23974-- Reading syms from /usr/lib/valgrind/x86-linux/memcheck (0x38000000)
--23974--    object doesn't have a dynamic symbol table
--23974-- Reading suppressions file: /home/winnt/fziglio/suppressions.supp
--23974-- Reading suppressions file: /usr/lib/valgrind/default.supp
--23974-- REDIR: 0x933BB0 (index) redirected to 0x38027F5F (vgPlain_x86_linux_REDIR_FOR_index)
--23974-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_core.so (0x4001000)
--23974-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so (0x4003000)
==23974== WARNING: new redirection conflicts with existing -- ignoring it
--23974--     new: 0x00933BB0 (index     ) R-> 0x04006230 index
--23974-- REDIR: 0x933D50 (strlen) redirected to 0x40062E0 (strlen)
--23974-- Reading syms from /home/winnt/fziglio/cpp/freetds/ftds_comp_old/src/ctlib/.libs/libct.so.4.0.0 (0x4009000)
--23974-- Reading syms from /usr/lib/libgnutls.so.13.3.0 (0x40CA000)
--23974-- Reading debug info from /usr/lib/debug/usr/lib/libgnutls.so.13.3.0.debug...
--23974-- ... CRC mismatch (computed 812A60F5 wanted E162DD80)
--23974--    object doesn't have a symbol table
--23974-- Reading syms from /lib/libc-2.7.so (0x93D000)
--23974-- Reading debug info from /usr/lib/debug/lib/libc-2.7.so.debug...
--23974-- Reading syms from /lib/libz.so.1.2.3 (0xAE5000)
--23974-- Reading debug info from /usr/lib/debug/lib/libz.so.1.2.3.debug...
--23974-- Reading syms from /lib/libgcrypt.so.11.2.3 (0x3E25000)
--23974-- Reading debug info from /usr/lib/debug/lib/libgcrypt.so.11.2.3.debug...
--23974-- Reading syms from /lib/libgpg-error.so.0.3.1 (0xDB4000)
--23974-- Reading debug info from /usr/lib/debug/lib/libgpg-error.so.0.3.1.debug...
--23974-- Reading syms from /lib/libnsl-2.7.so (0x259000)
--23974-- Reading debug info from /usr/lib/debug/lib/libnsl-2.7.so.debug...
--23974-- REDIR: 0x9AD4C0 (rindex) redirected to 0x4006110 (rindex)
--23974-- REDIR: 0x9AD120 (strlen) redirected to 0x40062C0 (strlen)
--23974-- REDIR: 0x9A8B00 (malloc) redirected to 0x40054A0 (malloc)
--23974-- REDIR: 0x9AE890 (memcpy) redirected to 0x4007090 (memcpy)
--23974-- REDIR: 0x9ACBC0 (strcmp) redirected to 0x4006390 (strcmp)
Trying cs_config with CS_USERDATA

--23974-- REDIR: 0x9ADEA0 (memchr) redirected to 0x40064B0 (memchr)
--23974-- REDIR: 0x9AD310 (strncmp) redirected to 0x4006320 (strncmp)
--23974-- REDIR: 0x9AA060 (free) redirected to 0x40050BA (free)
--23974-- REDIR: 0x9AE400 (mempcpy) redirected to 0x4006B70 (mempcpy)
Testing CS_SET/GET USERDATA with char array
Testing CS_SET/GET USERDATA with char array
Testing CS_SET/GET USERDATA with int
--23974-- REDIR: 0x9ACC30 (strcpy) redirected to 0x40072F0 (strcpy)
--23974-- REDIR: 0x9AE3A0 (memset) redirected to 0x4006640 (memset)
==23974== 
==23974== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 21 from 1)
--23974-- 
--23974-- supp:   21 dl-hack3
==23974== malloc/free: in use at exit: 0 bytes in 0 blocks.
==23974== malloc/free: 41 allocs, 41 frees, 11,780 bytes allocated.
==23974== 
==23974== All heap blocks were freed -- no leaks are possible.
--23974--  memcheck: sanity checks: 4 cheap, 1 expensive
--23974--  memcheck: auxmaps: 0 auxmap entries (0k, 0M) in use
--23974--  memcheck: auxmaps: 0 searches, 0 comparisons
--23974--  memcheck: SMs: n_issued      = 20 (320k, 0M)
--23974--  memcheck: SMs: n_deissued    = 0 (0k, 0M)
--23974--  memcheck: SMs: max_noaccess  = 65535 (1048560k, 1023M)
--23974--  memcheck: SMs: max_undefined = 0 (0k, 0M)
--23974--  memcheck: SMs: max_defined   = 44 (704k, 0M)
--23974--  memcheck: SMs: max_non_DSM   = 20 (320k, 0M)
--23974--  memcheck: max sec V bit nodes:    0 (0k, 0M)
--23974--  memcheck: set_sec_vbits8 calls: 0 (new: 0, updates: 0)
--23974--  memcheck: max shadow mem size:   624k, 0M
--23974-- translate:            fast SP updates identified: 4,016 ( 90.3%)
--23974-- translate:   generic_known SP updates identified: 264 (  5.9%)
--23974-- translate: generic_unknown SP updates identified: 167 (  3.7%)
--23974--     tt/tc: 7,189 tt lookups requiring 7,381 probes
--23974--     tt/tc: 7,189 fast-cache updates, 3 flushes
--23974--  transtab: new        3,255 (73,609 -> 1,218,181; ratio 165:10) [0 scs]
--23974--  transtab: dumped     0 (0 -> ??)
--23974--  transtab: discarded  9 (209 -> ??)
--23974-- scheduler: 402,826 jumps (bb entries).
--23974-- scheduler: 4/4,680 major/minor sched events.
--23974--    sanity: 5 cheap, 1 expensive checks.
--23974--    exectx: 30,011 lists, 31 contexts (avg 0 per list)
--23974--    exectx: 103 searches, 72 full compares (699 per 1000)
--23974--    exectx: 0 cmp2, 59 cmp4, 0 cmpAll

Main