| OLD | NEW |
| 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, stuff that is somehow a false positive | 4 # 2. Intentional unit test errors, 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. | 8 # These should all be in chromium's bug tracking system. |
| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 fun:TundraUnitVDIGInputEntry | 75 fun:TundraUnitVDIGInputEntry |
| 76 fun:TundraUnitCreateFromDescription | 76 fun:TundraUnitCreateFromDescription |
| 77 fun:+[QTCaptureVDIGDevice _refreshDevices] | 77 fun:+[QTCaptureVDIGDevice _refreshDevices] |
| 78 fun:+[QTCaptureVDIGDevice devicesWithIOType:] | 78 fun:+[QTCaptureVDIGDevice devicesWithIOType:] |
| 79 fun:+[QTCaptureDevice devicesWithIOType:] | 79 fun:+[QTCaptureDevice devicesWithIOType:] |
| 80 fun:+[QTCaptureDevice inputDevices] | 80 fun:+[QTCaptureDevice inputDevices] |
| 81 fun:+[QTCaptureDevice inputDevicesWithMediaType:] | 81 fun:+[QTCaptureDevice inputDevicesWithMediaType:] |
| 82 ... | 82 ... |
| 83 } | 83 } |
| 84 { | 84 { |
| 85 # See http://crbug.com/141293 | |
| 86 bug_141293 | |
| 87 Memcheck:Uninitialized | |
| 88 fun:deflateEnd | |
| 89 fun:deflateSetDictionary | |
| 90 fun:deflate | |
| 91 fun:png_write_finish_row | |
| 92 ... | |
| 93 fun:png_write_find_filter | |
| 94 fun:_cg_png_write_row | |
| 95 fun:writeOnePng | |
| 96 fun:_CGImagePluginWritePNG | |
| 97 fun:CGImageDestinationFinalize | |
| 98 fun:+[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImage
RepsInArray:usingType:properties:] | |
| 99 fun:-[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingTy
pe:properties:] | |
| 100 fun:_ZN3gfx8internal24Get1xPNGBytesFromNSImageEP7NSImage | |
| 101 } | |
| 102 { | |
| 103 # See http://crbug.com/385604 | 85 # See http://crbug.com/385604 |
| 104 bug_385604_a | 86 bug_385604_a |
| 105 Memcheck:Leak | 87 Memcheck:Leak |
| 106 fun:_Znw* | 88 fun:_Znw* |
| 107 fun:_ZNK11AEEventImpl9duplicateEv | 89 fun:_ZNK11AEEventImpl9duplicateEv |
| 108 fun:AESendMessage | 90 fun:AESendMessage |
| 109 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ | 91 fun:_ZL35HIToolboxLSNotificationCallbackFunc18LSNotificationCodedPKvPK7__LSAS
NS1_11LSSessionIDS1_ |
| 110 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ | 92 fun:_ZL48LSScheduleNotificationReceiveMessageCallbackFuncP12__CFMachPortPvlS1
_ |
| 111 fun:__CFMachPortPerform | 93 fun:__CFMachPortPerform |
| 112 fun:__CFRunLoopRun | 94 fun:__CFRunLoopRun |
| 113 ... | 95 ... |
| 114 } | 96 } |
| 115 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first | |
| 116 # run of each reboot. See also issues 105525, 257276, 340847. | |
| 117 { | |
| 118 bug_257276 | |
| 119 Memcheck:Leak | |
| 120 ... | |
| 121 fun:ripc_DrawPath | |
| 122 fun:CGContextDrawPath | |
| 123 } | |
| 124 { | |
| 125 bug_257276_b | |
| 126 Memcheck:Leak | |
| 127 fun:malloc_zone_malloc | |
| 128 ... | |
| 129 fun:setCursorFromBundle | |
| 130 fun:CoreCursorSet | |
| 131 fun:-[NSCursor set] | |
| 132 } | |
| 133 | 97 |
| 134 # 2. Intentional unit test errors, stuff that is somehow a false positive | 98 # 2. Intentional unit test errors, stuff that is somehow a false positive |
| 135 # in our own code, or stuff that is so trivial it's not worth fixing. | 99 # in our own code, or stuff that is so trivial it's not worth fixing. |
| 136 { | 100 { |
| 137 # Mac Sandbox test cases are registered in a global map. This code is only | 101 # Mac Sandbox test cases are registered in a global map. This code is only |
| 138 # used in the unit test binary. | 102 # used in the unit test binary. |
| 139 Mac_Sandbox_Intentional_Leak1 | 103 Mac_Sandbox_Intentional_Leak1 |
| 140 Memcheck:Leak | 104 Memcheck:Leak |
| 141 fun:_Znw* | 105 fun:_Znw* |
| 142 fun:_ZN7content8internal19RegisterSandboxTestINS_* | 106 fun:_ZN7content8internal19RegisterSandboxTestINS_* |
| 143 ... | 107 ... |
| 144 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | 108 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE |
| 145 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj | 109 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj |
| 146 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE | 110 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE |
| 147 fun:_ZN4dyld24initializeMainExecutableEv | 111 fun:_ZN4dyld24initializeMainExecutableEv |
| 148 } | 112 } |
| 149 { | 113 { |
| 150 # __cxa_get_globals leaks a structure when called for the first time | 114 # __cxa_get_globals leaks a structure when called for the first time |
| 151 __cxa_get_globals one-time leak | 115 __cxa_get_globals one-time leak |
| 152 Memcheck:Leak | 116 Memcheck:Leak |
| 153 ... | 117 ... |
| 154 fun:__cxa_get_globals | 118 fun:__cxa_get_globals |
| 155 } | 119 } |
| 156 { | |
| 157 # Intentional leak of a time-based self-deleting object. | |
| 158 bug_264886 | |
| 159 Memcheck:Leak | |
| 160 fun:_Znw* | |
| 161 ... | |
| 162 fun:_ZN4base26MessagePumpInstrumentation6CreateERKNS_9TimeDeltaES3_ | |
| 163 fun:_ZN4base24MessagePumpCFRunLoopBase21EnableInstrumentationEv | |
| 164 fun:_ZN4base24MessagePumpNSApplicationC2Ev | |
| 165 fun:_ZN4base24MessagePumpCrApplicationC2Ev | |
| 166 fun:_ZN4base24MessagePumpCrApplicationC1Ev | |
| 167 fun:_ZN4base14MessagePumpMac6CreateEv | |
| 168 } | |
| 169 | 120 |
| 170 # 3. Suppressions for real chromium bugs that are not yet fixed. | 121 # 3. Suppressions for real chromium bugs that are not yet fixed. |
| 171 { | 122 { |
| 172 bug_87629 | 123 bug_87629 |
| 173 Memcheck:Leak | 124 Memcheck:Leak |
| 174 ... | 125 ... |
| 175 fun:realloc | 126 fun:realloc |
| 176 fun:new_sem_from_pool | 127 fun:new_sem_from_pool |
| 177 } | 128 } |
| 178 { | 129 { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 195 fun:update_context_from_thread | 146 fun:update_context_from_thread |
| 196 fun:frame_thread_free | 147 fun:frame_thread_free |
| 197 fun:avcodec_close | 148 fun:avcodec_close |
| 198 ... | 149 ... |
| 199 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev | 150 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev |
| 200 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ | 151 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ |
| 201 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev | 152 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev |
| 202 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev | 153 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev |
| 203 } | 154 } |
| 204 { | 155 { |
| 205 bug_100022 | |
| 206 Memcheck:Unaddressable | |
| 207 ... | |
| 208 fun:_ZNK11ImageLoader15containsAddressEPKv | |
| 209 fun:_ZN4dyld14bindLazySymbolEPK11mach_headerPm | |
| 210 fun:stub_binding_helper_interface2 | |
| 211 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib | |
| 212 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frame
works/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib | |
| 213 fun:CGContextDrawImage | |
| 214 fun:_Z23PlotISImageRefInContextPvP9CGContext6CGRectssPK8RGBColormPK20_ISImage
RefCallbacks | |
| 215 fun:PlotIconRefInContext | |
| 216 } | |
| 217 { | |
| 218 bug_100983 | |
| 219 Memcheck:Leak | |
| 220 fun:_Znw* | |
| 221 fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPNS_9Histog
ramE | |
| 222 fun:_ZN4base18StatisticsRecorder25RegisterOrDeleteDuplicateEPNS_9HistogramE | |
| 223 fun:_ZN10disk_cache14StatsHistogram10FactoryGetERKSs | |
| 224 fun:_ZN10disk_cache5Stats4InitEPNS_11BackendImplEPj | |
| 225 fun:_ZN10disk_cache11BackendImpl8SyncInitEv | |
| 226 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv | |
| 227 } | |
| 228 { | |
| 229 bug_101359 | |
| 230 Memcheck:Leak | |
| 231 fun:malloc | |
| 232 fun:CGFontNameTableCreate | |
| 233 fun:get_name_table | |
| 234 fun:CGFontCopyPostScriptName | |
| 235 fun:CGFontCreateFontsWithURL | |
| 236 } | |
| 237 { | |
| 238 bug_102327_a | |
| 239 Memcheck:Unaddressable | |
| 240 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv | |
| 241 fun:_ZN15tracked_objects10ThreadData19OnThreadTerminationEPv | |
| 242 fun:_pthread_tsd_cleanup | |
| 243 fun:_pthread_exit | |
| 244 fun:thread_start | |
| 245 } | |
| 246 { | |
| 247 bug_102327_b | |
| 248 Memcheck:Leak | |
| 249 fun:_Znw* | |
| 250 fun:_ZN15tracked_objects10ThreadData10InitializeEv | |
| 251 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs | |
| 252 } | |
| 253 { | |
| 254 bug_102621 | |
| 255 Memcheck:Uninitialized | |
| 256 ... | |
| 257 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFil
enames:] | |
| 258 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_cha
r_traitsESaItEEP12NSPasteboarda | |
| 259 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv | |
| 260 } | |
| 261 { | |
| 262 bug_102920 | |
| 263 Memcheck:Unaddressable | |
| 264 fun:MDItemCreate | |
| 265 fun:CSBackupSetItemExcluded | |
| 266 fun:_ZN4base3mac22SetFileBackupExclusionE* | |
| 267 fun:_ZN7history17ThumbnailDatabase4InitE* | |
| 268 fun:_ZN7history14HistoryBackend8InitImplERKSs | |
| 269 fun:_ZN7history14HistoryBackend4InitERKSsb | |
| 270 } | |
| 271 { | |
| 272 bug_104756 | |
| 273 Memcheck:Leak | |
| 274 fun:_Znw* | |
| 275 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE | |
| 276 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginIn
foESaIS5_EEEE32DispatchDelayReplyWithSendParamsI19RenderMessageFilterMSC_FvbPNS_
7MessageEEEEbbRKS2_PKSD_PT_T0_ | |
| 277 fun:_ZN22ViewHostMsg_GetPlugins18DispatchDelayReplyI19RenderMessageFilterMS1_
FvbPN3IPC7MessageEEEEbPKS3_PT_T0_ | |
| 278 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb | |
| 279 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE | |
| 280 } | |
| 281 { | |
| 282 bug_104786 | |
| 283 Memcheck:Leak | |
| 284 fun:_Znw* | |
| 285 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKjiEEE8allocateEmP
Kv | |
| 286 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE11_M_get
_nodeEv | |
| 287 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE14_M_cre
ate_nodeERKS2_ | |
| 288 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE9_M_inse
rtEPSt18_Rb_tree_node_baseSA_RKS2_ | |
| 289 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert
_uniqueERKS2_ | |
| 290 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert
_uniqueESt17_Rb_tree_iteratorIS2_ERKS2_ | |
| 291 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEE6insertESt17_Rb_tree_iteratorIS4_E
RKS4_ | |
| 292 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_ | |
| 293 fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmbPN4base14FileDescriptorE | |
| 294 fun:_ZN19RenderMessageFilter19OnAllocTransportDIBEmbPN4base14FileDescriptorE | |
| 295 } | |
| 296 { | |
| 297 bug_105022 | |
| 298 Memcheck:Leak | |
| 299 fun:malloc_zone_malloc | |
| 300 fun:malloc_set_zone_name | |
| 301 fun:init__zone0 | |
| 302 fun:setenv$UNIX2003 | |
| 303 fun:_ZN12_GLOBAL__N_115EnvironmentImpl10SetVarImplEPKcRKSs | |
| 304 fun:_ZN12_GLOBAL__N_115EnvironmentImpl6SetVarEPKcRKSs | |
| 305 fun:_Z18AppendToPythonPath*FilePath | |
| 306 fun:_ZN*3net15LocalTestServer13SetPythonPathEv | |
| 307 fun:_ZN3net15LocalTestServer5StartEv | |
| 308 fun:_ZN12_GLOBAL__N_132MimeTypeTests_MimeTypeTests_Test8TestBodyEv | |
| 309 } | |
| 310 { | |
| 311 bug_105323 | |
| 312 Memcheck:Leak | |
| 313 fun:_Znw* | |
| 314 fun:_ZN15tracked_objects10ThreadData3GetEv | |
| 315 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6
BirthsERKNS_11TrackedTimeES6_S6_ | |
| 316 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv | |
| 317 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv | |
| 318 } | |
| 319 { | |
| 320 bug_105339 | |
| 321 Memcheck:Leak | |
| 322 fun:malloc_zone_malloc | |
| 323 fun:_malloc_internal | |
| 324 fun:_cache_addForwardEntry | |
| 325 fun:lookUpMethod | |
| 326 fun:class_respondsToSelector | |
| 327 } | |
| 328 { | |
| 329 bug_105341_a | |
| 330 Memcheck:Leak | |
| 331 fun:malloc_zone_malloc | |
| 332 fun:_CFRuntimeCreateInstance | |
| 333 fun:allocWorld | |
| 334 fun:create | |
| 335 fun:aquireColorWorldByAttributes | |
| 336 fun:acquireColorWorld | |
| 337 fun:CMSTransformConvert* | |
| 338 fun:CGCMSInterfaceTransformConvert* | |
| 339 } | |
| 340 { | |
| 341 bug_105341_b | |
| 342 Memcheck:Leak | |
| 343 fun:calloc | |
| 344 fun:_ZN9CMMMemMgr3NewEm | |
| 345 ... | |
| 346 fun:create | |
| 347 fun:aquireColorWorldByAttributes | |
| 348 fun:acquireColorWorld | |
| 349 fun:CMSTransformConvert* | |
| 350 fun:CGCMSInterfaceTransformConvert* | |
| 351 } | |
| 352 { | |
| 353 bug_105342 | |
| 354 Memcheck:Leak | |
| 355 fun:_Znw* | |
| 356 fun:_ZN15TSessionManager20CreateSessionManagerEv | |
| 357 fun:pthread_once | |
| 358 fun:_ZN15TSessionManagerC1Ev | |
| 359 fun:_ZN13TFontMetadata24CreateMetadataForFontURLEPK7__CFURLb | |
| 360 ... | |
| 361 fun:XTRegisterFont | |
| 362 fun:SendActivateFontsMessage | |
| 363 } | |
| 364 { | |
| 365 bug_105523 | |
| 366 Memcheck:Leak | |
| 367 fun:malloc_zone_malloc | |
| 368 fun:_CFRuntimeCreateInstance | |
| 369 fun:allocGeneric | |
| 370 fun:create | |
| 371 fun:CMSCreateDataProvider | |
| 372 fun:create_generic_color_space | |
| 373 fun:CGColorSpaceCreateWithIndex | |
| 374 } | |
| 375 { | |
| 376 bug_105524_a | |
| 377 Memcheck:Uninitialized | |
| 378 fun:_ZNK7blink13InlineTextBox17expansionBehaviorEv | |
| 379 fun:_ZNK7blink13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontE
PKtiiPNS_24BufferForAppendingHyphenE | |
| 380 fun:_ZNK7blink13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontE
PNS_24BufferForAppendingHyphenE | |
| 381 fun:_ZNK7blink13InlineTextBox17positionForOffsetEi | |
| 382 fun:_ZN5blink10RenderText14localCaretRectEPNS_9InlineBoxEiPi | |
| 383 fun:_ZNK7blink15VisiblePosition14localCaretRectERPNS_12RenderObjectE | |
| 384 fun:_ZN5blink9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePosition
E | |
| 385 fun:_ZN5blink14FrameSelection14localCaretRectEv | |
| 386 fun:_ZN5blink14FrameSelection18recomputeCaretRectEv | |
| 387 fun:_ZN5blink14FrameSelection16updateAppearanceEv | |
| 388 fun:_ZN5blink14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19Cu
rsorAlignOnScrollENS_15TextGranularityE | |
| 389 fun:_ZN5blink14FrameSelection12setSelectionERKNS_16VisibleSelectionENS_15Text
GranularityE | |
| 390 fun:_ZN5blink14FrameSelection34setNonDirectionalSelectionIfNeededERKNS_16Visi
bleSelectionENS_15TextGranularityENS0_23EndPointsAdjustmentModeE | |
| 391 fun:_ZN5blink12EventHandler49updateSelectionForMouseDownDispatchingSelectStar
tEPNS_4NodeERKNS_16VisibleSelectionENS_15TextGranularityE | |
| 392 fun:_ZN5blink12EventHandler32handleMousePressEventSingleClickERKNS_28MouseEve
ntWithHitTestResultsE | |
| 393 fun:_ZN5blink12EventHandler21handleMousePressEventERKNS_28MouseEventWithHitTe
stResultsE | |
| 394 fun:_ZN5blink12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE | |
| 395 fun:_ZN5blink12EventHandler29passMousePressEventToSubframeERNS_28MouseEventWi
thHitTestResultsEPNS_5FrameE | |
| 396 fun:_ZN5blink12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE | |
| 397 fun:_ZN5blink11WebViewImpl9mouseDownERKNS_13WebMouseEventE | |
| 398 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE | |
| 399 fun:_ZN46ContextMenuCapturing_ContextMenuCapturing_Test8TestBodyEv | |
| 400 } | |
| 401 { | |
| 402 bug_105524_b | |
| 403 Memcheck:Uninitialized | |
| 404 fun:_ZNK7blink13InlineTextBox17expansionBehaviorEv | |
| 405 fun:_ZNK7blink13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontE
PKtiiPNS_24BufferForAppendingHyphenE | |
| 406 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii | |
| 407 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii | |
| 408 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii | |
| 409 fun:_ZNK7blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Paint
InfoERKNS_8IntPointE | |
| 410 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE | |
| 411 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE | |
| 412 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | |
| 413 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE | |
| 414 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE | |
| 415 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE | |
| 416 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | |
| 417 fun:_ZN5blink11RenderLayer10paintLayerEPS0_PNS_15GraphicsContextERKNS_7IntRec
tEjPNS_12RenderObjectEPNS_12RenderRegionEPN3WTF7HashMapIPNS_24OverlapTestRequest
ClientES4_NSB_7PtrHashISE_EENSB_10HashTraitsISE_EENSH_IS4_EEEEj | |
| 418 fun:_ZN5blink11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEES3_PNS_15Graphic
sContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPNS1_7HashMapIPNS_
24OverlapTestRequestClientES8_NS1_7PtrHashISH_EENS1_10HashTraitsISH_EENSK_IS8_EE
EEj | |
| 419 fun:_ZN5blink11RenderLayer10paintLayerEPS0_PNS_15GraphicsContextERKNS_7IntRec
tEjPNS_12RenderObjectEPNS_12RenderRegionEPN3WTF7HashMapIPNS_24OverlapTestRequest
ClientES4_NSB_7PtrHashISE_EENSB_10HashTraitsISE_EENSH_IS4_EEEEj | |
| 420 fun:_ZN5blink11RenderLayer5paintEPNS_15GraphicsContextERKNS_7IntRectEjPNS_12R
enderObjectEPNS_12RenderRegionEj | |
| 421 fun:_ZN5blink9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE | |
| 422 fun:_ZN5blink10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE | |
| 423 fun:_ZN5blink12WebFrameImpl16paintWithContextERN7blink15GraphicsContextERKNS_
7WebRectE | |
| 424 fun:_ZN5blink12WebFrameImpl5paintEP9CGContextRKNS_7WebRectE | |
| 425 fun:_ZN5blink11WebViewImpl5paintEP9CGContextRKNS_7WebRectE | |
| 426 } | |
| 427 { | |
| 428 bug_105526_read_a | |
| 429 Memcheck:Unaddressable | |
| 430 fun:CGSSetWindowColorSpace | |
| 431 fun:_ZN10WindowData16UpdateColorSpaceEh | |
| 432 fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16Opa
queControlRef | |
| 433 fun:_ZN10WindowData10InitializeEP14OpaqueEventRef | |
| 434 fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef | |
| 435 fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14Opa
queEventRefPv | |
| 436 fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv | |
| 437 fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerC
allRec | |
| 438 fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetR
efP14HandlerCallRec | |
| 439 fun:SendEventToEventTargetWithOptions | |
| 440 fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_ | |
| 441 fun:HIObjectCreate | |
| 442 } | |
| 443 { | |
| 444 bug_105526_read_b | |
| 445 Memcheck:Unaddressable | |
| 446 obj:* | |
| 447 fun:_ZN10WindowData16UpdateColorSpaceEh | |
| 448 fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16Opa
queControlRef | |
| 449 fun:_ZN10WindowData10InitializeEP14OpaqueEventRef | |
| 450 fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef | |
| 451 fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14Opa
queEventRefPv | |
| 452 fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv | |
| 453 fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerC
allRec | |
| 454 fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetR
efP14HandlerCallRec | |
| 455 fun:SendEventToEventTargetWithOptions | |
| 456 fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_ | |
| 457 fun:HIObjectCreate | |
| 458 } | |
| 459 { | |
| 460 bug_105526_write | |
| 461 Memcheck:Unaddressable | |
| 462 fun:CGSColorProfileRelease | |
| 463 fun:CGSSetWindowColorSpace | |
| 464 fun:_ZN10WindowData16UpdateColorSpaceEh | |
| 465 fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16Opa
queControlRef | |
| 466 fun:_ZN10WindowData10InitializeEP14OpaqueEventRef | |
| 467 fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef | |
| 468 fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14Opa
queEventRefPv | |
| 469 fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv | |
| 470 fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerC
allRec | |
| 471 fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetR
efP14HandlerCallRec | |
| 472 fun:SendEventToEventTargetWithOptions | |
| 473 fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_ | |
| 474 fun:HIObjectCreate | |
| 475 } | |
| 476 { | |
| 477 bug_105527_a | |
| 478 Memcheck:Leak | |
| 479 fun:_Znw* | |
| 480 fun:_ZN16TCFStringUniquer19CreateStringUniquerEv | |
| 481 fun:pthread_once | |
| 482 fun:_ZN16TCFStringUniquerC1Ev | |
| 483 fun:_ZNK6TCFStr15GetUniqueStringEv | |
| 484 fun:_ZNK17TClientFontEntity14CopyFamilyNameEb | |
| 485 fun:_ZNK11TFontEntity14CopyPropertiesEPK7__CFSetb | |
| 486 fun:_ZNK21TLocalFontRegistryImp37CopyPropertiesForFontsMatchingRequestEPK14__
CFDictionaryPK7__CFSetj | |
| 487 fun:XTCopyFontsWithProperties | |
| 488 fun:_ZL20CopyFaceURLsForFontsPK9__CFArrayj | |
| 489 fun:XTRegisterFonts | |
| 490 fun:XTRegisterFont | |
| 491 fun:SendActivateFontsMessage | |
| 492 } | |
| 493 { | |
| 494 bug_105527_b | |
| 495 Memcheck:Leak | |
| 496 fun:_Znw* | |
| 497 fun:_ZN18TLocalFontRegistry14CreateRegistryEv | |
| 498 fun:pthread_once | |
| 499 fun:_ZN18TLocalFontRegistryC2Ev | |
| 500 fun:XTRegisterFonts | |
| 501 fun:XTRegisterFont | |
| 502 fun:SendActivateFontsMessage | |
| 503 } | |
| 504 { | |
| 505 bug_105527_c | |
| 506 Memcheck:Leak | |
| 507 fun:malloc_zone_malloc | |
| 508 fun:_CFRuntimeCreateInstance | |
| 509 fun:CFBasicHashCreate | |
| 510 fun:__CFSetCreateGeneric | |
| 511 fun:CFSetCreate | |
| 512 fun:_ZN16TBasicFontEntity21CreateBasicPropertiesEv | |
| 513 fun:pthread_once | |
| 514 fun:_ZN16TBasicFontEntity18GetBasicPropertiesEv | |
| 515 fun:XTCopyFontsWithProperties | |
| 516 } | |
| 517 { | |
| 518 bug_105527_d | |
| 519 Memcheck:Leak | |
| 520 fun:_Znw* | |
| 521 fun:_ZN19TGlobalFontRegistry14CreateRegistryEv | |
| 522 fun:pthread_once | |
| 523 fun:_ZN19TGlobalFontRegistryC2Ev | |
| 524 fun:XTCopyFontWithName | |
| 525 fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStri
ngm | |
| 526 } | |
| 527 { | |
| 528 bug_105527_e | |
| 529 Memcheck:Leak | |
| 530 fun:calloc | |
| 531 fun:CGFontFinderCreate | |
| 532 fun:cg_font_library_link_symbol | |
| 533 fun:load_vtable | |
| 534 fun:pthread_once | |
| 535 fun:CGFontGetVTable | |
| 536 fun:CGFontCreateFontsWithPath | |
| 537 fun:CGFontCreateFontsWithURL | |
| 538 } | |
| 539 { | |
| 540 bug_105580 | |
| 541 Memcheck:Leak | |
| 542 fun:malloc_zone_malloc | |
| 543 fun:malloc_set_zone_name | |
| 544 fun:malloc_default_purgeable_zone | |
| 545 ... | |
| 546 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv | |
| 547 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev | |
| 548 ... | |
| 549 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvE
E3NewEPv | |
| 550 ... | |
| 551 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_* | |
| 552 ... | |
| 553 fun:_ZN7leveldb7OptionsC2Ev | |
| 554 ... | |
| 555 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv | |
| 556 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE | |
| 557 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8
TestBodyEv | |
| 558 } | |
| 559 { | |
| 560 bug_105938_a | |
| 561 Memcheck:Leak | |
| 562 fun:_Znw* | |
| 563 fun:_ZN5blink23v8StringToblinkStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_
6StringEEENS_12ExternalModeE | |
| 564 ... | |
| 565 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE
EEiPS5_Pb | |
| 566 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | |
| 567 fun:_ZN2v86Script3RunEv | |
| 568 fun:_ZN5blink7V8Proxy9runScriptEN2v86HandleINS1_6ScriptE* | |
| 569 fun:_ZN5blink7V8Proxy8evaluateERKNS_16ScriptSourceCodeEPNS_4NodeE | |
| 570 fun:_ZN5blink16ScriptController8evaluateERKNS_16ScriptSourceCodeE | |
| 571 } | |
| 572 { | |
| 573 bug_105938_b | |
| 574 Memcheck:Leak | |
| 575 fun:_Znw* | |
| 576 fun:_ZN5blink23v8StringToblinkStringIN3WTF6StringEEET_N2v86HandleINS4_6String
EEENS_12ExternalModeE | |
| 577 ... | |
| 578 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE
EEiPS5_Pb | |
| 579 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | |
| 580 fun:_ZN2v86Script3RunEv | |
| 581 fun:_ZN5blink7V8Proxy9runScriptEN2v86HandleINS1_6ScriptE* | |
| 582 fun:_ZN5blink7V8Proxy8evaluateERKNS_16ScriptSourceCodeEPNS_4NodeE | |
| 583 fun:_ZN5blink16ScriptController8evaluateERKNS_16ScriptSourceCodeE | |
| 584 } | |
| 585 { | |
| 586 bug_105938_c | |
| 587 Memcheck:Leak | |
| 588 fun:_Znw* | |
| 589 fun:_ZN5blink23v8StringToblinkStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_
6StringEEENS_12ExternalModeE | |
| 590 ... | |
| 591 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE
EEiPS5_Pb | |
| 592 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | |
| 593 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE | |
| 594 fun:_ZN5blink7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8Fu
nctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE | |
| 595 fun:_ZN5blink7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6Obj
ectEEEiPNS2_INS1_5ValueEEE | |
| 596 fun:_ZN5blink19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecutio
nContextEN2v86HandleINS3_5ValueEEEPNS_5EventE | |
| 597 fun:_ZN5blink23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecut
ionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE | |
| 598 fun:_ZN5blink23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCont
extEPNS_5EventE | |
| 599 fun:_ZN5blink11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDa
taERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE | |
| 600 } | |
| 601 { | |
| 602 bug_107179 | |
| 603 Memcheck:Uninitialized | |
| 604 fun:_ZNK7blink13InlineTextBox17expansionBehaviorEv | |
| 605 fun:_ZNK7blink13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontE
PKtiiPNS_24BufferForAppendingHyphenE | |
| 606 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii | |
| 607 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii | |
| 608 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii | |
| 609 fun:_ZNK7blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Paint
InfoERKNS_8IntPointE | |
| 610 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE | |
| 611 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE | |
| 612 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | |
| 613 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE | |
| 614 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE | |
| 615 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE | |
| 616 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE | |
| 617 ... | |
| 618 fun:_ZN5blink11RenderLayer5paintEPNS_15GraphicsContextERKNS_7IntRectEjPNS_12R
enderObjectEPNS_12RenderRegionEj | |
| 619 fun:_ZN5blink9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE | |
| 620 fun:_ZN5blink10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE | |
| 621 fun:_ZN5blink12WebFrameImpl16paintWithContextERN7blink15GraphicsContextERKNS_
7WebRectE | |
| 622 } | |
| 623 { | |
| 624 bug_107541_a | |
| 625 Memcheck:Leak | |
| 626 fun:_Znw* | |
| 627 fun:_ZL14NewFromFontRefPK8__CTFontPKc | |
| 628 fun:_Z26SkCreateTypefaceFromCTFontPK8__CTFont | |
| 629 fun:_ZN5blinkL10setupPaintEP7SkPaintPKNS_14SimpleFontDataEPKNS_4FontE* | |
| 630 fun:_ZNK7blink4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataER
KNS_11GlyphBufferEiiRKNS_10FloatPointE | |
| 631 fun:_ZNK7blink4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS
_11GlyphBufferERKNS_10FloatPointE | |
| 632 fun:_ZNK7blink4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_
10FloatPointEii | |
| 633 fun:_ZNK7blink4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10Float
Point* | |
| 634 fun:_ZN5blink15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10Float
Point* | |
| 635 fun:_ZN5blinkL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7T
extRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10Shadow
DataEbb | |
| 636 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_* | |
| 637 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_* | |
| 638 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_* | |
| 639 fun:_ZNK7blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Paint
InfoERKNS_* | |
| 640 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_* | |
| 641 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_* | |
| 642 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_* | |
| 643 ... | |
| 644 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_* | |
| 645 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_* | |
| 646 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_* | |
| 647 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_* | |
| 648 } | |
| 649 { | |
| 650 bug_107541_b | |
| 651 Memcheck:Leak | |
| 652 fun:calloc | |
| 653 fun:CGGlyphBitmapCreate | |
| 654 ... | |
| 655 fun:CGFontCreateGlyphBitmap* | |
| 656 fun:create_missing_bitmaps | |
| 657 fun:CGGlyphLockLockGlyphBitmaps | |
| 658 ... | |
| 659 fun:draw_glyphs | |
| 660 fun:CGContextShowGlyphs | |
| 661 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyph* | |
| 662 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph | |
| 663 fun:_ZN15SkScalerContext8getImageERK7SkGlyph | |
| 664 fun:_ZN12SkGlyphCache9findImageERK7SkGlyph | |
| 665 fun:_ZL22D1G_NoBounder_RectClipRK12SkDraw1GlyphiiRK7SkGlyph | |
| 666 fun:_ZNK6SkDraw*draw*TextE* | |
| 667 fun:_ZN8SkDevice*draw*TextE* | |
| 668 fun:_ZN8SkCanvas*draw*TextE* | |
| 669 } | |
| 670 { | |
| 671 bug_107541_c | |
| 672 Memcheck:Leak | |
| 673 fun:_Znw* | |
| 674 fun:_ZL14NewFromFontRefPK8__CTFontPKc | |
| 675 fun:_ZL11NewFromNamePKcN10SkTypeface5StyleE | |
| 676 fun:_ZL15create_typefacePK10SkTypefacePKcNS_5StyleE | |
| 677 fun:_ZN10SkFontHost14CreateTypefaceEPK10SkTypefacePKcNS0_5StyleE | |
| 678 fun:_ZN10SkTypeface14CreateFromNameEPKcNS_5StyleE | |
| 679 fun:_ZN3gfx8internal16SkiaTextRenderer22SetFontFamilyWithStyleERKSsi | |
| 680 fun:_ZN3gfx13RenderTextMac14DrawVisualTextEPNS_6CanvasE | |
| 681 fun:_ZN3gfx10RenderText4DrawEPNS_6CanvasE | |
| 682 fun:_ZN3gfx43RenderTextTest_SelectionKeepsLigatures_Test8TestBodyEv | |
| 683 } | |
| 684 { | |
| 685 bug_109994 | |
| 686 Memcheck:Leak | |
| 687 ... | |
| 688 fun:_class_lookupMethodAndLoadCache | |
| 689 fun:objc_msgSend | |
| 690 ... | |
| 691 fun:_class_initialize | |
| 692 fun:_class_initialize | |
| 693 fun:_class_lookupMethodAndLoadCache | |
| 694 fun:objc_msgSend | |
| 695 fun:_ZN15ChromeTestSuite10InitializeEv | |
| 696 fun:_ZN4base9TestSuite3RunEv | |
| 697 fun:_ZN17UnitTestTestSuite3RunEv | |
| 698 } | |
| 699 { | |
| 700 bug_112078 | |
| 701 Memcheck:Uninitialized | |
| 702 fun:glViewport_Exec | |
| 703 fun:glViewport | |
| 704 fun:-[AcceleratedPluginView globalFrameDidChange:] | |
| 705 fun:-[AcceleratedPluginView renewGState] | |
| 706 fun:-[NSView _invalidateGStatesForTree] | |
| 707 fun:-[NSView(NSInternal) _setHidden:setNeedsDisplay:] | |
| 708 fun:-[NSView _setHidden:] | |
| 709 fun:_ZN*23RenderWidgetHostViewMac17MovePluginWindows* | |
| 710 fun:_ZN*27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii | |
| 711 fun:_ZN*53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv | |
| 712 } | |
| 713 { | |
| 714 bug_112086 | |
| 715 Memcheck:Uninitialized | |
| 716 fun:x_zone_size | |
| 717 fun:find_registered_purgeable_zone | |
| 718 fun:malloc_make_purgeable | |
| 719 } | |
| 720 { | |
| 721 bug_117310 | |
| 722 Memcheck:Leak | |
| 723 fun:_Znw* | |
| 724 fun:_ZN5blink23v8StringToblinkStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_
6StringEEENS_12ExternalModeE | |
| 725 fun:_ZN5blink29v8StringToAtomicblinkStringEN2v86HandleINS0_6StringEEE | |
| 726 fun:_ZN5blink11V8DOMWindow19namedPropertyGetterEN2v85LocalINS1_6StringEEERKNS
1_12AccessorInfoE | |
| 727 fun:_ZN2v88internal8JSObject26GetPropertyWithInterceptorEPNS0_10JSReceiverEPN
S0_6StringEP18PropertyAttributes | |
| 728 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringE
P18PropertyAttributes | |
| 729 fun:_ZN2v88internal6Object11GetPropertyENS0_6HandleIS1_EES3_PNS0_12LookupResu
ltENS2_INS0_6StringEEEP18PropertyAttributes | |
| 730 fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6Objec
tEEENS3_INS0_6StringEEE | |
| 731 fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE | |
| 732 obj:* | |
| 733 obj:* | |
| 734 obj:* | |
| 735 obj:* | |
| 736 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE
EEiPS5_Pb | |
| 737 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | |
| 738 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE | |
| 739 fun:_ZN5blink7V8Proxy24instrumentedCallFunctionEPNS_5FrameEN2v86HandleINS3_8F
unctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE | |
| 740 fun:_ZN5blink7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6Obj
ectEEEiPNS2_INS1_5ValueEEE | |
| 741 fun:_ZN5blink19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecutio
nContextEN2v86HandleINS3_5ValueEEEPNS_5EventE | |
| 742 fun:_ZN5blink23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecut
ionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE | |
| 743 fun:_ZN5blink23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCont
extEPNS_5EventE | |
| 744 fun:_ZN5blink11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDa
taERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE | |
| 745 } | |
| 746 { | |
| 747 bug_127499_a | |
| 748 Memcheck:Uninitialized | |
| 749 ... | |
| 750 fun:VDADecoderCreate | |
| 751 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm | |
| 752 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | |
| 753 } | |
| 754 { | |
| 755 bug_127499_b | |
| 756 Memcheck:Leak | |
| 757 ... | |
| 758 fun:VDADecoderCreate | |
| 759 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm | |
| 760 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | |
| 761 } | |
| 762 { | |
| 763 bug_127499_c | |
| 764 Memcheck:Free | |
| 765 ... | |
| 766 fun:VTDecompressionSessionInvalidate | |
| 767 fun:VDADecoderDestroy | |
| 768 fun:_ZN3gfx30VideoDecodeAccelerationSupport7DestroyEv | |
| 769 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | |
| 770 } | |
| 771 { | |
| 772 bug_127499_d | |
| 773 Memcheck:Uninitialized | |
| 774 ... | |
| 775 fun:VTDecompressionSessionInvalidate | |
| 776 fun:VDADecoderDestroy | |
| 777 fun:_ZN3gfx30VideoDecodeAccelerationSupport7DestroyEv | |
| 778 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | |
| 779 } | |
| 780 { | |
| 781 bug_127499_e | |
| 782 Memcheck:Leak | |
| 783 fun:_Znw* | |
| 784 fun:_ZN4base17LoadNativeLibraryE* | |
| 785 fun:_ZN12_GLOBAL__N_117InitializeVdaApisEv | |
| 786 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm | |
| 787 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | |
| 788 } | |
| 789 { | |
| 790 bug_127499_f | |
| 791 Memcheck:Leak | |
| 792 fun:malloc_zone_malloc | |
| 793 fun:_CFRuntimeCreateInstance | |
| 794 fun:CFBasicHashCreate | |
| 795 fun:__CFDictionaryCreateGeneric | |
| 796 fun:CFDictionaryCreate | |
| 797 fun:-[__NSPlaceholderDictionary initWithObjects:forKeys:count:] | |
| 798 fun:+[NSDictionary dictionaryWithObjectsAndKeys:] | |
| 799 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm | |
| 800 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv | |
| 801 } | |
| 802 { | |
| 803 bug_131361 | |
| 804 Memcheck:Overlap | |
| 805 fun:memcpy | |
| 806 ... | |
| 807 fun:_ZN2v88internal18GvnBasicBlockState32* | |
| 808 } | |
| 809 { | |
| 810 bug_159190 | 156 bug_159190 |
| 811 Memcheck:Uninitialized | 157 Memcheck:Uninitialized |
| 812 ... | 158 ... |
| 813 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm | 159 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm |
| 814 ... | 160 ... |
| 815 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb | 161 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb |
| 816 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph | 162 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph |
| 817 } | 163 } |
| 818 { | 164 { |
| 819 bug_171722_mac | |
| 820 Memcheck:Leak | |
| 821 fun:_Znw* | |
| 822 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWrite
ILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm | |
| 823 ... | |
| 824 } | |
| 825 { | |
| 826 bug_173779 | |
| 827 Memcheck:Uninitialized | |
| 828 ... | |
| 829 fun:img_data_lock | |
| 830 fun:CGSImageDataLock | |
| 831 fun:ripc_AcquireImage | |
| 832 fun:ripc_DrawImage* | |
| 833 fun:CGContextDrawImage* | |
| 834 ... | |
| 835 fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_ | |
| 836 } | |
| 837 { | |
| 838 bug_177540 | |
| 839 Memcheck:Uninitialized | |
| 840 fun:_ZN3WTF20TCMalloc_ThreadCache10DeallocateENS_11HardenedSLLEm | |
| 841 } | |
| 842 { | |
| 843 bug_231969 | |
| 844 Memcheck:Uninitialized | |
| 845 fun:rangematch | |
| 846 fun:fnmatch1 | |
| 847 fun:fnmatch1 | |
| 848 fun:fnmatch$UNIX2003 | |
| 849 fun:_ZN4base14FileEnumerator4NextEv | |
| 850 fun:_ZN10disk_cache15SimpleIndexFile15RestoreFromDiskERKN4base8FilePathE | |
| 851 } | |
| 852 { | |
| 853 bug_244420 | |
| 854 Memcheck:Uninitialized | |
| 855 ... | |
| 856 fun:_ZN9talk_baseL8ToStringIyEESsRKT_ | |
| 857 fun:_ZN7content23VideoDestinationHandler4OpenEPNS_28MediaStreamDependencyFact
oryEPNS_28MediaStreamRegistryInterfaceERKSsPPNS_20FrameWriterInterfaceE | |
| 858 fun:_ZN7content37VideoDestinationHandlerTest_Open_Test8TestBodyEv | |
| 859 } | |
| 860 { | |
| 861 bug_244437 | |
| 862 Memcheck:Uninitialized | |
| 863 fun:_ZN5mediaL23FromInterleavedInternalIssLs0EEEvPKviiPNS_8AudioBusEff | |
| 864 fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii | |
| 865 fun:_ZN5media8AudioBus15FromInterleavedEPKvii | |
| 866 fun:_ZN7content19WebRtcAudioRenderer14SourceCallbackEiPN5media8AudioBusE | |
| 867 } | |
| 868 { | |
| 869 bug_246567 | |
| 870 Memcheck:Leak | |
| 871 fun:_Znw* | |
| 872 fun:_ZN2v88internal24PerThreadAssertScopeBase10AssertDataEv | |
| 873 fun:_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9
IsAllowedEv | |
| 874 ... | |
| 875 fun:_ZN3net15ProxyResolverV87Context6InitV8ERK13scoped_refptrINS_23ProxyResol
verScriptDataEE | |
| 876 fun:_ZN3net15ProxyResolverV812SetPacScriptERK13scoped_refptrINS_23ProxyResolv
erScriptDataEERKN4base8CallbackIFviEEE | |
| 877 fun:_ZN3net22ProxyResolverV8Tracing3Job20ExecuteProxyResolverEv | |
| 878 fun:_ZN3net22ProxyResolverV8Tracing3Job15ExecuteBlockingEv | |
| 879 } | |
| 880 { | |
| 881 bug_246567b | |
| 882 Memcheck:Leak | |
| 883 fun:_Znw* | |
| 884 fun:_ZN2v88internal24PerThreadAssertScopeBase10AssertDataEv | |
| 885 fun:_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9
IsAllowedEv | |
| 886 fun:_ZN2v88internal11HandleScope12CreateHandleINS0* | |
| 887 fun:_ZN2v88internal6Handle* | |
| 888 } | |
| 889 # Maybe related to bug_105527_a? | |
| 890 { | |
| 891 bug_247506a | |
| 892 Memcheck:Leak | |
| 893 fun:_Znw* | |
| 894 fun:_ZN16TCFStringUniquer19CreateStringUniquerEv | |
| 895 fun:pthread_once | |
| 896 fun:_ZN16TCFStringUniquerC1Ev | |
| 897 fun:_ZN19TCFResurrectContext17ResurrectCFStringEv | |
| 898 fun:_ZN19TCFResurrectContext9ResurrectEv | |
| 899 fun:_ZN19TCFResurrectContext21ResurrectCFDictionaryEv | |
| 900 fun:_ZN19TCFResurrectContext9ResurrectEv | |
| 901 fun:_ZNK22TGlobalFontRegistryImp20RendezvousWithServerEv | |
| 902 fun:_ZN22TGlobalFontRegistryImpC2Ev | |
| 903 fun:_ZN19TGlobalFontRegistry14CreateRegistryEv | |
| 904 } | |
| 905 # Maybe related to bug_105527_b ? | |
| 906 { | |
| 907 bug_247506b | |
| 908 Memcheck:Leak | |
| 909 fun:_Znw* | |
| 910 fun:_ZN18TLocalFontRegistry14CreateRegistryEv | |
| 911 fun:pthread_once | |
| 912 fun:_ZN18TLocalFontRegistryC2Ev | |
| 913 fun:XTCopyFontWithName | |
| 914 fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStri
ngm | |
| 915 fun:_ZNK11TDescriptor32CreateMatchingDescriptorInternalEPK7__CFSet | |
| 916 fun:_ZN11TDescriptor12InitBaseFontEv | |
| 917 } | |
| 918 # Maybe related to bug_105342 ? | |
| 919 { | |
| 920 bug_247506c | |
| 921 Memcheck:Leak | |
| 922 fun:_Znw* | |
| 923 fun:_ZN15TSessionManager20CreateSessionManagerEv | |
| 924 fun:pthread_once | |
| 925 fun:_ZN15TSessionManagerC1Ev | |
| 926 fun:_ZNK22TGlobalFontRegistryImp13GetServerPortEv | |
| 927 fun:_ZNK22TGlobalFontRegistryImp20RendezvousWithServerEv | |
| 928 fun:_ZN22TGlobalFontRegistryImpC2Ev | |
| 929 fun:_ZN19TGlobalFontRegistry14CreateRegistryEv | |
| 930 fun:pthread_once | |
| 931 fun:_ZN19TGlobalFontRegistryC2Ev | |
| 932 fun:XTCopyFontWithName | |
| 933 } | |
| 934 { | |
| 935 bug_247506d | |
| 936 Memcheck:Leak | |
| 937 fun:malloc_zone_calloc | |
| 938 fun:_calloc_internal | |
| 939 fun:_cache_malloc | |
| 940 fun:_cache_fill | |
| 941 fun:lookUpMethod | |
| 942 fun:_class_lookupMethodAndLoadCache | |
| 943 fun:objc_msgSend | |
| 944 ... | |
| 945 fun:_ZL17SetupMenuTrackingR14MenuSelectDatah5PointdP8MenuDatamtPK4RectS6_jS6_
PK10__CFString | |
| 946 fun:_ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStri
ngPP13OpaqueMenuRefPt | |
| 947 fun:_HandlePopUpMenuSelection7 | |
| 948 } | |
| 949 { | |
| 950 bug_247506e | |
| 951 Memcheck:Leak | |
| 952 fun:calloc | |
| 953 fun:_ZN11TMemoryHeap6CallocEmm | |
| 954 fun:_Z14AllocateMemorymP11TMemoryHeapb | |
| 955 fun:_Z13CacheAllocatemb | |
| 956 fun:_Z16BuildMacEncTablev | |
| 957 fun:_ZN15TParsingContext13GetParseProcsEv | |
| 958 fun:_ZN19TSFNTParsingContext13GetParseProcsEv | |
| 959 fun:_ZN18TCIDParsingContext13GetParseProcsEv | |
| 960 fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Typ
e1ProtectionEvaluationContextRVt | |
| 961 } | |
| 962 { | |
| 963 bug_247506f | |
| 964 Memcheck:Leak | |
| 965 fun:malloc_zone_calloc | |
| 966 fun:_calloc_internal | |
| 967 fun:_objc_insertMethods | |
| 968 fun:_objc_read_categories_from_image | |
| 969 fun:_read_images | |
| 970 fun:map_images_nolock | |
| 971 fun:map_images | |
| 972 fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image
_infoE | |
| 973 fun:_ZN11ImageLoader4linkERKNS_11LinkContextEbbRKNS_10RPathChainE | |
| 974 fun:_ZN4dyld4linkEP11ImageLoaderbRKNS0_10RPathChainE | |
| 975 } | |
| 976 { | |
| 977 bug_247506g | |
| 978 Memcheck:Leak | |
| 979 fun:malloc_zone_malloc | |
| 980 fun:malloc_set_zone_name | |
| 981 fun:malloc_default_purgeable_zone | |
| 982 fun:ImageIO_Malloc | |
| 983 fun:copyImageBlockSetPNG | |
| 984 fun:ImageProviderCopyImageBlockSetCallback | |
| 985 fun:CGImageProviderCopyImageBlockSet | |
| 986 fun:img_blocks_create | |
| 987 fun:img_blocks_extent | |
| 988 fun:img_data_lock | |
| 989 fun:CGSImageDataLock | |
| 990 fun:ripc_AcquireImage | |
| 991 fun:ripc_DrawImage | |
| 992 fun:CGContextDrawImage | |
| 993 fun:__-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hint
s:]_block_invoke_1 | |
| 994 fun:-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:
] | |
| 995 fun:_ZN12_GLOBAL__N_*NSImageOrNSImageRepToSkBitmap* | |
| 996 fun:_ZN3gfx*NSImageRepToSkBitmap* | |
| 997 fun:_ZN3gfx27ImageSkiaFromResizedNSImageEP7NSImage7_NSSize | |
| 998 fun:_ZN3gfx20ImageSkiaFromNSImageEP7NSImage | |
| 999 fun:_ZNK3gfx5Image11ToImageSkiaEv | |
| 1000 fun:_ZNK3gfx5Image10ToSkBitmapEv | |
| 1001 } | |
| 1002 { | |
| 1003 bug_247506h | |
| 1004 Memcheck:Leak | |
| 1005 fun:malloc | |
| 1006 fun:_ZN11TMemoryHeap6MallocEm | |
| 1007 fun:_Z14AllocateMemorymP11TMemoryHeapb | |
| 1008 fun:_Z13GetGrowBufferm | |
| 1009 fun:_ZN31TFractionalMetricsRenderContextC2EPK10TType1FontPKht | |
| 1010 fun:_ZNK10TType1Font13GetRawMetricsERK18TType1FontInstancePKhtR10_t_CharSBW | |
| 1011 fun:_ZNK10TType1Font23RenderFractionalMetricsERK15TType1TransformtPKhtR22Glyp
hFractionalMetrics | |
| 1012 fun:_ZNK13TType1CIDFont20GetFractionalMetricsERK15TType1TransformtP22GlyphFra
ctionalMetrics | |
| 1013 fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinat
ionMapping | |
| 1014 fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionm
PKtPvm | |
| 1015 fun:_ZNK19TConcreteFontScaler25GetGlyphIdealAdvanceWidthEt | |
| 1016 } | |
| 1017 { | |
| 1018 bug_247506i | |
| 1019 Memcheck:Leak | |
| 1020 fun:malloc_zone_malloc | |
| 1021 fun:_CFRuntimeCreateInstance | |
| 1022 fun:CFBasicHashCreate | |
| 1023 fun:__CFDictionaryCreateGeneric | |
| 1024 fun:CFDictionaryCreateMutable | |
| 1025 fun:utDeactivateAllSelectedIMInDoc | |
| 1026 fun:MyDeactivateTSMDocument | |
| 1027 fun:_ReactivateTSMDocumentAfterMenuTracking | |
| 1028 } | |
| 1029 { | |
| 1030 bug_247506j | |
| 1031 Memcheck:Leak | |
| 1032 fun:malloc_zone_calloc | |
| 1033 fun:ripr_Rectangles | |
| 1034 fun:ripc_DrawRects | |
| 1035 fun:CGContextFillRects | |
| 1036 fun:NSRectFillListWithColorsUsingOperation | |
| 1037 fun:NSDrawColorTiledRects | |
| 1038 } | |
| 1039 { | |
| 1040 bug_247506k | |
| 1041 Memcheck:Leak | |
| 1042 fun:malloc | |
| 1043 fun:_ZN11TMemoryHeap6MallocEm | |
| 1044 fun:_Z24Type1InterpretCharStringP11_t_FontInstP10_t_BCProcsP17_t_T1CharDataDe
scP9_t_CharIOP9_t_RunRecP12_t_PathProcsP6T1Args | |
| 1045 fun:_ZL14ATMCharOutlineP11_t_FontInstP10_t_BCProcsPvP9_t_CharIOP12_t_PathProc
smS3_ | |
| 1046 fun:_ZN21MPathRenderingContext13RenderOutlineERK11_t_FontInstb | |
| 1047 fun:_ZN28TPathMetricsRenderingContext11MakeOutlineERK11_t_FontInstbR10FixedPo
intS4_S4_ | |
| 1048 fun:_ZNK10TType1Font20RenderOutlineMetricsERK15TType1TransformtPKhtR21GlyphRe
nderingMetrics | |
| 1049 fun:_ZNK13TType1CIDFont17GetOutlineMetricsERK15TType1TransformtP21GlyphRender
ingMetrics | |
| 1050 fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinat
ionMapping | |
| 1051 fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionm
PKtPvm | |
| 1052 fun:_ZNK19TConcreteFontScaler19GetGlyphIdealBoundsEt | |
| 1053 fun:FPFontGetGlyphIdealBounds | |
| 1054 } | |
| 1055 { | |
| 1056 bug_257501 | |
| 1057 Memcheck:Uninitialized | |
| 1058 fun:rangematch | |
| 1059 fun:fnmatch1 | |
| 1060 fun:fnmatch1 | |
| 1061 fun:fnmatch$UNIX2003 | |
| 1062 fun:_ZN4base14FileEnumerator4NextEv | |
| 1063 fun:_ZN10disk_cache15SimpleIndexFile19SyncRestoreFromDiskERKN4base8FilePathE | |
| 1064 fun:_ZN10disk_cache15SimpleIndexFile20SyncLoadIndexEntriesERKN4base8FilePathE
13scoped_refptrINS1_22SingleThreadTaskRunnerEERKNS1_8CallbackIFv10scoped_ptrIN9_
_gnu_cxx8hash_mapIyNS_13EntryMetadataENSA_4hashIyEESt8equal_toIyESaISC_EEENS1_14
DefaultDeleterISI_EEEbEEE | |
| 1065 } | |
| 1066 { | |
| 1067 bug_280583 | |
| 1068 Memcheck:Unaddressable | |
| 1069 ... | |
| 1070 fun:_ZN6libyuv21ScaleARGBBilinearDownEiiiiiPKhPhiiii | |
| 1071 fun:_ZN6libyuv16ScaleARGBAnySizeEiiiiiiiiPKhPhiiiiNS_10FilterModeE | |
| 1072 fun:_ZN6libyuv9ScaleARGBEPKhiiiPhiiiiiiiNS_10FilterModeE | |
| 1073 fun:ARGBScale | |
| 1074 fun:_ZN7content20DesktopCaptureDevice4Core18OnCaptureCompletedEPN6webrtc12Des
ktopFrameE | |
| 1075 fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE | |
| 1076 fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv | |
| 1077 } | |
| 1078 { | |
| 1079 bug_292913_a | |
| 1080 Memcheck:Leak | |
| 1081 fun:malloc_zone_malloc | |
| 1082 fun:_CFRuntimeCreateInstance | |
| 1083 fun:_ZN7TCFBaseI11TDescriptorEnwEm | |
| 1084 fun:_ZNK17TDescriptorSource14CopyDescriptorEPK7__CFURL | |
| 1085 fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPKtl | |
| 1086 fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPK10__C
FString7CFRange | |
| 1087 fun:_ZNK12TFontCascade24CreateSystemWideFallbackEPK8__CTFontPK10__CFString7CF
Range | |
| 1088 fun:_ZNK12TFontCascade14CreateFallbackEPK8__CTFontPK10__CFString7CFRange | |
| 1089 ... | |
| 1090 fun:_ZN3gfx13RenderTextMac12EnsureLayoutEv | |
| 1091 } | |
| 1092 { | |
| 1093 bug_292913_b | |
| 1094 Memcheck:Uninitialized | |
| 1095 fun:_ZL10AddEncHashP12EncHashTablePKhij | |
| 1096 fun:_Z16BuildMacEncTablev | |
| 1097 fun:_ZN15TParsingContext13GetParseProcsEv | |
| 1098 fun:_ZN19TSFNTParsingContext13GetParseProcsEv | |
| 1099 fun:_ZN18TCIDParsingContext13GetParseProcsEv | |
| 1100 fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Typ
e1ProtectionEvaluationContextRVt | |
| 1101 fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1Pro
tectionEvaluationContext | |
| 1102 fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor | |
| 1103 fun:_ZN10TType1Font7GetFontEPK5TFont | |
| 1104 } | |
| 1105 { | |
| 1106 bug_310761_a | |
| 1107 Memcheck:Leak | |
| 1108 fun:malloc | |
| 1109 fun:_NPN_Get*Identifier | |
| 1110 fun:_ZN5blink11WebBindings*get*Identifier* | |
| 1111 } | |
| 1112 { | |
| 1113 bug_310761_b | |
| 1114 Memcheck:Leak | |
| 1115 fun:malloc | |
| 1116 fun:_ZN3WTF10fastMallocEm | |
| 1117 fun:_ZN5blink*TerminatedArrayBuilder* | |
| 1118 fun:_ZN5blink7RuleSet19compactPendingRules* | |
| 1119 } | |
| 1120 { | |
| 1121 bug_320918 | |
| 1122 Memcheck:Leak | |
| 1123 fun:malloc | |
| 1124 fun:_ZN3WTF10fastMallocEm | |
| 1125 fun:_ZN3WTF11LinkedStackIN7blink8RuleDataEEnwEm | |
| 1126 fun:_ZN5blink7RuleSet12addToRuleSet* | |
| 1127 fun:_ZN5blink7RuleSet21findBestRuleSetAndAdd* | |
| 1128 fun:_ZN5blink7RuleSet7addRule* | |
| 1129 fun:_ZN5blink7RuleSet13addChildRules* | |
| 1130 fun:_ZN5blink7RuleSet17addRulesFromSheet* | |
| 1131 fun:_ZN5blink21CSSDefaultStyleSheets16loadDefaultStyle* | |
| 1132 } | |
| 1133 { | |
| 1134 bug_340718 | |
| 1135 Memcheck:Leak | |
| 1136 fun:_Znw* | |
| 1137 fun:_ZN5blink15DatabaseManagerC2Ev | |
| 1138 fun:_ZN5blink15DatabaseManagerC1Ev | |
| 1139 fun:_ZN5blink15DatabaseManager7managerEv | |
| 1140 fun:_ZN5blink11FrameLoader11stopLoadingEv | |
| 1141 } | |
| 1142 { | |
| 1143 bug_340726 | 165 bug_340726 |
| 1144 Memcheck:Leak | 166 Memcheck:Leak |
| 1145 fun:_Znw* | 167 fun:_Znw* |
| 1146 fun:_ZN4base17LoadNativeLibrary* | 168 fun:_ZN4base17LoadNativeLibrary* |
| 1147 fun:_ZN3gfx26InitializeStaticGLBindings* | 169 fun:_ZN3gfx26InitializeStaticGLBindings* |
| 1148 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* | 170 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementation* |
| 1149 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv | 171 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEv |
| 1150 } | 172 } |
| 1151 { | 173 { |
| 1152 bug_340909 | |
| 1153 Memcheck:Leak | |
| 1154 fun:_Znw* | |
| 1155 fun:_ZN3WTF17AtomicStringTable6createERNS_13WTFThreadDataE | |
| 1156 fun:_ZN3WTFL17atomicStringTableEv | |
| 1157 fun:_ZN3WTFL13atomicStringsEv | |
| 1158 fun:_ZN3WTFL16addToStringTable* | |
| 1159 fun:_ZN3WTF12AtomicString18addFromLiteralData* | |
| 1160 fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE | |
| 1161 fun:_ZN3WTF12AtomicString*ConstructFromLiteralTagE | |
| 1162 fun:_ZN5blink9HTMLNames4initEv | |
| 1163 } | |
| 1164 { | |
| 1165 bug_340957 | |
| 1166 Memcheck:Leak | |
| 1167 fun:_Znw* | |
| 1168 ... | |
| 1169 fun:_ZN5blink7RuleSet18ensurePendingRulesEv | |
| 1170 fun:_ZN5blink7RuleSet21findBestRuleSetAndAdd* | |
| 1171 fun:_ZN5blink7RuleSet7addRule* | |
| 1172 fun:_ZN5blink7RuleSet13addChildRules* | |
| 1173 fun:_ZN5blink7RuleSet17addRulesFromSheet* | |
| 1174 fun:_ZN5blink21CSSDefaultStyleSheets* | |
| 1175 fun:_ZN5blink21CSSDefaultStyleSheets* | |
| 1176 ... | |
| 1177 fun:_ZN5blink13StyleResolver* | |
| 1178 } | |
| 1179 { | |
| 1180 bug_346072 | |
| 1181 Memcheck:Leak | |
| 1182 fun:_Znw* | |
| 1183 fun:_ZN4base17LoadNativeLibraryERKNS_8FilePathEPSs | |
| 1184 fun:_ZN3gfx26InitializeStaticGLBindingsENS_16GLImplementationE | |
| 1185 fun:_ZN3gfx9GLSurface30InitializeOneOffImplementationENS_16GLImplementationEb
bb | |
| 1186 fun:_ZN3gfx9GLSurface24InitializeOneOffForTestsEb | |
| 1187 fun:_ZN7content16ContentTestSuite10InitializeEv | |
| 1188 fun:_ZN4base9TestSuite3RunEv | |
| 1189 fun:_ZN7content17UnitTestTestSuite3RunEv | |
| 1190 } | |
| 1191 { | |
| 1192 bug_369597 | |
| 1193 Memcheck:Leak | |
| 1194 fun:malloc_zone_malloc | |
| 1195 ... | |
| 1196 fun:ImageProviderCopyImageBlockSetCallback | |
| 1197 fun:CGImageProviderCopyImageBlockSet | |
| 1198 fun:img_blocks_create | |
| 1199 fun:img_data_lock | |
| 1200 fun:CGSImageDataLock | |
| 1201 fun:ripc_AcquireImage | |
| 1202 fun:ripc_DrawImage | |
| 1203 fun:CGContextDrawImage | |
| 1204 ... | |
| 1205 fun:_ZN12_GLOBAL__N_143NSImageOrNSImageRepToSkBitmapWithColorSpaceEP7NSImageP
10NSImageRep7_NSSizebP12CGColorSpace | |
| 1206 fun:_ZN3gfx31NSImageToSkBitmapWithColorSpaceEP7NSImagebP12CGColorSpace | |
| 1207 fun:_ZNK2ui9Clipboard9ReadImageENS_13ClipboardTypeE | |
| 1208 } | |
| 1209 { | |
| 1210 bug_375391_a | |
| 1211 Memcheck:Leak | |
| 1212 fun:calloc | |
| 1213 fun:_internal_class_createInstanceFromZone | |
| 1214 fun:_internal_class_createInstance | |
| 1215 fun:NSAllocateObject | |
| 1216 fun:+[NSData(NSData) dataWithBytesNoCopy:length:] | |
| 1217 fun:-[NSFileManager fileSystemRepresentationWithPath:] | |
| 1218 fun:-[NSString(NSPathUtilities) fileSystemRepresentation] | |
| 1219 fun:_ZN4base3mac18NSStringToFilePathEP8NSString | |
| 1220 fun:_ZN4base10GetTempDirEPNS_8FilePathE | |
| 1221 fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE | |
| 1222 fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv | |
| 1223 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | |
| 1224 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | |
| 1225 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | |
| 1226 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE | |
| 1227 } | |
| 1228 { | |
| 1229 bug_375391_b | |
| 1230 Memcheck:Leak | |
| 1231 fun:malloc_zone_malloc | |
| 1232 fun:_CFRuntimeCreateInstance | |
| 1233 fun:__CFStringCreateImmutableFunnel3 | |
| 1234 fun:CFStringCreateWithBytes | |
| 1235 fun:-[NSPlaceholderString initWithBytes:length:encoding:] | |
| 1236 fun:-[NSString initWithUTF8String:] | |
| 1237 fun:NSTemporaryDirectory | |
| 1238 fun:_ZN4base10GetTempDirEPNS_8FilePathE | |
| 1239 fun:_ZN4base22CreateNewTempDirectoryERKSsPNS_8FilePathE | |
| 1240 fun:_ZN4base13ScopedTempDir19CreateUniqueTempDirEv | |
| 1241 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | |
| 1242 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | |
| 1243 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | |
| 1244 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE | |
| 1245 } | |
| 1246 { | |
| 1247 bug_375391_c | |
| 1248 Memcheck:Leak | |
| 1249 fun:calloc | |
| 1250 fun:_internal_class_createInstanceFromZone | |
| 1251 fun:_internal_class_createInstance | |
| 1252 fun:NSAllocateObject | |
| 1253 fun:+[NSPathStore2 pathStoreWithCharacters:length:] | |
| 1254 fun:-[NSString(NSPathUtilities) _stringByStandardizingPathUsingCache:] | |
| 1255 fun:-[NSBundle _initInfoDictionary] | |
| 1256 fun:+[NSBundle mainBundle] | |
| 1257 fun:_ZN4base3mac11OuterBundleEv | |
| 1258 fun:_ZN4base3mac12_GLOBAL__N_118UncachedAmIBundledEv | |
| 1259 fun:_ZN4base3mac10AmIBundledEv | |
| 1260 fun:_ZN7content25TestWebKitPlatformSupportC2Ev | |
| 1261 fun:_ZN7content25TestWebKitPlatformSupportC1Ev | |
| 1262 fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE | |
| 1263 fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE | |
| 1264 } | |
| 1265 { | |
| 1266 bug_380568 | 174 bug_380568 |
| 1267 Memcheck:Leak | 175 Memcheck:Leak |
| 1268 fun:calloc | 176 fun:calloc |
| 1269 fun:_internal_class_createInstanceFromZone | 177 fun:_internal_class_createInstanceFromZone |
| 1270 fun:_internal_class_createInstance | 178 fun:_internal_class_createInstance |
| 1271 fun:NSAllocateObject | 179 fun:NSAllocateObject |
| 1272 fun:+[NSObject(NSObject) alloc] | 180 fun:+[NSObject(NSObject) alloc] |
| 1273 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] | 181 fun:-[VideoCaptureDeviceQTKit initWithFrameReceiver:] |
| 1274 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE | 182 fun:_ZN5media21VideoCaptureDeviceMac4InitENS_18VideoCaptureDevice4Name14Captu
reApiTypeE |
| 1275 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE | 183 fun:_ZN5media28VideoCaptureDeviceFactoryMac6CreateERKNS_18VideoCaptureDevice4
NameE |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1300 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_ | 208 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEE6insertESt17_Rb_tree_iteratorIS9_ERKS9_ |
| 1301 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEEixERS8_ | 209 fun:_ZNSt3mapIPKN15tracked_objects6BirthsENS0_9DeathDataESt4lessIS3_ESaISt4pa
irIKS3_S4_EEEixERS8_ |
| 1302 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEiRKNS_13TaskSt
opwatchE | 210 fun:_ZN15tracked_objects10ThreadData11TallyADeathERKNS_6BirthsEiRKNS_13TaskSt
opwatchE |
| 1303 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas
e12TrackingInfoERKNS_13TaskStopwatchE | 211 fun:_ZN15tracked_objects10ThreadData31TallyRunOnNamedThreadIfTrackingERKN4bas
e12TrackingInfoERKNS_13TaskStopwatchE |
| 1304 fun:_ZN4base5debug13TaskAnnotator7RunTaskEPKcS3_RKNS_11PendingTaskE | 212 fun:_ZN4base5debug13TaskAnnotator7RunTaskEPKcS3_RKNS_11PendingTaskE |
| 1305 fun:_ZN4base11MessageLoop7RunTaskERKNS_11PendingTaskE | 213 fun:_ZN4base11MessageLoop7RunTaskERKNS_11PendingTaskE |
| 1306 fun:_ZN4base11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | 214 fun:_ZN4base11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
| 1307 fun:_ZN4base11MessageLoop6DoWorkEv | 215 fun:_ZN4base11MessageLoop6DoWorkEv |
| 1308 } | 216 } |
| 1309 | 217 |
| OLD | NEW |