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

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

Issue 2808099: Supression for StatusBubbleViews::Init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 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 3877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE 3888 fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE
3889 fun:_ZN24BrowserRenderProcessHost17OnMessageReceivedERKN3IPC7MessageE 3889 fun:_ZN24BrowserRenderProcessHost17OnMessageReceivedERKN3IPC7MessageE
3890 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE 3890 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
3891 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E 3891 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E
3892 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv 3892 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv
3893 fun:_ZN11MessageLoop7RunTaskEP4Task 3893 fun:_ZN11MessageLoop7RunTaskEP4Task
3894 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 3894 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3895 fun:_ZN11MessageLoop6DoWorkEv 3895 fun:_ZN11MessageLoop6DoWorkEv
3896 fun:_ZN4base16MessagePumpForUI14HandleDispatchEv 3896 fun:_ZN4base16MessagePumpForUI14HandleDispatchEv
3897 } 3897 }
3898 {
3899 bug_51076
3900 Memcheck:Leak
3901 fun:malloc
3902 fun:malloc
3903 fun:g_malloc
3904 fun:g_slice_alloc
3905 fun:g_slist_prepend
3906 fun:g_object_init
3907 fun:g_type_create_instance
3908 fun:g_object_constructor
3909 fun:g_object_newv
3910 fun:g_object_new_valist
3911 fun:g_object_new
3912 fun:gtk_views_fixed_new
3913 fun:_ZN5views9WidgetGtk15CreateGtkWidgetEP10_GtkWidgetRKN3gfx4RectE
3914 fun:_ZN5views9WidgetGtk4InitEP10_GtkWidgetRKN3gfx4RectE
3915 fun:_ZN17StatusBubbleViews4InitEv
3916 fun:_ZN17StatusBubbleViews6SetURLERK4GURLRKSbIwSt11char_traitsIwESaIwEE
3917 fun:_ZN7Browser15UpdateTargetURLEP11TabContentsRK4GURL
3918 fun:_ZN11TabContents15UpdateTargetURLEiRK4GURL
3919 fun:_ZN11TabContents30DidNavigateMainFramePostCommitERKN20NavigationControlle r20LoadCommittedDetailsERK32ViewHostMsg_FrameNavigate_Params
3920 fun:_ZN11TabContents11DidNavigateEP14RenderViewHostRK32ViewHostMsg_FrameNavig ate_Params
3921 fun:_ZN14RenderViewHost13OnMsgNavigateERKN3IPC7MessageE
3922 fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE
3923 }
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