~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Brian Aker
  • Date: 2010-03-24 19:45:37 UTC
  • mfrom: (1377.3.20 pandora-build)
  • Revision ID: brian@gaz-20100324194537-hf3tpibznhozvwl1
Merge monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
743
743
   fun:rw_lock_x_lock_func
744
744
}
745
745
 
 
746
{
 
747
  Yet another InnoDB leak
 
748
  Memcheck:Leak
 
749
  fun:malloc
 
750
  fun:mem_heap_create_block
 
751
  fun:thr_local_create
 
752
  fun:srv_master_thread
 
753
  fun:start_thread
 
754
  fun:clone
 
755
}
 
756
 
746
757
#
747
758
# Innodb initialize two main memory areas in static space: thr_local_hash and mem_comm_pool.
748
759
#
1092
1103
 
1093
1104
 
1094
1105
{
 
1106
   Leak in dlopen()
 
1107
   Memcheck:Leak
 
1108
   fun:malloc
 
1109
   fun:add_to_global
 
1110
   ...
 
1111
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
1112
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
1113
   fun:plugin_init
 
1114
   fun:main
 
1115
}
 
1116
 
 
1117
 
 
1118
{
1095
1119
   Valgrind has issues tracking the deallocation of plugin objects.
1096
1120
   Memcheck:Leak
1097
1121
   fun:malloc