~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Monty Taylor
  • Date: 2010-08-17 02:54:36 UTC
  • mfrom: (1711.1.7 build)
  • Revision ID: mordred@inaugust.com-20100817025436-iuuqihjal6ubyffy
boost::program_options for InnoDB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  ...
30
30
}
31
31
 
 
32
{
 
33
  dlpreload memory leak
 
34
  Memcheck:Leak
 
35
  ...
 
36
  fun:do_preload
 
37
  fun:dl_main
 
38
  ...
 
39
}
 
40
 
 
41
{
 
42
  dl_main issue
 
43
  Memcheck:Cond
 
44
  ...
 
45
  fun:dl_main
 
46
  ...
 
47
}
 
48
 
 
49
# Masking an issue in system tzset call
 
50
{
 
51
  tzset() on debian reports issues
 
52
  Memcheck:Cond
 
53
  ...
 
54
  fun:tzset
 
55
  fun:_ZN8drizzled21init_common_variablesEPKciPPcPS1_
 
56
  ...
 
57
}
 
58
{
 
59
  tzset() on debian reports issues
 
60
  Memcheck:Addr8
 
61
  ...
 
62
  fun:tzset
 
63
  fun:_ZN8drizzled21init_common_variablesEPKciPPcPS1_
 
64
  ...
 
65
}
 
66
{
 
67
  tzset() on debian reports issues
 
68
  Memcheck:Addr4
 
69
  ...
 
70
  fun:tzset
 
71
  fun:_ZN8drizzled21init_common_variablesEPKciPPcPS1_
 
72
  ...
 
73
}
 
74
{
 
75
  tzset() on debian reports issues
 
76
  Memcheck:Addr8
 
77
  ...
 
78
  fun:_ZN8drizzled21init_common_variablesEPKciPPcPS1_
 
79
  fun:main
 
80
}
 
81
{
 
82
  tzset() on debian reports issues
 
83
  Memcheck:Addr4
 
84
  ...
 
85
  fun:_ZN8drizzled21init_common_variablesEPKciPPcPS1_
 
86
  fun:main
 
87
}
 
88
 
 
89
 
32
90
 
33
91
# Masking static allocation issues in InnoDB
34
92
{
148
206
}
149
207
 
150
208
 
 
209
{
 
210
   HailDB Inherited some issues from InnoDB
 
211
   Memcheck:Cond
 
212
   fun:rw_lock_x_lock_func
 
213
   ...
 
214
   fun:innobase_start_or_create
 
215
   fun:_ZL20embedded_innodb_initRN8drizzled6module7ContextE
 
216
   fun:_ZN8drizzled15plugin_finalizeERNS_6module8RegistryE
 
217
   fun:_ZN8drizzled22init_server_componentsERNS_6module8RegistryE
 
218
   fun:main
 
219
}
 
220
 
 
221
{
 
222
   HailDB Inherited some issues from InnoDB
 
223
   Memcheck:Cond
 
224
   fun:rw_lock_x_lock_func
 
225
   ...
 
226
}
151
227
 
152
228
 
153
229
# Masking Leaks in System Libraries