OLD | NEW |
1 # There are three kinds of suppressions in this file. | 1 # There are three kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 } | 164 } |
165 { | 165 { |
166 FIXME IPCing uninitialized data | 166 FIXME IPCing uninitialized data |
167 Memcheck:Param | 167 Memcheck:Param |
168 socketcall.sendmsg(msg.msg_iov[i]) | 168 socketcall.sendmsg(msg.msg_iov[i]) |
169 fun:sendmsg | 169 fun:sendmsg |
170 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE | 170 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE |
171 } | 171 } |
172 | 172 |
173 { | 173 { |
| 174 # Strange... |
| 175 bug_20653a |
| 176 Memcheck:Param |
| 177 write(buf) |
| 178 ... |
| 179 fun:sqlite3OsWrite |
| 180 fun:pager_write_pagelist |
| 181 fun:sqlite3PagerCommitPhaseOne |
| 182 } |
| 183 { |
174 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968 | 184 # There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968 |
175 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177 | 185 # See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177 |
176 SQLite write | 186 SQLite write |
177 Memcheck:Param | 187 Memcheck:Param |
178 write(buf) | 188 write(buf) |
179 ... | 189 ... |
180 fun:writeJournalHdr | 190 fun:writeJournalHdr |
181 } | 191 } |
182 | 192 |
183 # Fixed in newer SQLite | 193 # Fixed in newer SQLite |
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1211 bug_22109 | 1221 bug_22109 |
1212 Memcheck:Leak | 1222 Memcheck:Leak |
1213 fun:_Znwj | 1223 fun:_Znwj |
1214 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE | 1224 fun:_ZNSs4_Rep9_S_createEjjRKSaIcE |
1215 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj | 1225 fun:_ZNSs4_Rep8_M_cloneERKSaIcEj |
1216 fun:_ZNSs7reserveEj | 1226 fun:_ZNSs7reserveEj |
1217 fun:_ZNSs6appendEPKcj | 1227 fun:_ZNSs6appendEPKcj |
1218 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc | 1228 fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc |
1219 fun:_Z12StringPrintfPKcz | 1229 fun:_Z12StringPrintfPKcz |
1220 } | 1230 } |
OLD | NEW |