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 2337002: Suppress valgrind IPC bug.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 3029 matching lines...) Expand 10 before | Expand all | Expand 10 after
3040 fun:MessageLoop::DoWork 3040 fun:MessageLoop::DoWork
3041 fun:base::MessagePumpLibevent::Run 3041 fun:base::MessagePumpLibevent::Run
3042 fun:MessageLoop::RunInternal 3042 fun:MessageLoop::RunInternal
3043 fun:MessageLoop::RunHandler 3043 fun:MessageLoop::RunHandler
3044 fun:MessageLoop::Run 3044 fun:MessageLoop::Run
3045 fun:base::Thread::Run 3045 fun:base::Thread::Run
3046 fun:base::Thread::ThreadMain 3046 fun:base::Thread::ThreadMain
3047 fun:ThreadFunc 3047 fun:ThreadFunc
3048 fun:start_thread 3048 fun:start_thread
3049 } 3049 }
3050
3051 {
3052 Bug_45301_UnknownOwner
3053 Memcheck:Leak
3054 fun:_Znw*
3055 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
3056 fun:_ZN3IPC16MessageWithReplyI6Tuple3I4GURLSsSbIwSt11char_traitsIwESaIwEEE6Tu ple2IRNS_13ChannelHandleER13WebPluginInfoEE18DispatchDelayReplyI21ResourceMessag eFilterMSG_FvRKS2_RKSsRKS6_PNS_7MessageEEEEbPKSN_PT_T0_
3057 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageE
3058 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
3059 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
3060 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
3061 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
3062 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
3063 fun:event_process_active
3064 fun:event_base_loop
3065 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3066 fun:_ZN11MessageLoop11RunInternalEv
3067 fun:_ZN11MessageLoop10RunHandlerEv
3068 }
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