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

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

Issue 119903005: Valgrind: Suppress an occasional leak inside net::URLFetcherCore::StartURLRequestWhenAppropriate. R… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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 1958 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 fun:_Znw* 1969 fun:_Znw*
1970 fun:_ZN16RenderWidgetHost11WasRestoredEv 1970 fun:_ZN16RenderWidgetHost11WasRestoredEv
1971 } 1971 }
1972 { 1972 {
1973 bug_80550_b 1973 bug_80550_b
1974 Memcheck:Leak 1974 Memcheck:Leak
1975 fun:_Znw* 1975 fun:_Znw*
1976 fun:_ZN16RenderWidgetHost9WasHiddenEv 1976 fun:_ZN16RenderWidgetHost9WasHiddenEv
1977 } 1977 }
1978 { 1978 {
1979 bug_80663
1980 Memcheck:Leak
1981 fun:_Znw*
1982 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore 10CookieInfoESaIS6_EEEPS2_EENS_8internal20InvokerStorageHolderINSD_15InvokerStor age1IT_T0_EEEESG_RKSH_
1983 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
1984 fun:_ZN3net17URLRequestHttpJob5StartEv
1985 fun:_ZN3net10URLRequest8StartJobEPNS_13URLRequestJobE
1986 fun:_ZN3net10URLRequest5StartEv
1987 fun:_ZN10URLFetcher4Core15StartURLRequestEv
1988 fun:_ZN10URLFetcher4Core30StartURLRequestWhenAppropriateEv
1989 }
1990 {
1991 bug_82717 1979 bug_82717
1992 Memcheck:Leak 1980 Memcheck:Leak
1993 fun:_Znw* 1981 fun:_Znw*
1994 ... 1982 ...
1995 fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7conte nt17RenderProcessHostE 1983 fun:_ZN6chrome26ChromeContentBrowserClient24RenderProcessHostCreatedEPN7conte nt17RenderProcessHostE
1996 fun:_ZN21RenderProcessHostImpl4Init* 1984 fun:_ZN21RenderProcessHostImpl4Init*
1997 ... 1985 ...
1998 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP* 1986 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP*
1999 fun:_ZN22RenderFrameHostManager14InitRenderViewEP* 1987 fun:_ZN22RenderFrameHostManager14InitRenderViewEP*
2000 ... 1988 ...
(...skipping 4358 matching lines...) Expand 10 before | Expand all | Expand 10 after
6359 ... 6347 ...
6360 fun:_ZN7WebCore11RenderImage12imageChangedEPvPKNS_7IntRectE 6348 fun:_ZN7WebCore11RenderImage12imageChangedEPvPKNS_7IntRectE
6361 fun:_ZN7WebCore12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRect E 6349 fun:_ZN7WebCore12RenderObject12imageChangedEPNS_13ImageResourceEPKNS_7IntRect E
6362 fun:_ZN7WebCore13ImageResource12didAddClientEPNS_14ResourceClientE 6350 fun:_ZN7WebCore13ImageResource12didAddClientEPNS_14ResourceClientE
6363 fun:_ZN7WebCore8Resource9addClientEPNS_14ResourceClientE 6351 fun:_ZN7WebCore8Resource9addClientEPNS_14ResourceClientE
6364 fun:_ZN7WebCore19RenderImageResource16setImageResourceEPNS_13ImageResourceE 6352 fun:_ZN7WebCore19RenderImageResource16setImageResourceEPNS_13ImageResourceE
6365 fun:_ZN7WebCore30PasswordGeneratorButtonElement11updateImageEv 6353 fun:_ZN7WebCore30PasswordGeneratorButtonElement11updateImageEv
6366 fun:_ZN7WebCore30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachCont extE 6354 fun:_ZN7WebCore30PasswordGeneratorButtonElement6attachERKNS_4Node13AttachCont extE
6367 fun:_ZN7WebCore13ContainerNode14attachChildrenERKNS_4Node13AttachContextE 6355 fun:_ZN7WebCore13ContainerNode14attachChildrenERKNS_4Node13AttachContextE
6368 } 6356 }
6357 {
6358 bug_331925
6359 Memcheck:Leak
6360 ...
6361 fun:_ZN3net27TestURLRequestContextGetter20GetURLRequestContextEv
6362 fun:_ZN3net14URLFetcherCore30StartURLRequestWhenAppropriateEv
6363 fun:_ZN3net14URLFetcherCore19DidInitializeWriterEi
6364 fun:_ZN3net14URLFetcherCore15StartOnIOThreadEv
6365 }
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