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

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

Issue 402106: Fix unitialized memory access in workers. (Closed)
Patch Set: It is "#else" not "#lse" :(. Created 11 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
« no previous file with comments | « chrome/browser/worker_host/message_port_dispatcher.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 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 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 fun:_ZN6WebKit21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Reso urceRequestERKNS1_14SubstituteDataE 1132 fun:_ZN6WebKit21FrameLoaderClientImpl20createDocumentLoaderERKN7WebCore15Reso urceRequestERKNS1_14SubstituteDataE
1133 fun:_ZN7WebCore11FrameLoader4initEv 1133 fun:_ZN7WebCore11FrameLoader4initEv
1134 fun:_ZN7WebCore5Frame4initEv 1134 fun:_ZN7WebCore5Frame4initEv
1135 fun:_ZN6WebKit12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE 1135 fun:_ZN6WebKit12WebFrameImpl21initializeAsMainFrameEPNS_11WebViewImplE
1136 fun:_ZN6WebKit11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE 1136 fun:_ZN6WebKit11WebViewImpl19initializeMainFrameEPNS_14WebFrameClientE
1137 fun:_ZN10RenderView4InitEiiRK19RendererPreferencesPN4base14RefCountedDataIiEE i 1137 fun:_ZN10RenderView4InitEiiRK19RendererPreferencesPN4base14RefCountedDataIiEE i
1138 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEi 1138 fun:_ZN10RenderView6CreateEP16RenderThreadBaseiiRK19RendererPreferencesRK14We bPreferencesPN4base14RefCountedDataIiEEi
1139 fun:_ZN12RenderThread15OnCreateNewViewEiRK19RendererPreferencesRK14WebPrefere ncesi 1139 fun:_ZN12RenderThread15OnCreateNewViewEiRK19RendererPreferencesRK14WebPrefere ncesi
1140 } 1140 }
1141 { 1141 {
1142 bug_27318
1143 Memcheck:Cond
1144 fun:_ZN21MessagePortDispatcher7ObserveE16NotificationTypeRK18NotificationSour ceRK19NotificationDetails
1145 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
1146 fun:_ZN17WorkerProcessHostD0Ev
1147 fun:_ZN16ChildProcessHost11OnChildDiedEv
1148 fun:_ZN16ChildProcessHost12ListenerHook14OnChannelErrorEv
1149 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1150 }
1151 {
1152 # See comment in main_menu.cc 1142 # See comment in main_menu.cc
1153 main_menu_leak 1143 main_menu_leak
1154 Memcheck:Leak 1144 Memcheck:Leak
1155 ... 1145 ...
1156 fun:_ZN8chromeos8MainMenuC1Ev 1146 fun:_ZN8chromeos8MainMenuC1Ev
1157 } 1147 }
1158 # The following three suppressions are related to the workers code. 1148 # The following three suppressions are related to the workers code.
1159 { 1149 {
1160 bug_27837 1150 bug_27837
1161 Memcheck:Leak 1151 Memcheck:Leak
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E 1186 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E
1197 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv 1187 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv
1198 fun:_ZN11MessageLoop7RunTaskEP4Task 1188 fun:_ZN11MessageLoop7RunTaskEP4Task
1199 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1189 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1200 fun:_ZN11MessageLoop6DoWorkEv 1190 fun:_ZN11MessageLoop6DoWorkEv
1201 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 1191 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1202 fun:_ZN11MessageLoop11RunInternalEv 1192 fun:_ZN11MessageLoop11RunInternalEv
1203 fun:_ZN11MessageLoop10RunHandlerEv 1193 fun:_ZN11MessageLoop10RunHandlerEv
1204 } 1194 }
1205 { 1195 {
1206 bug_27839
1207 Memcheck:Cond
1208 fun:_ZN21MessagePortDispatcher7ObserveE16NotificationTypeRK18NotificationSour ceRK19NotificationDetails
1209 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
1210 fun:_ZN21ResourceMessageFilterD0Ev
1211 fun:_ZN12ChromeThread14DeleteOnThreadILNS_2IDE4EE8DestructI21ResourceMessageF ilterEEvPT_
1212 fun:_ZN21ResourceMessageFilter10OnDestructEv
1213 fun:_ZN3IPC12ChannelProxy19MessageFilterTraits8DestructEPNS0_13MessageFilterE
1214 fun:_ZN4base20RefCountedThreadSafeIN3IPC12ChannelProxy13MessageFilterENS2_19M essageFilterTraitsEE7ReleaseEv
1215 fun:_ZN13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEED1Ev
1216 fun:_ZSt8_DestroyI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEEEvPT_
1217 fun:_ZSt13__destroy_auxIP13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEE EvT_S6_St12__false_type
1218 fun:_ZSt8_DestroyIP13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEEEvT_S6 _
1219 fun:_ZSt8_DestroyIP13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEES4_EvT _S6_SaIT0_E
1220 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE 15_M_erase_at_endEPS4_
1221 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE 5clearEv
1222 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
1223 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelClosedEv
1224 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEvPT_T0_RK6Tuple 0
1225 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvE6Tuple0E3RunEv
1226 fun:_ZN11MessageLoop7RunTaskEP4Task
1227 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1228 fun:_ZN11MessageLoop6DoWorkEv
1229 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1230 }
1231 {
1232 bug_27922
1233 Memcheck:Cond
1234 fun:_ZN21MessagePortDispatcher7ObserveE16NotificationTypeRK18NotificationSour ceRK19NotificationDetails
1235 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
1236 fun:_ZN21ResourceMessageFilter14OnChannelErrorEv
1237 fun:_ZN3IPC12ChannelProxy7Context14OnChannelErrorEv
1238 fun:_ZN3IPC11SyncChannel11SyncContext14OnChannelErrorEv
1239 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
1240 fun:_ZN3IPC8SendTask3RunEv
1241 fun:_ZN11MessageLoop7RunTaskEP4Task
1242 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1243 fun:_ZN11MessageLoop6DoWorkEv
1244 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
1245 fun:_ZN11MessageLoop11RunInternalEv
1246 fun:_ZN11MessageLoop10RunHandlerEv
1247 }
1248 {
1249 bug_27936 1196 bug_27936
1250 Memcheck:Leak 1197 Memcheck:Leak
1251 fun:_Znw* 1198 fun:_Znw*
1252 fun:_ZN7history20ExpireHistoryBackend28BroadcastDeleteNotificationsEPNS0_18De leteDependenciesE 1199 fun:_ZN7history20ExpireHistoryBackend28BroadcastDeleteNotificationsEPNS0_18De leteDependenciesE
1253 fun:_ZN7history20ExpireHistoryBackend21ArchiveSomeOldHistoryEN4base4TimeEPKNS _20ExpiringVisitsReaderEi 1200 fun:_ZN7history20ExpireHistoryBackend21ArchiveSomeOldHistoryEN4base4TimeEPKNS _20ExpiringVisitsReaderEi
1254 fun:_ZN7history20ExpireHistoryBackend18DoArchiveIterationEv 1201 fun:_ZN7history20ExpireHistoryBackend18DoArchiveIterationEv
1255 fun:_Z16DispatchToMethodIN7history20ExpireHistoryBackendEMS1_FvvEEvPT_T0_RK6T uple0 1202 fun:_Z16DispatchToMethodIN7history20ExpireHistoryBackendEMS1_FvvEEvPT_T0_RK6T uple0
1256 fun:_ZN27ScopedRunnableMethodFactoryIN7history20ExpireHistoryBackendEE14Runna bleMethodIMS1_FvvE6Tuple0E3RunEv 1203 fun:_ZN27ScopedRunnableMethodFactoryIN7history20ExpireHistoryBackendEE14Runna bleMethodIMS1_FvvE6Tuple0E3RunEv
1257 fun:_ZN11MessageLoop7RunTaskEP4Task 1204 fun:_ZN11MessageLoop7RunTaskEP4Task
1258 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1205 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 bug_28200 1568 bug_28200
1622 Memcheck:Leak 1569 Memcheck:Leak
1623 fun:malloc 1570 fun:malloc
1624 fun:malloc 1571 fun:malloc
1625 fun:_ZN3WTF10fastMallocEj 1572 fun:_ZN3WTF10fastMallocEj
1626 fun:_ZN3WTF13FastAllocBasenwEj 1573 fun:_ZN3WTF13FastAllocBasenwEj
1627 fun:_ZN7WebCore18MessagePortChannel6createEN3WTF10PassRefPtrINS_26PlatformMes sagePortChannelEEE 1574 fun:_ZN7WebCore18MessagePortChannel6createEN3WTF10PassRefPtrINS_26PlatformMes sagePortChannelEEE
1628 fun:_ZN6WebKit19WebSharedWorkerImpl7connectEPNS_21WebMessagePortChannelEPNS_1 5WebSharedWorker15ConnectListenerE 1575 fun:_ZN6WebKit19WebSharedWorkerImpl7connectEPNS_21WebMessagePortChannelEPNS_1 5WebSharedWorker15ConnectListenerE
1629 fun:_ZN19WebSharedWorkerStub9OnConnectEii 1576 fun:_ZN19WebSharedWorkerStub9OnConnectEii
1630 } 1577 }
OLDNEW
« no previous file with comments | « chrome/browser/worker_host/message_port_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698