~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
   fun:do_flush
248
248
}
249
249
 
 
250
 
 
251
{
 
252
   Archive libz deflate1
 
253
   Memcheck:Cond
 
254
   fun:deflate
 
255
   ...
 
256
   fun:azflush
 
257
   ...
 
258
   fun:start_thread
 
259
}
 
260
 
 
261
{
 
262
   Archive libz deflate2
 
263
   Memcheck:Cond
 
264
   fun:deflate
 
265
   ...
 
266
   fun:azclose
 
267
   ...
 
268
   fun:start_thread
 
269
}
 
270
 
 
271
 
 
272
{
 
273
   Archive libz deflate3
 
274
   Memcheck:Cond
 
275
   fun:memcpy
 
276
   ...
 
277
   fun:deflate
 
278
   fun:azwrite_row
 
279
   ...
 
280
   fun:_ZN7Session3runEv
 
281
}
 
282
 
 
283
{
 
284
   Archive libz deflate3
 
285
   Memcheck:Value8
 
286
   fun:memcpy
 
287
   obj:/lib/libz.so.1.2.3.3
 
288
   obj:/lib/libz.so.1.2.3.3
 
289
   fun:deflate
 
290
   fun:azwrite_row
 
291
   ...
 
292
   fun:_ZN7Session3runEv
 
293
}
 
294
 
 
295
 
250
296
#
251
297
# Warning from my_thread_init becasue mysqld dies before kill thread exists
252
298
#
711
757
   nss_parse_service_list static allocation
712
758
   Memcheck:Leak
713
759
   fun:malloc
714
 
   fun:nss_parse_service_list
715
 
   fun:__nss_database_lookup
716
 
   obj:*
717
 
   obj:*
718
 
   fun:getpwnam_r*
 
760
   ...
719
761
   fun:getpwnam
720
 
   fun:_ZL10check_userPKc
721
 
   fun:main
722
762
}
723
763
 
724
764
{
725
765
   tsearch static allocation
726
766
   Memcheck:Leak
727
767
   fun:malloc
728
 
   fun:tsearch
729
 
   fun:__nss_lookup_function
730
 
   obj:*
731
 
   obj:*
732
 
   fun:getpwnam_r*
 
768
   ...
733
769
   fun:getpwnam
734
770
   fun:_ZL10check_userPKc
735
771
   fun:main
785
821
   obj:/lib/libc-2.9.so
786
822
   fun:__nss_database_lookup
787
823
}
 
824
 
 
825
{
 
826
   Leak in dlopen from glibc (it's not a growing leak) see ./elf/dl-open.c
 
827
   Memcheck:Leak
 
828
   fun:dlopen
 
829
   ...
 
830
   fun:plugin_init
 
831
   fun:_ZL22init_server_componentsRN8drizzled6plugin8RegistryE
 
832
   fun:main
 
833
}
 
834
 
 
835
{
 
836
   Leak in dlopen from glibc (it's not a growing leak) see ./elf/dl-open.c
 
837
   Memcheck:Leak
 
838
   fun:dlopen
 
839
   ...
 
840
   fun:plugin_init
 
841
}
 
842
 
 
843
{
 
844
   Leak in dlopen from glibc (it's not a growing leak) see ./elf/dl-open.c
 
845
   Memcheck:Leak
 
846
   fun:dlopen
 
847
   ...
 
848
   fun:plugin_init
 
849
   fun:main
 
850
}
 
851
 
 
852
{
 
853
   Leak in dlopen from glibc (it's not a growing leak) see ./elf/dl-open.c
 
854
   Memcheck:Leak
 
855
   fun:malloc
 
856
   ...
 
857
   fun:dlopen
 
858
   ...
 
859
   fun:plugin_init
 
860
}
 
861
 
 
862
{
 
863
   Leak in dlopen from glibc (it's not a growing leak) see ./elf/dl-open.c
 
864
   Memcheck:Leak
 
865
   fun:malloc
 
866
   ...
 
867
   fun:dlopen
 
868
   ...
 
869
   fun:plugin_init
 
870
   fun:main
 
871
}
 
872
 
 
873
{
 
874
   Leak in dlopen from glibc (it's not a growing leak) see ./elf/dl-open.c
 
875
   Memcheck:Leak
 
876
   fun:dlopen
 
877
   ...
 
878
   fun:plugin_init
 
879
   fun:_ZL22init_server_componentsRN8drizzled6plugin8RegistryE
 
880
   fun:main
 
881
}
 
882
 
 
883
{
 
884
   Valgrind has issues tracking the deallocation of plugin objects.
 
885
   Memcheck:Leak
 
886
   fun:malloc
 
887
   ...
 
888
   fun:_ZL17plugin_initializeRN8drizzled6plugin8RegistryEPNS0_6ModuleE
 
889
   fun:plugin_init
 
890
   fun:_ZL22init_server_componentsRN8drizzled6plugin8RegistryE
 
891
   fun:main
 
892
}
 
893
 
 
894
{
 
895
   Valgrind has issues tracking the deallocation of plugin objects.
 
896
   Memcheck:Leak
 
897
   fun:malloc
 
898
   ...
 
899
   fun:_ZL17plugin_initializeRN8drizzled6plugin8RegistryEPNS0_6ModuleE
 
900
   fun:plugin_init
 
901
   fun:main
 
902
}
 
903
 
 
904
{
 
905
   <insert_a_suppression_name_here>
 
906
   Memcheck:Leak
 
907
   fun:malloc
 
908
   fun:nss_parse_service_list
 
909
   fun:__nss_database_lookup
 
910
   obj:*
 
911
   obj:*
 
912
   fun:getpwnam_r@@GLIBC_2.2.5
 
913
   fun:getpwnam
 
914
   fun:main
 
915
}
 
916