~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
881
881
}
882
882
 
883
883
{
 
884
   Leak in dlopen()
 
885
   Memcheck:Leak
 
886
   fun:calloc
 
887
   ...
 
888
   fun:dlopen
 
889
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
890
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
891
}
 
892
 
 
893
 
 
894
{
884
895
   Valgrind has issues tracking the deallocation of plugin objects.
885
896
   Memcheck:Leak
886
897
   fun:malloc
902
913
}
903
914
 
904
915
{
905
 
   <insert_a_suppression_name_here>
 
916
   Leak in dlclose()
 
917
   Memcheck:Leak
 
918
   fun:malloc
 
919
   ...
 
920
   fun:dlclose
 
921
   fun:_ZN8drizzled6plugin7LibraryD1Ev
 
922
   fun:_ZN8drizzled6plugin8RegistryD1Ev
 
923
   fun:_ZN8drizzled6plugin8Registry8shutdownEv
 
924
   fun:main
 
925
}
 
926
 
 
927
{
 
928
   dlclose()
 
929
   Memcheck:Leak
 
930
   fun:malloc
 
931
   ...
 
932
   fun:dlopen
 
933
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
934
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
935
}
 
936
 
 
937
{
 
938
   dlopen()
 
939
   Memcheck:Leak
 
940
   fun:malloc
 
941
   ...
 
942
   fun:dlopen
 
943
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
944
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
945
   fun:_ZL16plugin_load_listRN8drizzled6plugin8RegistryEP11st_mem_rootPiPPcSs
 
946
}
 
947
 
 
948
{
 
949
   static var in getpwnam
906
950
   Memcheck:Leak
907
951
   fun:malloc
908
952
   fun:nss_parse_service_list
914
958
   fun:main
915
959
}
916
960
 
 
961
{
 
962
   pthread_cancel_init issue.
 
963
   Memcheck:Leak
 
964
   fun:malloc
 
965
   ...
 
966
   fun:pthread_cancel_init
 
967
   fun:_Unwind_ForcedUnwind
 
968
   fun:__pthread_unwind
 
969
   fun:pthread_exit
 
970
   fun:os_thread_exit
 
971
   fun:trx_rollback_or_clean_all_recovered
 
972
   fun:start_thread
 
973
   fun:clone
 
974
}
 
975
 
 
976
{
 
977
   pwrite64 issue
 
978
   Memcheck:Param
 
979
   pwrite64(buf)
 
980
   ...
 
981
   fun:azclose
 
982
   fun:_ZN12ArchiveShareD1Ev
 
983
   fun:_ZN10ha_archive10free_shareEv
 
984
   fun:_ZN10ha_archive5closeEv
 
985
   ...
 
986
   fun:session_thread
 
987
   fun:start_thread
 
988
}
 
989