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

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

Issue 9572017: Leak in BrowserMainPartsPosix::PostMainMessageLoopStart (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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 four kinds of suppressions in this file. 1 # There are four 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 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 fun:calloc 1634 fun:calloc
1635 fun:__new_exitfn 1635 fun:__new_exitfn
1636 fun:__cxa_atexit 1636 fun:__cxa_atexit
1637 } 1637 }
1638 { 1638 {
1639 bug_29675 1639 bug_29675
1640 Memcheck:Leak 1640 Memcheck:Leak
1641 fun:_Znw* 1641 fun:_Znw*
1642 fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv 1642 fun:_ZN27ChromeBrowserMainPartsPosix24PostMainMessageLoopStartEv
1643 ... 1643 ...
1644 fun:_ZN7content16BrowserMainParts20MainMessageLoopStartEv 1644 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
1645 fun:_Z11BrowserMainRK18MainFunctionParams 1645 fun:ChromeMain
1646 } 1646 }
1647 { 1647 {
1648 bug_30346 1648 bug_30346
1649 Memcheck:Leak 1649 Memcheck:Leak
1650 fun:_Znw* 1650 fun:_Znw*
1651 ... 1651 ...
1652 fun:_ZN13TCMallocGuardC1Ev 1652 fun:_ZN13TCMallocGuardC1Ev
1653 fun:_Z41__static_initialization_and_destruction_0ii 1653 fun:_Z41__static_initialization_and_destruction_0ii
1654 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_ins tead43FLAGS_tcmalloc_large_alloc_report_thresholdE 1654 fun:_GLOBAL__I__ZN61FLAG__namespace_do_not_use_directly_use_DECLARE_int64_ins tead43FLAGS_tcmalloc_large_alloc_report_thresholdE
1655 } 1655 }
(...skipping 4267 matching lines...) Expand 10 before | Expand all | Expand 10 after
5923 obj:/lib/libselinux.so.1 5923 obj:/lib/libselinux.so.1
5924 obj:/lib/libselinux.so.1 5924 obj:/lib/libselinux.so.1
5925 } 5925 }
5926 { 5926 {
5927 bug_todo_grep 5927 bug_todo_grep
5928 Memcheck:Leak 5928 Memcheck:Leak
5929 fun:malloc 5929 fun:malloc
5930 obj:/bin/grep 5930 obj:/bin/grep
5931 obj:/bin/grep 5931 obj:/bin/grep
5932 } 5932 }
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