summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/suppressions.txt
blob: a9328fcd4fb035610b756226d4693567e5b13aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
   Uninitialized value in deflate
   Memcheck:Cond
   fun:longest_match
   fun:deflate_slow
   fun:MOZ_Z_deflate
}
{
   gtk developers don't like cleaning up one-time leaks.  See http://mail.gnome.org/archives/gtk-devel-list/2004-April/msg00230.html
   Memcheck:Leak
   ...
   fun:gtk_init_check
}
{
   Fontconfig leak?
   Memcheck:Leak
   ...
   fun:XML_ParseBuffer
   fun:FcConfigParseAndLoad
   fun:FcInitLoadConfig
   fun:FcInitLoadConfigAndFonts
   fun:FcInit
}
{
   dlopen invalid read, probably a bug in glibc.  TODO(dkegel): file glibc bug
   Memcheck:Value4
   ...
   fun:dlopen@@GLIBC_2.1
   fun:PR_LoadLibraryWithFlags
}
{
   NSS/glibc leak.  See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
   Memcheck:Leak
   ...
   fun:dlopen@@GLIBC_2.1
   fun:PR_LoadLibraryWithFlags
}
{
   Pure NSS leak, does not involve glibc.  TODO(dkegel): track down and fix or file bug.
   Memcheck:Leak
   ...
   fun:NSS_NoDB_Init
}
{
   Another pure NSS leak, does not involve glibc.  TODO(dkegel): track down and fix or file bug.  Shows up under --show-reachable=yes.
   Memcheck:Leak
   ...
   fun:SECMOD_LoadUserModule
}
{
   (Probable memory leak in Skia)
   Memcheck:Leak
   fun:_Znwj
   fun:_ZN10SkFontHost15ResolveTypefaceEj
   fun:_ZN24SkScalerContext_FreeType9setupSizeEv
   fun:_ZN24SkScalerContext_FreeType19generateFontMetricsEPN7SkPaint11FontMetricsES2_
   fun:_ZN15SkScalerContext14getFontMetricsEPN7SkPaint11FontMetricsES2_
   fun:_ZN12SkGlyphCacheC1EPK12SkDescriptor
   fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
}
{
   Error in ICU
   Memcheck:Overlap
   fun:memcpy
   fun:init_resb_result
}

{
   libc
   Memcheck:Cond
   obj:/lib/ld-2.*.so
   obj:/lib/ld-2.*.so
}

{
   libc
   Memcheck:Addr4
   obj:/lib/ld-2.*.so
   obj:/lib/ld-2.*.so
}

{
   FIXME IPCing uninitialized data
   Memcheck:Param
   socketcall.sendmsg(msg.msg_iov[i])
   fun:sendmsg
   fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
}

{
   SQLite ?
   Memcheck:Param
   write(buf)
   obj:/lib*/libpthread-2.*.so
   fun:unixWrite
   fun:sqlite3OsWrite
   fun:writeJournalHdr
}

{
   SQLite (when creating a new database) ?
   Memcheck:Cond
   fun:sqlite3VdbeMemShallowCopy
   fun:sqlite3VdbeExec
   fun:sqlite3Step
}
{
   libevent does not provide a way to clean up unused oneshot timers at exit
   Memcheck:Leak
   fun:calloc
   fun:event_base_once
   fun:event_base_loopexit
   fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
}
{
   logging::InitLogging never frees filename. It would be hard to free properly.
   Memcheck:Leak
   ...
   fun:_ZN7logging11InitLoggingEPKcNS_18LoggingDestinationENS_15LogLockingStateENS_20OldFileDeletionStateE
}