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

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

Issue 8528016: Fix leak in BroadcastNotifications() if the delegate is closing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/history/history_backend.cc ('k') | 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 3695 matching lines...) Expand 10 before | Expand all | Expand 10 after
3706 fun:_ZN17VisitedLinkMaster23RebuildTableFromHistoryEv 3706 fun:_ZN17VisitedLinkMaster23RebuildTableFromHistoryEv
3707 fun:_ZN17VisitedLinkMaster15InitFromScratchEb 3707 fun:_ZN17VisitedLinkMaster15InitFromScratchEb
3708 fun:_ZN17VisitedLinkMaster4InitEv 3708 fun:_ZN17VisitedLinkMaster4InitEv
3709 fun:_ZN11ProfileImpl20GetVisitedLinkMasterEv 3709 fun:_ZN11ProfileImpl20GetVisitedLinkMasterEv
3710 fun:_ZN24VisitedLinkEventListener7ObserveEiRK18NotificationSourceRK19Notifica tionDetails 3710 fun:_ZN24VisitedLinkEventListener7ObserveEiRK18NotificationSourceRK19Notifica tionDetails
3711 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails 3711 fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDe tails
3712 fun:_ZN24BrowserRenderProcessHost17OnProcessLaunchedEv 3712 fun:_ZN24BrowserRenderProcessHost17OnProcessLaunchedEv
3713 fun:_ZN20ChildProcessLauncher7Context6NotifyEbi 3713 fun:_ZN20ChildProcessLauncher7Context6NotifyEbi
3714 } 3714 }
3715 { 3715 {
3716 bug_86483b
3717 Memcheck:Leak
3718 fun:_Znw*
3719 fun:_ZN7history14HistoryBackend12AddPageVisitERK4GURLN4base4Time*
3720 fun:_ZN7history14HistoryBackend7AddPageE13scoped_refptrINS_18HistoryAddPageAr gsEE
3721 }
3722 {
3723 bug_86483c
3724 Memcheck:Leak
3725 fun:_Znw*
3726 fun:_ZN7history14HistoryBackend12SetPageTitleE*
3727 }
3728 {
3729 bug_87094a 3716 bug_87094a
3730 Memcheck:Leak 3717 Memcheck:Leak
3731 fun:_Znw* 3718 fun:_Znw*
3732 fun:_ZN4base4Bind*TaskClosureAdapter*InvokerStorage* 3719 fun:_ZN4base4Bind*TaskClosureAdapter*InvokerStorage*
3733 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task 3720 fun:_ZN11MessageLoop8PostTaskERKN15tracked_objects8LocationEP4Task
3734 fun:_ZN3net10FileStream12AsyncContext23OnBackgroundIOCompletedEi 3721 fun:_ZN3net10FileStream12AsyncContext23OnBackgroundIOCompletedEi
3735 fun:_Z16DispatchToMethodIN3net10FileStream12AsyncContextEMS2_FviEiEvPT_T0_RK6 Tuple1IT1_E 3722 fun:_Z16DispatchToMethodIN3net10FileStream12AsyncContextEMS2_FviEiEvPT_T0_RK6 Tuple1IT1_E
3736 fun:_ZN12CallbackImplIN3net10FileStream12AsyncContextEMS2_FviE6Tuple1IiEE13Ru nWithParamsERKS6_ 3723 fun:_ZN12CallbackImplIN3net10FileStream12AsyncContextEMS2_FviE6Tuple1IiEE13Ru nWithParamsERKS6_
3737 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ 3724 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
3738 fun:_ZN3net12_GLOBAL__N_112ReadFileTaskEiPciP14CallbackRunnerI6Tuple1IiEE 3725 fun:_ZN3net12_GLOBAL__N_112ReadFileTaskEiPciP14CallbackRunnerI6Tuple1IiEE
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
5250 obj:/lib/libselinux.so.1 5237 obj:/lib/libselinux.so.1
5251 obj:/lib/libselinux.so.1 5238 obj:/lib/libselinux.so.1
5252 } 5239 }
5253 { 5240 {
5254 bug_todo_grep 5241 bug_todo_grep
5255 Memcheck:Leak 5242 Memcheck:Leak
5256 fun:malloc 5243 fun:malloc
5257 obj:/bin/grep 5244 obj:/bin/grep
5258 obj:/bin/grep 5245 obj:/bin/grep
5259 } 5246 }
OLDNEW
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698