Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 434069: Last set of valgrind suppressions for tcmalloc. (Closed)
Patch Set: merge Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 Memcheck:Leak 343 Memcheck:Leak
344 fun:malloc 344 fun:malloc
345 fun:nss_parse_service_list 345 fun:nss_parse_service_list
346 ... 346 ...
347 obj:/bin/ps 347 obj:/bin/ps
348 } 348 }
349 { 349 {
350 # Valgrind issues with tcmalloc's VDSOSupport module 350 # Valgrind issues with tcmalloc's VDSOSupport module
351 bug_28149a 351 bug_28149a
352 Memcheck:Addr1 352 Memcheck:Addr1
353 fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv 353 ...
354 fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv
355 fun:_ZN4base11VDSOSupportC1Ev
356 fun:_ZN4base11VDSOSupport4InitEv 354 fun:_ZN4base11VDSOSupport4InitEv
357 fun:_ZN4base14VDSOInitHelperC1Ev 355 fun:_ZN4base14VDSOInitHelperC1Ev
358 fun:_Z41__static_initialization_and_destruction_0ii 356 fun:_Z41__static_initialization_and_destruction_0ii
359 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE 357 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
360 ... 358 ...
361 fun:__libc_csu_init 359 fun:__libc_csu_init
362 fun:(below main) 360 fun:(below main)
363 } 361 }
364 { 362 {
365 # Valgrind issues with tcmalloc's VDSOSupport module 363 # Valgrind issues with tcmalloc's VDSOSupport module
366 bug_28149b 364 bug_28149b
367 Memcheck:Addr2 365 Memcheck:Addr2
368 fun:_ZN4base11VDSOSupport11ElfMemImage4InitEPKv 366 ...
369 fun:_ZN4base11VDSOSupport11ElfMemImageC1EPKv
370 fun:_ZN4base11VDSOSupportC1Ev
371 fun:_ZN4base11VDSOSupport4InitEv 367 fun:_ZN4base11VDSOSupport4InitEv
372 fun:_ZN4base14VDSOInitHelperC1Ev 368 fun:_ZN4base14VDSOInitHelperC1Ev
373 fun:_Z41__static_initialization_and_destruction_0ii 369 fun:_Z41__static_initialization_and_destruction_0ii
374 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE 370 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
375 ... 371 ...
376 fun:__libc_csu_init 372 fun:__libc_csu_init
377 fun:(below main) 373 fun:(below main)
378 } 374 }
379 { 375 {
380 # Valgrind issues with tcmalloc's VDSOSupport module 376 # Valgrind issues with tcmalloc's VDSOSupport module
381 bug_28149c 377 bug_28149c
378 Memcheck:Addr4
379 ...
380 fun:_ZN4base11VDSOSupport4InitEv
381 fun:_ZN4base14VDSOInitHelperC1Ev
382 fun:_Z41__static_initialization_and_destruction_0ii
383 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
384 ...
385 fun:__libc_csu_init
386 fun:(below main)
387 }
388 {
389 # Valgrind issues with tcmalloc's VDSOSupport module
390 bug_28149d
391 Memcheck:Addr1
392 ...
393 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
394 ...
395 fun:_Z41__static_initialization_and_destruction_0ii
396 ...
397 }
398 {
399 {
400 # Valgrind issues with tcmalloc's VDSOSupport module
401 bug_28149e
382 Memcheck:Addr2 402 Memcheck:Addr2
383 ... 403 ...
384 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE 404 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
385 ... 405 ...
386 fun:_Z41__static_initialization_and_destruction_0ii 406 fun:_Z41__static_initialization_and_destruction_0ii
387 ... 407 ...
388 } 408 }
389 { 409 {
390 # Valgrind issues with tcmalloc's VDSOSupport module 410 # Valgrind issues with tcmalloc's VDSOSupport module
391 bug_28149d 411 bug_28149f
392 Memcheck:Addr4 412 Memcheck:Addr4
393 ... 413 ...
394 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE 414 fun:_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS0_10SymbolInfoE
395 ... 415 ...
396 fun:_Z41__static_initialization_and_destruction_0ii 416 fun:_Z41__static_initialization_and_destruction_0ii
397 ... 417 ...
398 } 418 }
399 #----------------------------------------------------------------------- 419 #-----------------------------------------------------------------------
400 # 2. intentional unit test errors, or stuff that is somehow a false positive 420 # 2. intentional unit test errors, or stuff that is somehow a false positive
401 # in our own code, or stuff that is so trivial it's not worth fixing 421 # in our own code, or stuff that is so trivial it's not worth fixing
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 fun:_ZN11MessageLoop11RunInternalEv 1797 fun:_ZN11MessageLoop11RunInternalEv
1778 fun:_ZN11MessageLoop10RunHandlerEv 1798 fun:_ZN11MessageLoop10RunHandlerEv
1779 } 1799 }
1780 { 1800 {
1781 bug_28633 1801 bug_28633
1782 Memcheck:Leak 1802 Memcheck:Leak
1783 fun:calloc 1803 fun:calloc
1784 fun:__new_exitfn 1804 fun:__new_exitfn
1785 fun:__cxa_atexit 1805 fun:__cxa_atexit
1786 } 1806 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698