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

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

Issue 488005: Extend the existing tcmalloc's VDSO-something suppressions to cover the new... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ... 353 ...
354 fun:_ZN4base11VDSOSupport4InitEv 354 fun:_ZN4base11VDSOSupport4InitEv
355 fun:_ZN4base14VDSOInitHelperC1Ev 355 ...
356 fun:_Z41__static_initialization_and_destruction_0ii 356 fun:_Z41__static_initialization_and_destruction_0ii
357 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE 357 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
358 ... 358 ...
359 fun:__libc_csu_init 359 fun:__libc_csu_init
360 fun:(below main) 360 fun:(below main)
361 } 361 }
362 { 362 {
363 # Valgrind issues with tcmalloc's VDSOSupport module 363 # Valgrind issues with tcmalloc's VDSOSupport module
364 bug_28149b 364 bug_28149b
365 Memcheck:Addr2 365 Memcheck:Addr2
366 ... 366 ...
367 fun:_ZN4base11VDSOSupport4InitEv 367 fun:_ZN4base11VDSOSupport4InitEv
368 fun:_ZN4base14VDSOInitHelperC1Ev 368 ...
369 fun:_Z41__static_initialization_and_destruction_0ii 369 fun:_Z41__static_initialization_and_destruction_0ii
370 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE 370 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
371 ... 371 ...
372 fun:__libc_csu_init 372 fun:__libc_csu_init
373 fun:(below main) 373 fun:(below main)
374 } 374 }
375 { 375 {
376 # Valgrind issues with tcmalloc's VDSOSupport module 376 # Valgrind issues with tcmalloc's VDSOSupport module
377 bug_28149c 377 bug_28149c
378 Memcheck:Addr4 378 Memcheck:Addr4
379 ... 379 ...
380 fun:_ZN4base11VDSOSupport4InitEv 380 fun:_ZN4base11VDSOSupport4InitEv
381 fun:_ZN4base14VDSOInitHelperC1Ev 381 ...
382 fun:_Z41__static_initialization_and_destruction_0ii 382 fun:_Z41__static_initialization_and_destruction_0ii
383 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE 383 fun:_GLOBAL__I__ZN4base11VDSOSupport12kInvalidBaseE
384 ... 384 ...
385 fun:__libc_csu_init 385 fun:__libc_csu_init
386 fun:(below main) 386 fun:(below main)
387 } 387 }
388 { 388 {
389 # Valgrind issues with tcmalloc's VDSOSupport module 389 # Valgrind issues with tcmalloc's VDSOSupport module
390 bug_28149d 390 bug_28149d
391 Memcheck:Addr1 391 Memcheck:Addr1
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEEPNS_7LoadLogE 1810 fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEEPNS_7LoadLogE
1811 } 1811 }
1812 { 1812 {
1813 bug_29675 1813 bug_29675
1814 Memcheck:Leak 1814 Memcheck:Leak
1815 fun:_Znw* 1815 fun:_Znw*
1816 fun:_Z11BrowserMainRK18MainFunctionParams 1816 fun:_Z11BrowserMainRK18MainFunctionParams
1817 fun:ChromeMain 1817 fun:ChromeMain
1818 fun:main 1818 fun:main
1819 } 1819 }
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