Date: Tuesday, November 28, 2006 @ 17:10:22
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: valgrind.suppressions (1.5 -> 1.6)

Enlarged scope of suppressions (removed some stack details) to make 
suppressions more comprehensive with code changes (fixes suppressions for 
latests CAROB-110 changes)


-----------------------+
 valgrind.suppressions |    7 -------
 1 files changed, 7 deletions(-)


Index: carob/test/valgrind.suppressions
diff -u carob/test/valgrind.suppressions:1.5 
carob/test/valgrind.suppressions:1.6
--- carob/test/valgrind.suppressions:1.5        Thu Jul 27 17:12:00 2006
+++ carob/test/valgrind.suppressions    Tue Nov 28 17:10:22 2006
@@ -150,9 +150,6 @@
    fun:_ZNSt6locale5_ImplC1EPKcj
    fun:_ZNSt6localeC1EPKc
    fun:_ZN7CarobNS9trylocaleEPKc
-   fun:_ZN43_GLOBAL__N_src_Common.cpp_00000000_837D1C2513tryUTF8localeEv
-   fun:_Z41__static_initialization_and_destruction_0ii
-   fun:_GLOBAL__I__ZN7CarobNS15currentLogLevelE
 }
 
 # These two following suppressions are recurrent warnings about an unitialized 
pointer before calling getaddrinfo
@@ -169,7 +166,6 @@
    socketcall.sendto(msg)
    obj:/lib/ld-2.3.5.so
    fun:getaddrinfo
-   fun:_ZN7CarobNS10JavaSocket9connectToERKSbIwSt11char_traitsIwESaIwEEt
 }
 {
    getaddrinfo_uninitialized2.3.6
@@ -177,7 +173,6 @@
    socketcall.sendto(msg)
    obj:/lib/ld-2.3.6.so
    fun:getaddrinfo
-   fun:_ZN7CarobNS10JavaSocket9connectToERKSbIwSt11char_traitsIwESaIwEEt
 }
 
 #==7668== Conditional jump or move depends on uninitialised value(s)
@@ -205,7 +200,6 @@
    fun:__nss_lookup_function
    obj:/lib/tls/i686/cmov/libc-2.3.5.so
    fun:getaddrinfo
-   fun:_ZN7CarobNS10JavaSocket9connectToERKSbIwSt11char_traitsIwESaIwEEt
 }
 {
    getaddrinfo_condjump
@@ -220,5 +214,4 @@
    fun:__nss_lookup_function
    obj:/lib/tls/i686/cmov/libc-2.3.6.so
    fun:getaddrinfo
-   fun:_ZN7CarobNS10JavaSocket9connectToERKSbIwSt11char_traitsIwESaIwEEt
 }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to