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

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

Issue 266036: Fix another race condition on worker process shutdown that results in use-aft... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/worker/webworkerclient_proxy.cc ('k') | webkit/api/public/WebWorker.h » ('j') | 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 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 fun:_ZN7WebCore12parseUASheetEPKcj 959 fun:_ZN7WebCore12parseUASheetEPKcj
960 fun:_ZN7WebCore22loadSimpleDefaultStyleEv 960 fun:_ZN7WebCore22loadSimpleDefaultStyleEv
961 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEPNS_14StyleSheetListEPNS_13 CSSStyleSheetES6_PKN3WTF6VectorINS7_6RefPtrIS5_EELj0EEEbb 961 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEPNS_14StyleSheetListEPNS_13 CSSStyleSheetES6_PKN3WTF6VectorINS7_6RefPtrIS5_EELj0EEEbb
962 fun:_ZN7WebCore8Document6attachEv 962 fun:_ZN7WebCore8Document6attachEv
963 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE 963 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE
964 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE 964 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE
965 fun:_ZN7WebCore11FrameLoader4initEv 965 fun:_ZN7WebCore11FrameLoader4initEv
966 fun:_ZN7WebCore5Frame4initEv 966 fun:_ZN7WebCore5Frame4initEv
967 } 967 }
968 { 968 {
969 bug_23018_a
970 Memcheck:Addr4
971 fun:_ZN12_GLOBAL__N_115KillProcessTask3RunEv
972 fun:_ZN11MessageLoop7RunTaskEP4Task
973 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
974 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE
975 }
976 {
977 # This is the same callstack as above, but for whatever reason the signature
978 # of the top line, KillProcessTask::Run(), is displayed differently.
979 bug_23018_b
980 Memcheck:Addr4
981 fun:_ZN122_GLOBAL__N__b_slave_chromium_rel_linux_valgrind_builder_build_src_c hrome_worker_webworkerclient_proxy.cc_00000000_BBD84F3C15KillProcessTask3RunEv
982 fun:_ZN11MessageLoop7RunTaskEP4Task
983 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
984 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE
985 }
986 {
987 bug_23151 969 bug_23151
988 Memcheck:Addr4 970 Memcheck:Addr4
989 ... 971 ...
990 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventE 972 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_5EventE
991 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventE 973 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventE
992 fun:_ZN7WebCore11EventTarget13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE 974 fun:_ZN7WebCore11EventTarget13dispatchEventEN3WTF10PassRefPtrINS_5EventEEE
993 fun:_ZN7WebCore14XMLHttpRequest28callReadyStateChangeListenerEv 975 fun:_ZN7WebCore14XMLHttpRequest28callReadyStateChangeListenerEv
994 } 976 }
995 { 977 {
996 bug_23197 978 bug_23197
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 fun:_ZN10RenderView15CapturePageInfoEib 1080 fun:_ZN10RenderView15CapturePageInfoEib
1099 fun:_Z16DispatchToMethodI10RenderViewMS0_FvibEibEvPT_T0_RK6Tuple2IT1_T2_E 1081 fun:_Z16DispatchToMethodI10RenderViewMS0_FvibEibEvPT_T0_RK6Tuple2IT1_T2_E
1100 fun:_ZN27ScopedRunnableMethodFactoryI10RenderViewE14RunnableMethodIMS0_FvibE6 Tuple2IibEE3RunEv 1082 fun:_ZN27ScopedRunnableMethodFactoryI10RenderViewE14RunnableMethodIMS0_FvibE6 Tuple2IibEE3RunEv
1101 fun:_ZN11MessageLoop7RunTaskEP4Task 1083 fun:_ZN11MessageLoop7RunTaskEP4Task
1102 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1084 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1103 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE 1085 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE
1104 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 1086 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1105 fun:_ZN11MessageLoop11RunInternalEv 1087 fun:_ZN11MessageLoop11RunInternalEv
1106 fun:_ZN11MessageLoop10RunHandlerEv 1088 fun:_ZN11MessageLoop10RunHandlerEv
1107 } 1089 }
1108 {
1109 bug_24346
1110 Memcheck:Addr4
1111 fun:_ZN13WebWorkerImpl25ReportPendingActivityTaskEPN7WebCore22ScriptExecution ContextEPS_b
1112 fun:_ZN7WebCore18GenericWorkerTask2IP13WebWorkerImplS2_bbE11performTaskEPNS_2 2ScriptExecutionContextE
1113 fun:_ZN13WebWorkerImpl16InvokeTaskMethodEPv
1114 fun:_ZN3WTF31dispatchFunctionsFromMainThreadEv
1115 fun:_Z18DispatchToFunctionIPFvvEEvT_RK6Tuple0
1116 fun:_ZN16RunnableFunctionIPFvvE6Tuple0E3RunEv
1117 fun:_ZN11MessageLoop7RunTaskEP4Task
1118 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1119 fun:_ZN11MessageLoop6DoWorkEv
1120 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1121 fun:_ZN11MessageLoop11RunInternalEv
1122 fun:_ZN11MessageLoop10RunHandlerEv
1123 }
OLDNEW
« no previous file with comments | « chrome/worker/webworkerclient_proxy.cc ('k') | webkit/api/public/WebWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698