1 # There are three kinds of suppressions in this file: 2 # 1. Third party stuff we have no control over. 3 # 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. 6 # 7 # 3. Suppressions for real chromium bugs that are not yet fixed. 8 # These should all be in chromium's bug tracking system. 9 # Periodically we should sweep this file and the bug tracker clean by 10 # running overnight and removing outdated bugs/suppressions. 11 #----------------------------------------------------------------------- 12 13 # 1. Third party stuff we have no control over. 14 { 15 FIXME mac kevent libevent probably needs valgrind hooks 16 Memcheck:Param 17 kevent(changelist) 18 fun:kevent 19 fun:event_base_new 20 } 21 { 22 # CoreAudio leak. See http://crbug.com/9351 23 bug_9351 24 Memcheck:Leak 25 ... 26 fun:_ZN12HALCADClient19AddPropertyListenerEmPK26AudioObjectPropertyAddressPFlmmS2_PvES3_ 27 ... 28 fun:_ZN9HALSystem16CheckOutInstanceEv 29 ... 30 } 31 { 32 bug_18215 33 Memcheck:Uninitialized 34 fun:_DPSNextEvent 35 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] 36 fun:-[NSApplication run] 37 } 38 { 39 # Also filed with Apple as rdar://7255382 40 bug_20459b 41 Memcheck:Leak 42 fun:malloc_zone_malloc 43 fun:_CFRuntimeCreateInstance 44 fun:__CFArrayInit 45 fun:CFArrayCreateMutableCopy 46 ... 47 fun:_ZN8Security12KeychainCore5Trust8evaluate* 48 } 49 { 50 # See also http://openradar.appspot.com/radar?id=1169404 51 bug_79533b 52 Memcheck:Uninitialized 53 ... 54 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel 55 fun:CSSM_DL_DataAbortQuery 56 fun:_ZN11SSDLSession14DataAbortQueryEll 57 fun:_Z*19cssm_DataAbortQuery17cssm_dl_db_handlel 58 fun:CSSM_DL_DataAbortQuery 59 fun:tpDbFindIssuerCrl 60 fun:tpVerifyCertGroupWithCrls 61 } 62 { 63 # QTKit leak. See http://crbug.com/100772 and rdar://10319535. 64 bug_100772 65 Memcheck:Leak 66 fun:calloc 67 fun:QTMLCreateMutex 68 fun:WarholCreateGlobals 69 fun:INIT_QuickTimeLibInternal 70 fun:pthread_once 71 fun:INIT_QuickTimeLib 72 fun:EnterMovies_priv 73 fun:EnterMovies 74 fun:TundraUnitInputFromTSFileEntry 75 fun:TundraUnitVDIGInputEntry 76 fun:TundraUnitCreateFromDescription 77 fun:+[QTCaptureVDIGDevice _refreshDevices] 78 fun:+[QTCaptureVDIGDevice devicesWithIOType:] 79 fun:+[QTCaptureDevice devicesWithIOType:] 80 fun:+[QTCaptureDevice inputDevices] 81 fun:+[QTCaptureDevice inputDevicesWithMediaType:] 82 ... 83 } 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) representationOfImageRepsInArray:usingType:properties:] 99 fun:-[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingType:properties:] 100 fun:_ZN3gfx8internal24Get1xPNGBytesFromNSImageEP7NSImage 101 } 102 # Intentional leaks in AppKit, for an OS-level cache. Only appear on the first 103 # run of each reboot. 104 { 105 bug_257276 106 Memcheck:Leak 107 fun:malloc_zone_calloc 108 fun:ripr_Path 109 fun:ripc_DrawPath 110 fun:CGContextDrawPath 111 fun:CGContextStrokePath 112 fun:-[NSLayoutManager(NSTextViewSupport) _drawLineForGlyphRange:inContext:from:to:at:thickness:lineOrigin:breakForDescenders:flipped:] 113 fun:-[NSLayoutManager(NSTextViewSupport) _drawLineForGlyphRange:type:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:isStrikethrough:] 114 fun:-[NSLayoutManager(NSTextViewSupport) drawUnderlineForGlyphRange:underlineType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:] 115 fun:-[NSLayoutManager(NSTextViewSupport) _lineGlyphRange:type:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:isStrikethrough:] 116 fun:-[NSLayoutManager(NSTextViewSupport) underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:] 117 fun:-[NSLayoutManager(NSPrivate) _drawGlyphsForGlyphRange:atPoint:parameters:] 118 fun:-[NSLayoutManager(NSTextViewSupport) drawGlyphsForGlyphRange:atPoint:] 119 fun:-[NSStringDrawingTextStorage drawTextContainer:withRect:graphicsContext:baselineMode:scrollable:padding:] 120 fun:_NSStringDrawingCore 121 fun:-[NSString(NSExtendedStringDrawing) drawWithRect:options:attributes:] 122 fun:-[HyperlinkButtonCell drawTitle:withFrame:inView:] 123 } 124 { 125 bug_257276_b 126 Memcheck:Leak 127 fun:malloc_zone_malloc 128 fun:_CFRuntimeCreateInstance 129 fun:CFNumberCreate 130 fun:get_colorspace 131 fun:initImagePng 132 fun:_CGImagePluginInitPNG 133 fun:makeImagePlus 134 fun:CGImageSourceCreateImageAtIndex 135 fun:CGImageCreateWithPNGDataProvider 136 fun:setCursorFromBundle 137 fun:CoreCursorSet 138 fun:-[NSCursor set] 139 } 140 141 # 2. Intentional unit test errors, stuff that is somehow a false positive 142 # in our own code, or stuff that is so trivial it's not worth fixing. 143 { 144 # Mac Sandbox test cases are registered in a global map. This code is only 145 # used in the unit test binary. 146 Mac_Sandbox_Intentional_Leak1 147 Memcheck:Leak 148 fun:_Znw* 149 fun:_ZN7content8internal19RegisterSandboxTestINS_* 150 ... 151 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE 152 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 153 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE 154 fun:_ZN4dyld24initializeMainExecutableEv 155 } 156 { 157 # __cxa_get_globals leaks a structure when called for the first time 158 __cxa_get_globals one-time leak 159 Memcheck:Leak 160 ... 161 fun:__cxa_get_globals 162 } 163 { 164 # Intentional leak of a time-based self-deleting object. 165 bug_264886 166 Memcheck:Leak 167 fun:_Znw* 168 fun:_ZN4base26MessagePumpInstrumentation6CreateERKNS_9TimeDeltaES3_ 169 fun:_ZN4base24MessagePumpCFRunLoopBase21EnableInstrumentationEv 170 fun:_ZN4base24MessagePumpNSApplicationC2Ev 171 fun:_ZN4base24MessagePumpCrApplicationC2Ev 172 fun:_ZN4base24MessagePumpCrApplicationC1Ev 173 fun:_ZN4base14MessagePumpMac6CreateEv 174 } 175 176 # 3. Suppressions for real chromium bugs that are not yet fixed. 177 { 178 bug_17297 179 Memcheck:Leak 180 fun:malloc 181 ... 182 fun:+[NSColor keyboardFocusIndicatorColor] 183 fun:+[NSColor colorWithCatalogName:colorName:] 184 fun:+[NSCatalogColor newWithCoder:zone:] 185 fun:-[NSColor initWithCoder:] 186 } 187 { 188 bug_18218 189 Memcheck:Leak 190 fun:malloc 191 fun:__addHandler2 192 fun:__NSFinalizeThreadData 193 fun:_pthread_tsd_cleanup 194 fun:_pthread_exit 195 fun:thread_start 196 } 197 { 198 bug_20582 199 Memcheck:Leak 200 fun:_Znw* 201 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21FileDescriptorWatcherEPNS0_7WatcherE 202 fun:_ZN4base16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePumpLibevent21FileDescriptorWatcherEPNS2_7WatcherE 203 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv 204 } 205 { 206 bug_21479a 207 Memcheck:Leak 208 fun:malloc_zone_malloc 209 fun:_CFRuntimeCreateInstance 210 fun:CFPasteboardCreate 211 fun:CFPasteboardCreateUnique 212 fun:+[NSPasteboard _pasteboardWithName:] 213 fun:+[NSPasteboard pasteboardWithUniqueName] 214 } 215 { 216 bug_21479b 217 Memcheck:Leak 218 fun:malloc_zone_malloc 219 fun:_CFRuntimeCreateInstance 220 fun:CFPasteboardCreate 221 fun:+[NSPasteboard _pasteboardWithName:] 222 fun:-[FindPasteboard findPboard] 223 } 224 { 225 bug_27315 226 Memcheck:Leak 227 fun:_Znw* 228 fun:_ZNSt8_Rb_treeIlSt4pairIKlPN4llvm8PassInfoEESt10_Select1stIS5_ESt4lessIlESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ 229 fun:_ZNSt8_Rb_treeIlSt4pairIKlPN4llvm8PassInfoEESt10_Select1stIS5_ESt4lessIlESaIS5_EE13insert_uniqueERKS5_ 230 fun:_ZN4llvm16RegisterPassBase12registerPassEv 231 fun:_Z41__static_initialization_and_destruction_0ii 232 fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE 233 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 234 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 235 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 236 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 237 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 238 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 239 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 240 fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj 241 fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE 242 } 243 { 244 bug_27644 245 Memcheck:Leak 246 ... 247 fun:_ZN19WebSharedWorkerStub9OnConnectEii 248 } 249 { 250 bug_28847a 251 Memcheck:Leak 252 fun:_Znw* 253 fun:_ZN13WorkerService12CreateWorkerERK4GURLbbRKSbItN4base20string16_char_traitsESaItEEiiPN3IPC7Message6SenderEi 254 fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16_char_traitsESaItEEiPi 255 } 256 { 257 bug_28847b 258 Memcheck:Leak 259 fun:_Znw* 260 fun:_ZN16ChildProcessHost6LaunchERKSt6vectorISt4pairISsSsESaIS2_EEP11CommandLine 261 fun:_ZN17WorkerProcessHost4InitEv 262 fun:_ZN13WorkerService12CreateWorkerERK4GURLbbRKSbItN4base20string16_char_traitsESaItEEiiPN3IPC7Message6SenderEi 263 fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16_char_traitsESaItEEiPi 264 } 265 { 266 bug_28072a 267 Memcheck:Leak 268 ... 269 fun:CSBackupSetItemExcluded 270 fun:_ZN8mac_util22SetFileBackupExclusionE* 271 fun:_ZN7history15HistoryDatabase4InitE* 272 fun:_ZN7history14HistoryBackend8InitImplEv 273 fun:_ZN7history14HistoryBackend4InitEb 274 } 275 { 276 bug_28072b 277 Memcheck:Leak 278 fun:_Znw* 279 fun:_ZN7history14HistoryBackend8InitImplEv 280 fun:_ZN7history14HistoryBackend4InitEb 281 } 282 { 283 bug_28072c 284 Memcheck:Unaddressable 285 ... 286 fun:CSBackupSetItemExcluded 287 fun:_ZN8mac_util22SetFileBackupExclusionE* 288 fun:_ZN7history15HistoryDatabase4InitE* 289 fun:_ZN7history14HistoryBackend8InitImplEv 290 fun:_ZN7history14HistoryBackend4InitEb 291 } 292 { 293 bug_28072d 294 Memcheck:Unaddressable 295 ... 296 fun:CSBackupSetItemExcluded 297 fun:_ZN4base3mac22SetFileBackupExclusionE* 298 fun:_ZN7history15HistoryDatabase4InitE* 299 fun:_ZN7history14HistoryBackend8InitImplERKSs 300 fun:_ZN7history14HistoryBackend4InitERKSsb 301 } 302 303 # Note: bug 31634 happens very sporatically. 304 { 305 bug_31634 306 Memcheck:Leak 307 fun:malloc_zone_malloc 308 fun:_CFRuntimeCreateInstance 309 fun:__CFDictionaryInit 310 fun:CFDictionaryCreate 311 fun:classDescription 312 } 313 { 314 bug_35164 315 Memcheck:Uninitialized 316 ... 317 fun:gl_context_init_client_state 318 fun:ogl_begin_rendering 319 fun:CARenderOGLRender 320 fun:view_draw 321 } 322 { 323 bug_35625 324 Memcheck:Leak 325 fun:malloc_zone_malloc 326 fun:_CFRuntimeCreateInstance 327 fun:CGTypeCreateInstanceWithAllocator 328 fun:CGTypeCreateInstance 329 fun:CGFunctionCreate 330 fun:CGGradientGetFunction 331 fun:CGContextDrawLinearGradient 332 ... 333 fun:-[NSView _drawRect:clip:] 334 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 335 } 336 { 337 bug_40429 338 Memcheck:Leak 339 fun:calloc 340 fun:_internal_class_createInstanceFromZone 341 fun:_internal_class_createInstance 342 fun:+[NSObject allocWithZone:] 343 ... 344 fun:_decodeObjectBinary 345 fun:_decodeObject 346 fun:-[NSButtonCell initWithCoder:] 347 fun:_decodeObjectBinary 348 fun:_decodeObject 349 fun:-[NSControl initWithCoder:] 350 fun:-[NSButton initWithCoder:] 351 fun:_decodeObjectBinary 352 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] 353 fun:-[NSArray(NSArray) initWithCoder:] 354 fun:_decodeObjectBinary 355 fun:_decodeObject 356 fun:-[NSView initWithCoder:] 357 fun:_decodeObjectBinary 358 fun:_decodeObject 359 } 360 { 361 bug_40429b 362 Memcheck:Leak 363 fun:calloc 364 fun:_internal_class_createInstanceFromZone 365 ... 366 fun:+[NSObject allocWithZone:] 367 ... 368 fun:_decodeObjectBinary 369 fun:_decodeObject 370 fun:-[NSNibConnector initWithCoder:] 371 fun:-[NSNibControlConnector initWithCoder:] 372 fun:_decodeObjectBinary 373 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] 374 fun:-[NSArray(NSArray) initWithCoder:] 375 fun:_decodeObjectBinary 376 fun:_decodeObject 377 fun:-[NSIBObjectData initWithCoder:] 378 fun:_decodeObjectBinary 379 } 380 { 381 bug_40429c 382 Memcheck:Leak 383 fun:calloc 384 fun:_internal_class_createInstanceFromZone 385 fun:_internal_class_createInstance 386 fun:+[NSObject allocWithZone:] 387 fun:_decodeObjectBinary 388 fun:_decodeObject 389 fun:-[NSButtonCell initWithCoder:] 390 fun:_decodeObjectBinary 391 fun:_decodeObject 392 fun:-[NSControl initWithCoder:] 393 fun:-[NSButton initWithCoder:] 394 fun:_decodeObjectBinary 395 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] 396 fun:-[NSArray(NSArray) initWithCoder:] 397 fun:_decodeObjectBinary 398 fun:_decodeObject 399 fun:-[NSView initWithCoder:] 400 fun:_decodeObjectBinary 401 fun:_decodeObject 402 fun:-[NSResponder initWithCoder:] 403 fun:-[NSView initWithCoder:] 404 } 405 { 406 bug_40659 407 Memcheck:Leak 408 fun:_Znw* 409 ... 410 fun:_ZN19extension_file_util13LoadExtensionE* 411 fun:_ZN12CrxInstaller15CompleteInstallEv 412 } 413 { 414 bug_47949_a 415 Memcheck:Uninitialized 416 ... 417 fun:ripc_DrawRects 418 fun:CGContextFillRects 419 fun:CGContextFillRect 420 fun:NSRectFill 421 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv 422 } 423 { 424 bug_47949_b 425 Memcheck:Uninitialized 426 ... 427 fun:ripc_DrawRects 428 fun:CGContextFillRects 429 fun:CGContextFillRect 430 fun:NSRectFill 431 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv 432 } 433 { 434 bug_47949_c 435 Memcheck:Leak 436 ... 437 fun:ripc_DrawRects 438 fun:CGContextFillRects 439 fun:CGContextFillRect 440 fun:NSRectFill 441 fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv 442 } 443 { 444 bug_50286 445 Memcheck:Leak 446 fun:_Znw* 447 fun:_ZN11ProfileImpl14InitExtensionsEv 448 fun:_ZN14ProfileManager10AddProfileEP7Profileb 449 fun:_ZN14ProfileManager10GetProfileE* 450 fun:_ZN14ProfileManager10GetProfileE* 451 fun:_ZN14ProfileManager17GetDefaultProfileE* 452 fun:_ZN12_GLOBAL__N_113CreateProfileE* 453 fun:_Z11BrowserMainRK18MainFunctionParams 454 fun:ChromeMain 455 fun:main 456 } 457 { 458 bug_50297_a 459 Memcheck:Uninitialized 460 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 461 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 462 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_ 463 ... 464 fun:event_process_active 465 fun:event_base_loop 466 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 467 fun:_ZN4base11MessageLoop11RunInternalEv 468 } 469 { 470 bug_50297_b 471 Memcheck:Uninitialized 472 fun:_ZN6Pickle8FindNextEmPKcS1_ 473 fun:_ZN3IPC7Message8FindNextEPKcS2_ 474 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 475 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 476 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_ 477 ... 478 fun:event_process_active 479 fun:event_base_loop 480 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE 481 fun:_ZN4base11MessageLoop11RunInternalEv 482 } 483 { 484 bug_50638_a 485 Memcheck:Uninitialized 486 fun:gleUpdateViewScissorData 487 ... 488 fun:cgl_set_surface 489 fun:ogl_attach_surface 490 fun:ogl_render_fade_transition 491 fun:ogl_render_layer_ 492 ... 493 fun:ogl_render_layers 494 fun:CARenderOGLRender 495 fun:view_draw 496 } 497 { 498 bug_50638_b 499 Memcheck:Uninitialized 500 fun:gleUpdateViewScissorData 501 fun:cgl_set_surface 502 fun:ogl_attach_surface 503 fun:ogl_render_layer_contents_bg 504 fun:ogl_render_layer_image_ 505 fun:ogl_render_layer_ 506 fun:ogl_render_layer_image_ 507 fun:ogl_render_layer_ 508 fun:ogl_render_layer_image_ 509 fun:ogl_render_layer_ 510 fun:ogl_render_layers 511 fun:CARenderOGLRender 512 fun:view_draw 513 } 514 { 515 bug_50968 516 Memcheck:Unaddressable 517 fun:sqlite3PcacheClearSyncFlags 518 fun:syncJournal 519 fun:pagerStress 520 fun:sqlite3PcacheFetch 521 fun:sqlite3PagerAcquire2 522 fun:sqlite3PagerAcquire 523 fun:btreeGetPage 524 fun:allocateBtreePage 525 fun:btreeCreateTable 526 fun:sqlite3BtreeCreateTable 527 fun:sqlite3VdbeExec 528 fun:sqlite3Step 529 fun:sqlite3_step 530 fun:sqlite3_exec 531 fun:_ZN3sql10Connection7ExecuteEPKc 532 fun:_ZN17TokenServiceTable4InitEv 533 fun:_ZN11WebDatabase4InitE* 534 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv 535 } 536 { 537 bug_52681_a 538 Memcheck:Leak 539 fun:_Znw* 540 fun:_ZN16ChildProcessHost13CreateChannelEv 541 fun:_ZN18UtilityProcessHost12StartProcessE* 542 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerE* 543 } 544 { 545 bug_52681_b 546 Memcheck:Leak 547 fun:_Znw* 548 ... 549 fun:_ZN16ChildProcessHost13CreateChannelEv 550 fun:_ZN18UtilityProcessHost12StartProcessE* 551 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerE* 552 fun:_ZN26SandboxedUnpacker22StartProcessOnIOThreadE* 553 } 554 { 555 bug_53742_a 556 Memcheck:Uninitialized 557 ... 558 fun:_ZN16AudioQueueObject12ConvertInputEP9AQCommandRmb 559 fun:_ZN16AudioQueueObject12RunConverterEi 560 fun:_ZN18AQConverterManager17AQConverterThread3RunEv 561 fun:_ZN18AQConverterManager17AQConverterThread20ConverterThreadEntryEPv 562 fun:_ZN9CAPThread5EntryEPS_ 563 fun:_pthread_start 564 fun:thread_start 565 } 566 { 567 bug_53742_b 568 Memcheck:Uninitialized 569 fun:_ZN16AudioQueueObject12ConvertInputEP9AQCommandRmb 570 fun:_ZN16AudioQueueObject5ResetEv 571 fun:_ZN16AudioQueueObject4StopEb 572 } 573 { 574 bug_53989_a 575 Memcheck:Uninitialized 576 fun:glvm_function_new 577 fun:glvmCreateModularFunction 578 fun:gleGetVertexSubmitFuncObjectAndKey 579 fun:gleSetVertexArrayFunc 580 fun:gleDrawArraysOrElements_ExecCore 581 fun:gleDrawArraysOrElements_IMM_Exec 582 fun:gl_context_draw 583 fun:ogl_array_flush 584 fun:ogl_primitives_end_ 585 ... 586 fun:CARenderOGLRender 587 fun:view_draw 588 fun:view_display_link 589 fun:link_callback 590 } 591 { 592 bug_53989_b 593 Memcheck:Uninitialized 594 fun:glvm_function_hash_value_6 595 fun:glvm_hash_set_* 596 fun:glvm*ModularFunction*Cache 597 fun:gleGetVertexSubmitFuncObjectAndKey 598 fun:gleSetVertexArrayFunc 599 fun:gleDrawArraysOrElements_ExecCore 600 fun:gleDrawArraysOrElements_IMM_Exec 601 fun:gl_context_draw 602 fun:ogl_array_flush 603 fun:ogl_primitives_end_ 604 ... 605 fun:CARenderOGLRender 606 fun:view_draw 607 fun:view_display_link 608 } 609 { 610 bug_53989_c 611 Memcheck:Uninitialized 612 ... 613 fun:gleGetVertexSubmitFuncObjectAndKey 614 fun:gleSetVertexArrayFunc 615 fun:gleDrawArraysOrElements_ExecCore 616 fun:gleDrawArraysOrElements_IMM_Exec 617 fun:gl_context_draw 618 fun:ogl_array_flush 619 fun:ogl_primitives_end_ 620 ... 621 fun:CARenderOGLRender 622 fun:view_draw 623 fun:view_display_link 624 fun:link_callback 625 } 626 { 627 bug_55773 628 Memcheck:Unaddressable 629 fun:sseCGSFill8by1 630 fun:argb32_mark_constshape 631 fun:argb32_mark 632 fun:ripl_BltShape 633 fun:ripc_Render 634 fun:ripc_DrawRects 635 fun:CGContextFillRects 636 fun:CGContextFillRect 637 fun:NSRectFill 638 fun:-[NSView _drawRect:clip:] 639 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 640 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 641 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 642 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 643 fun:-[NSView displayIfNeeded] 644 fun:-[NSWindow displayIfNeeded] 645 fun:-[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] 646 fun:-[NSWindow orderWindow:relativeTo:] 647 fun:-[NSWindow addChildWindow:ordered:] 648 fun:-[GTMWindowSheetController(PrivateMethods) beginSystemSheet:withInfo:modalForView:withParameters:] 649 fun:-[GTMWindowSheetController beginSystemSheet:modalForView:withParameters:] 650 fun:-[GTMWindowSheetController beginSheet:modalForView:modalDelegate:didEndSelector:contextInfo:] 651 } 652 { 653 bug_58860_a 654 Memcheck:Unaddressable 655 fun:memcpy 656 ... 657 fun:FSFindFolder 658 fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryE* 659 fun:_ZN6webkit5npapi10PluginList20GetPluginDirectoriesE* 660 fun:_ZN6webkit5npapi10PluginList11LoadPluginsEb 661 fun:_ZN6webkit5npapi10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2_EE 662 fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv 663 } 664 { 665 bug_58860_b 666 Memcheck:Unaddressable 667 ... 668 fun:FSFindFolder 669 fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryE* 670 fun:_ZN6webkit5npapi10PluginList20GetPluginDirectoriesE* 671 fun:_ZN6webkit5npapi10PluginList11LoadPluginsEb 672 fun:_ZN6webkit5npapi10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2_EE 673 fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv 674 } 675 { 676 bug_51682a 677 Memcheck:Leak 678 fun:malloc 679 fun:__cxa_get_globals 680 fun:__cxa_allocate_exception 681 fun:_ZN8Security9CssmError7throwMeEi 682 fun:_ZN9RSASigner6verifyEPKvmS1_m 683 fun:_ZN16SignatureContext5finalERKN8Security8CssmDataE 684 fun:_ZL20cssm_VerifyDataFinallyPK9cssm_data 685 fun:CSSM_VerifyDataFinal 686 fun:_ZN4base17SignatureVerifier11VerifyFinalEv 687 fun:_ZN36SignatureVerifierTest_BasicTest_Test8TestBodyEv 688 } 689 { 690 bug_51682b 691 Memcheck:Leak 692 fun:malloc 693 fun:__cxa_get_globals 694 fun:__cxa_allocate_exception 695 fun:_ZN8Security9CssmError7throwMeEi 696 ... 697 fun:SecTrustEvaluate 698 } 699 { 700 bug_51682c 701 Memcheck:Leak 702 fun:realloc 703 fun:_ZN16DefaultAllocator7reallocEPvm 704 fun:_ZN8Security28CssmAllocatorMemoryFunctions12relayReallocEPvmS1_ 705 fun:_ZNK8Security19CssmMemoryFunctions7reallocEPvm 706 fun:_ZN8Security28CssmMemoryFunctionsAllocator7reallocEPvm 707 fun:_ZN10Attachment13upcallReallocElPvj 708 fun:_ZN8Security13PluginSession7reallocEPvm 709 fun:_ZN17DecodedExtensions12addExtensionERK9cssm_databPvbPK22SecAsn1Template_structPS1_ 710 fun:_ZN17DecodedExtensions13decodeFromNssEPP17NSS_CertExtension 711 fun:_ZN11DecodedCertC2ER18AppleX509CLSessionRKN8Security8CssmDataE 712 fun:_ZN18AppleX509CLSession22CertGetFirstFieldValueERKN8Security8CssmDataES3_RjRP9cssm_data 713 fun:_Z27cssm_CertGetFirstFieldValuelPK9cssm_dataS1_PlPjPPS_ 714 fun:CSSM_CL_CertGetFirstFieldValue 715 } 716 { 717 bug_60873 718 Memcheck:Uninitialized 719 fun:UTF8ToCString 720 fun:_Z16UTF8ToClassicHFSPKcmmmPh 721 fun:_Z14PathMakeFSSpecPKcP6FSSpecPh 722 fun:NativePathNameToFSSpec 723 fun:ConvertProfLocation 724 fun:GetProfileLocationOfSuite 725 fun:_CMGetProfileOfSuite 726 fun:CMGetProfileByAVID 727 fun:CMSCreateDisplayProfile 728 fun:create 729 fun:CMSTransformCreate 730 fun:createBase 731 fun:initialize 732 fun:createColorTransform 733 fun:CGColorTransformCreateMutable 734 fun:CGBitmapColorTransformCreate 735 fun:__CGBitmapContextDelegateCreate 736 fun:__CGBitmapContextDelegateCreate 737 fun:createBitmapContext 738 fun:CGBitmapContextCreate 739 fun:_ZN4skia12_GLOBAL__N_1L16CGContextForDataEPvii 740 fun:_ZN4skia20BitmapPlatformDevice* 741 } 742 { 743 bug_61737 744 Memcheck:Uninitialized 745 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE36ParseMemberWithNewPrefixesExpressionEPiPb 746 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE14ParseNewPrefixEPiPb 747 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE18ParseNewExpressionEPb 748 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE27ParseLeftHandSideExpressionEPb 749 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE22ParsePostfixExpressionEPb 750 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE20ParseUnaryExpressionEPb 751 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE21ParseBinaryExpressionEibPb 752 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE26ParseConditionalExpressionEbPb 753 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE25ParseAssignmentExpressionEbPb 754 ... 755 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE19ParseSourceElementsEiPb 756 fun:_ZN2v88internal9preparser9PreParserINS0_7ScannerENS0_21PartialParserRecorderEE15PreParseProgramEPS3_PS4_b 757 fun:_ZN2v88internal9ParserApi15PartialPreParseENS0_6HandleINS0_6StringEEEPN7unibrow15CharacterStreamEPNS_9ExtensionE 758 fun:_ZN2v88internal8Compiler7CompileENS0_6HandleINS0_6StringEEENS2_INS0_6ObjectEEEiiPNS_9ExtensionEPNS0_14ScriptDataImplES6_NS0_11NativesFlagE 759 } 760 { 761 bug_61929 762 Memcheck:Leak 763 fun:calloc 764 fun:IOAlloc 765 fun:CMOpenOrNewAccess 766 fun:CMOpenProfile 767 fun:_CMGetProfileOfSuite 768 fun:CMGetProfileByAVID 769 fun:CMSCreateDisplayProfile 770 fun:create 771 fun:CMSTransformCreate 772 fun:createBase 773 fun:initialize 774 fun:createColorTransform 775 fun:CGColorTransformCreateMutable 776 fun:CGBitmapColorTransformCreate 777 fun:__CGBitmapContextDelegateCreate 778 fun:__CGBitmapContextDelegateCreate 779 fun:createBitmapContext 780 fun:CGBitmapContextCreate 781 } 782 { 783 bug_63024a 784 Memcheck:Uninitialized 785 fun:memcpy 786 fun:_ZN8Security13NameValuePair9CloneDataERKNS_8CssmDataE 787 fun:_ZN8Security13NameValuePairC2ERKNS_8CssmDataE 788 fun:_ZN8Security19NameValueDictionary12MakeFromDataERKNS_8CssmDataE 789 fun:_ZN8Security19NameValueDictionaryC2ERKNS_8CssmDataE 790 fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE 791 fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7MessageE 792 fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_ 793 } 794 { 795 bug_63024b 796 Memcheck:Uninitialized 797 fun:_ZN8Security19NameValueDictionary12MakeFromDataERKNS_8CssmDataE 798 fun:_ZN8Security19NameValueDictionaryC2ERKNS_8CssmDataE 799 fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE 800 fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7MessageE 801 fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_ 802 } 803 { 804 bug_63024c 805 Memcheck:Free 806 fun:_ZdlPv 807 fun:_ZN8Security19NameValueDictionaryD2Ev 808 fun:_ZN8Security12KeychainCore12CCallbackMgr7consumeEjjRKNS_8CssmDataE 809 fun:_ZN8Security14SecurityServer16NotificationPort7receiveERKNS_12MachPlusPlus7MessageE 810 fun:_ZN8Security12MachPlusPlus10CFAutoPort10cfCallbackEP12__CFMachPortPvlS4_ 811 } 812 { 813 bug_63670 814 Memcheck:Uninitialized 815 fun:NSIntersectionRect 816 fun:-[BrowserWindowController tabContentsViewFrameWillChange:frameRect:] 817 fun:-[TabStripController tabContentsViewFrameWillChange:frameRect:] 818 fun:-[TabContentsController tabContentsViewFrameWillChange:] 819 fun:-[ResizeNotificationView setFrame:] 820 fun:-[TabStripController swapInTabAtIndex:] 821 fun:-[TabStripController selectTabWithContents:previousContents:atIndex:userGesture:] 822 fun:_ZN27TabStripModelObserverBridge13TabSelectedAtEP18TabContentsWrapperS1_ib 823 fun:_ZN13TabStripModel26ChangeSelectedContentsFromEP18TabContentsWrapperib 824 fun:_ZN13TabStripModel19InsertTabContentsAtEiP18TabContentsWrapperi 825 fun:_ZN13TabStripModel14AddTabContentsEP18TabContentsWrapperiji 826 fun:_ZN7browser8NavigateEPNS_14NavigateParamsE 827 fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE 828 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE 829 fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE 830 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb 831 fun:_ZN11BrowserInit13LaunchBrowserE* 832 fun:_ZN11BrowserInit18ProcessCmdLineImplE* 833 fun:_ZN11BrowserInit5StartE* 834 } 835 { 836 bug_64463 837 Memcheck:Leak 838 fun:_Znw* 839 fun:_ZN4base16MessageLoopProxy22currentEv 840 fun:_ZN3net12CertVerifier7RequestC2EPS0_PNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE 841 } 842 { 843 bug_65940 844 Memcheck:Leak 845 fun:_Znw* 846 fun:_ZN3IPC11SyncChannelC2ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE 847 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEP11MessageLoopbPN4base13WaitableEventE 848 fun:_ZN11ChildThread4InitEv 849 fun:_ZN11ChildThreadC2Ev 850 fun:_ZN13UtilityThreadC2Ev 851 fun:_ZN13UtilityThreadC1Ev 852 } 853 { 854 bug_67291 855 Memcheck:Leak 856 fun:_Znw* 857 ... 858 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension 859 } 860 { 861 bug_68090 862 Memcheck:Uninitialized 863 fun:_ZL10AddEncHashP12EncHashTablePKhij 864 fun:_Z16BuildMacEncTablev 865 fun:_ZN15TParsingContext13GetParseProcsEv 866 fun:_ZN19TSFNTParsingContext13GetParseProcsEv 867 fun:_ZN18TCIDParsingContext13GetParseProcsEv 868 fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt 869 fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext 870 fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor 871 fun:_ZN10TType1Font7GetFontEPK5TFont 872 fun:_ZN12TType1StrikeC2EPK5TFontmPK13FontVariationRK15StrikeTransform 873 fun:_ZN12TType1Strike9GetStrikeERK18TStrikeDescription 874 fun:_Z19Type1GetStrikeSpecsmPK18TStrikeDescriptionP11StrikeSpecs 875 fun:_ZNK19TConcreteFontScaler14GetFontMetricsEv 876 ... 877 fun:_ZNK9TBaseFont20CalculateFontMetricsEb 878 fun:_ZNK9TBaseFont15InitFontMetricsEv 879 fun:_ZNK9TBaseFont16GetStrikeMetricsEfPK17CGAffineTransformb 880 } 881 { 882 bug_73036 883 Memcheck:Leak 884 fun:malloc_zone_calloc 885 fun:_internal_class_createInstanceFromZone 886 fun:NSAllocateObject 887 fun:+[NSHashTable alloc] 888 fun:+[NSTrackingArea initialize] 889 fun:_class_initialize 890 fun:_class_lookupMethodAndLoadCache 891 fun:objc_msgSend 892 } 893 { 894 bug_73299_b 895 Memcheck:Leak 896 fun:_Znw* 897 ... 898 fun:_ZN24BrowserRenderProcessHost4InitEb 899 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE 900 fun:_ZN13ExtensionHost19CreateRenderViewNowEv 901 fun:_ZN13ExtensionHost20ProcessCreationQueue14ProcessOneHostEv 902 } 903 { 904 bug_75136a 905 Memcheck:Unaddressable 906 ... 907 fun:CFBundlePreflightExecutable 908 } 909 { 910 bug_75136b 911 Memcheck:Unaddressable 912 ... 913 fun:CFBundlePreflightExecutable 914 } 915 { 916 bug_75142a 917 Memcheck:Unaddressable 918 ... 919 fun:CGContextShowGlyphsWithAdvances 920 } 921 { 922 bug_75142b 923 Memcheck:Leak 924 ... 925 fun:CGContextShowGlyphsWithAdvances 926 } 927 { 928 bug_75714_a 929 Memcheck:Unaddressable 930 ... 931 fun:argb32_mark 932 fun:ripl_BltShape 933 ... 934 fun:ripc_Render* 935 ... 936 fun:-[NSView _drawRect:clip:] 937 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 938 ... 939 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 940 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 941 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 942 fun:-[NSView displayIfNeeded] 943 } 944 { 945 bug_75714_b 946 Memcheck:Unaddressable 947 ... 948 fun:argb32_mark 949 fun:ripl_BltShape 950 fun:ripc_Render 951 ... 952 fun:-[NSView _drawRect:clip:] 953 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 954 ... 955 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 956 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 957 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 958 fun:-[NSView displayIfNeeded] 959 } 960 { 961 bug_75714_c 962 Memcheck:Unaddressable 963 ... 964 fun:argb32_image 965 fun:ripd_Mark 966 fun:ripl_BltImage 967 ... 968 fun:ripc_Render* 969 ... 970 fun:-[NSView _drawRect:clip:] 971 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 972 ... 973 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 974 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 975 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 976 fun:-[NSView displayIfNeeded] 977 } 978 { 979 bug_77265_a 980 Memcheck:Leak 981 fun:calloc 982 ... 983 fun:-[BubbleView drawRect:] 984 fun:-[NSView _drawRect:clip:] 985 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 986 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 987 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 988 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 989 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 990 fun:-[NSView displayIfNeeded] 991 fun:-[NSWindow _setFrameCommon:display:stashSize:] 992 fun:-[NSWindow setFrame:display:] 993 fun:-[NSWindow setValue:forKey:] 994 fun:-[NSObject(NSKeyValueCoding) setValue:forKeyPath:] 995 fun:-[NSInFlightAnimation advanceToTime:] 996 fun:-[NSAnimationManager animationTimerFired:] 997 fun:__NSFireTimer 998 } 999 { 1000 bug_77265_b 1001 Memcheck:Leak 1002 fun:calloc 1003 fun:CGClipStackCreateMutableCopy 1004 fun:maybeCopyClipState 1005 fun:CGGStateClipToRect 1006 fun:CGContextClipToRect 1007 fun:CGContextClipToRects 1008 fun:NSRectClipList 1009 fun:-[NSView _drawRect:clip:] 1010 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1011 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1012 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1013 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1014 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 1015 fun:-[NSView displayIfNeeded] 1016 fun:-[NSWindow _setFrameCommon:display:stashSize:] 1017 fun:-[NSWindow setFrame:display:] 1018 fun:-[NSWindow setValue:forKey:] 1019 fun:-[NSObject(NSKeyValueCoding) setValue:forKeyPath:] 1020 fun:-[NSInFlightAnimation advanceToTime:] 1021 fun:-[NSAnimationManager animationTimerFired:] 1022 fun:__NSFireTimer 1023 } 1024 { 1025 bug_77265_c 1026 Memcheck:Leak 1027 fun:calloc 1028 fun:CGClipStackCreateMutableCopy 1029 fun:maybeCopyClipState 1030 fun:CGGStateClipToRect 1031 fun:CGContextClipToRect 1032 fun:NSRectClip 1033 fun:-[NSFocusState flush] 1034 fun:-[NSView lockFocusIfCanDraw] 1035 fun:-[NSView lockFocus] 1036 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1037 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1038 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1039 fun:-[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1040 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 1041 fun:-[NSView displayIfNeeded] 1042 fun:-[NSWindow _setFrameCommon:display:stashSize:] 1043 fun:-[NSWindow setFrame:display:] 1044 fun:-[NSWindow setValue:forKey:] 1045 fun:-[NSObject(NSKeyValueCoding) setValue:forKeyPath:] 1046 fun:-[NSInFlightAnimation advanceToTime:] 1047 fun:-[NSAnimationManager animationTimerFired:] 1048 fun:__NSFireTimer 1049 } 1050 { 1051 bug_77388_a 1052 Memcheck:Uninitialized 1053 ... 1054 fun:PrivateMPEntryPoint 1055 fun:_pthread_start 1056 fun:thread_start 1057 } 1058 { 1059 bug_77388_b 1060 Memcheck:Uninitialized 1061 ... 1062 fun:PrivateMPEntryPoint 1063 fun:_pthread_start 1064 fun:thread_start 1065 } 1066 { 1067 bug_77388_c 1068 Memcheck:Param 1069 access_extended(entries) 1070 fun:accessx_np 1071 ... 1072 fun:PrivateMPEntryPoint 1073 fun:_pthread_start 1074 fun:thread_start 1075 } 1076 { 1077 bug_77388_d 1078 Memcheck:Uninitialized 1079 fun:TestAndSetClear 1080 fun:TestAndClear 1081 fun:_ZN5TNode28UnregisterChangeNotificationERK11TCountedPtrI21TClientChangeNotifierEmb 1082 fun:NodeUnregisterChangeNotification 1083 fun:NodeUnRegisterChildChangedNotification 1084 fun:-[NSNavFBENode _unregisterForChildChangedNotifications] 1085 fun:_commonTearDown_NSNavFBENode 1086 fun:-[NSNavFBENode dealloc] 1087 fun:CFRelease 1088 fun:__CFSetDeallocate 1089 fun:_CFRelease 1090 fun:-[NSOutlineView dealloc] 1091 fun:-[NSTrackableOutlineView dealloc] 1092 } 1093 { 1094 bug_79994 1095 Memcheck:Uninitialized 1096 ... 1097 fun:gleUpdateState 1098 fun:gleInitializeContext 1099 fun:gliCreateContext 1100 fun:CGLRestoreDispatchFunction 1101 fun:CGLCreateContext 1102 } 1103 { 1104 bug_80239_a 1105 Memcheck:Unaddressable 1106 ... 1107 fun:CGLCreateContext 1108 fun:-[NSOpenGLContext initWithFormat:shareContext:] 1109 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1110 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb 1111 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv 1112 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv 1113 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE 1114 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP14RenderViewHost 1115 fun:_ZN22RenderFrameHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry 1116 } 1117 { 1118 bug_80239_b 1119 Memcheck:Unaddressable 1120 ... 1121 fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext 1122 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1123 fun:_ZN23RenderWidgetHostViewMac30AllocateFakePluginWindowHandleEbb 1124 fun:_ZN23RenderWidgetHostViewMac21GetCompositingSurfaceEv 1125 fun:_ZN16RenderWidgetHost21GetCompositingSurfaceEv 1126 fun:_ZN14RenderViewHost16CreateRenderViewERKSbItN4base20string16_char_traitsESaItEE 1127 fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManagerEP14RenderViewHost 1128 } 1129 { 1130 bug_82328 1131 Memcheck:Unaddressable 1132 fun:CGSFillDRAM64 1133 fun:argb32_mark_pixelshape 1134 ... 1135 fun:ripc_DrawImages 1136 fun:CGContextDrawImages 1137 fun:_ZN11CUIRenderer19DrawWindowFrameDarkEPK10CUIContext 1138 fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_ 1139 fun:_NSDrawThemeBackground 1140 } 1141 { 1142 bug_82682 1143 Memcheck:Leak 1144 ... 1145 fun:_ZN6webkit5npapi12_GLOBAL__N_119ReadPlistPluginInfoE* 1146 } 1147 { 1148 bug_84329 1149 Memcheck:Unaddressable 1150 fun:_ZN3WTF17ChromiumThreading16callOnMainThreadEPFvPvES1_ 1151 fun:_ZN3WTF16callOnMainThreadEPFvPvES0_ 1152 fun:_ZN5blink13WebWorkerBase24dispatchTaskToMainThreadEN3WTF10PassOwnPtrIN7WebCore22ScriptExecutionContext4TaskEEE 1153 fun:_ZN5blink13WebWorkerBase21reportPendingActivityEb 1154 } 1155 { 1156 bug_86303a 1157 Memcheck:Unaddressable 1158 ... 1159 fun:objc_msgSend* 1160 } 1161 { 1162 bug_86303b 1163 Memcheck:Unaddressable 1164 ... 1165 fun:-[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] 1166 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1167 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1168 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1169 fun:-[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1170 fun:-[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] 1171 fun:-[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] 1172 fun:-[NSView displayIfNeeded] 1173 fun:-[NSWindow displayIfNeeded] 1174 fun:_handleWindowNeedsDisplay 1175 } 1176 { 1177 bug_87461 1178 Memcheck:Leak 1179 ... 1180 fun:_ZN15StatusBubbleMac6CreateEv 1181 fun:_ZN15StatusBubbleMacC2EP8NSWindowP11objc_object 1182 fun:-[BrowserWindowController initWithBrowser:takeOwnership:] 1183 fun:-[BrowserWindowController initWithBrowser:] 1184 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser 1185 fun:_ZN7Browser19CreateBrowserWindowEv 1186 fun:_ZN7Browser17InitBrowserWindowEv 1187 fun:_ZN7Browser6CreateEP7Profile 1188 fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE 1189 fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE 1190 fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE 1191 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS4_EEb 1192 fun:_ZN11BrowserInit13LaunchBrowserE* 1193 fun:_ZN11BrowserInit18ProcessCmdLineImplE* 1194 fun:_ZN11BrowserInit5StartE* 1195 } 1196 { 1197 bug_87629 1198 Memcheck:Leak 1199 ... 1200 fun:realloc 1201 fun:new_sem_from_pool 1202 } 1203 { 1204 bug_90976 1205 Memcheck:Unaddressable 1206 ... 1207 fun:_CFPropertyListCreateFromXMLData 1208 fun:CFPropertyListCreateFromStream 1209 fun:+[CFXPreferencesPropertyListSource createPlistFromFile:statInfo:] 1210 fun:-[CFXPreferencesPropertyListSource synchronize] 1211 fun:CFPreferencesSynchronize 1212 fun:_CSBackupSettingsIsPathExcluded 1213 fun:CSBackupIsItemExcluded 1214 fun:pager_open_journal 1215 fun:pager_write 1216 fun:sqlite3PagerWrite 1217 fun:newDatabase 1218 fun:sqlite3BtreeBeginTrans 1219 fun:sqlite3VdbeExec 1220 fun:sqlite3Step 1221 fun:sqlite3_step 1222 fun:sqlite3_exec 1223 fun:_ZN3sql10Connection7ExecuteEPKc 1224 } 1225 { 1226 bug_91889_a 1227 Memcheck:Unaddressable 1228 fun:_ZN4base12_GLOBAL__N_122StackDumpSignalHandlerEiP9__siginfoP17__darwin_ucontext 1229 obj:* 1230 fun:IOCFUnserialize 1231 fun:IORegistryEntrySearchCFProperty 1232 fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString 1233 fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo 1234 fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo 1235 fun:_ZN14GpuDataManagerC2Ev 1236 fun:_ZN14GpuDataManagerC1Ev 1237 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv 1238 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv 1239 fun:_ZN14GpuDataManager11GetInstanceEv 1240 fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv 1241 } 1242 { 1243 bug_91889_b 1244 Memcheck:Unaddressable 1245 fun:IOCFUnserializeparse 1246 fun:IOCFUnserialize 1247 fun:IORegistryEntrySearchCFProperty 1248 fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString 1249 fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo 1250 fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo 1251 fun:_ZN14GpuDataManagerC2Ev 1252 fun:_ZN14GpuDataManagerC1Ev 1253 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv 1254 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv 1255 fun:_ZN14GpuDataManager11GetInstanceEv 1256 fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv 1257 } 1258 { 1259 bug_91889_c 1260 Memcheck:Unaddressable 1261 fun:_ZN4base12_GLOBAL__N_122StackDumpSignalHandlerEiP9__siginfoP17__darwin_ucontext 1262 obj:* 1263 obj:* 1264 fun:IOCFUnserialize 1265 fun:IORegistryEntrySearchCFProperty 1266 fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString 1267 fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo 1268 fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo 1269 fun:_ZN14GpuDataManagerC2Ev 1270 fun:_ZN14GpuDataManagerC1Ev 1271 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv 1272 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv 1273 fun:_ZN14GpuDataManager11GetInstanceEv 1274 fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv 1275 } 1276 { 1277 bug_91892 1278 Memcheck:Leak 1279 fun:_Znw* 1280 fun:sendSimpleEventToSelf 1281 fun:aeInitializeFromHIToolbox 1282 fun:INIT_AppleEvents 1283 fun:_FirstEventTime 1284 fun:RunCurrentEventLoopInMode 1285 fun:ReceiveNextEventCommon 1286 fun:BlockUntilNextEventMatchingListInMode 1287 fun:_DPSNextEvent 1288 fun:-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] 1289 fun:-[NSApplication run] 1290 fun:_ZN4base24MessagePumpNSApplication5DoRunEPNS_11MessagePump8DelegateE 1291 fun:_ZN4base24MessagePumpCFRunLoopBase3RunEPNS_11MessagePump8DelegateE 1292 fun:_ZN4base11MessageLoop11RunInternalEv 1293 fun:_ZN4base11MessageLoop10RunHandlerEv 1294 fun:_ZN4base11MessageLoop13RunAllPendingEv 1295 fun:_ZN20InProcessBrowserTest23RunTestOnMainThreadLoopEv 1296 } 1297 { 1298 bug_92579a 1299 Memcheck:Unaddressable 1300 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj 1301 fun:CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext 1302 } 1303 { 1304 bug_92579b 1305 Memcheck:Unaddressable 1306 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj 1307 fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi 1308 fun:CVDisplayLinkCreateWithCGDisplays 1309 fun:CVDisplayLinkCreateWithActiveCGDisplays 1310 } 1311 { 1312 bug_92579c 1313 Memcheck:Unaddressable 1314 fun:IOCFUnserializeparse 1315 fun:IOCFUnserialize 1316 fun:IORegistryEntryCreateCFProperties 1317 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj 1318 fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi 1319 fun:CVDisplayLinkCreateWithCGDisplays 1320 fun:CVDisplayLinkCreateWithActiveCGDisplays 1321 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1322 } 1323 { 1324 bug_93036 1325 Memcheck:Unaddressable 1326 fun:+[NSPICTImageRep _verifyDataIsPICT:] 1327 fun:+[NSImageRep imageRepClassForData:] 1328 fun:-[NSImage initWithData:] 1329 fun:_ZN2ui14ResourceBundle19GetNativeImageNamedEi 1330 fun:-[BookmarkBarController initWithBrowser:initialWidth:delegate:resizeDelegate:] 1331 } 1332 { 1333 bug_93932_a 1334 Memcheck:Overlap 1335 fun:memcpy 1336 fun:vp8_decode_update_thread_context 1337 fun:update_context_from_thread 1338 ... 1339 fun:ff_thread_decode_frame 1340 fun:avcodec_decode_video2 1341 fun:_ZN5media23FFmpegVideoDecodeEngine6DecodeERK13scoped_refptrINS_6BufferEEPS1_INS_10VideoFrameEE 1342 fun:_ZN5media18FFmpegVideoDecoder14DoDecodeBufferERK13scoped_refptrINS_6BufferEE 1343 } 1344 { 1345 bug_93932_b 1346 Memcheck:Overlap 1347 fun:memcpy 1348 fun:vp8_decode_update_thread_context 1349 fun:update_context_from_thread 1350 fun:frame_thread_free 1351 fun:avcodec_close 1352 ... 1353 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev 1354 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ 1355 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev 1356 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev 1357 } 1358 { 1359 bug_96300 1360 Memcheck:Leak 1361 ... 1362 fun:_ZN8Security12KeychainCore5Trust8evaluate* 1363 fun:SecTrustEvaluate 1364 fun:_ZN3net17CertVerifyProcMac14VerifyInternal* 1365 fun:_ZN3net14CertVerifyProc6Verify*CertVerifyResult* 1366 } 1367 { 1368 bug_96559a 1369 Memcheck:Uninitialized 1370 fun:PyObject_Realloc 1371 } 1372 { 1373 bug_96559b 1374 Memcheck:Unaddressable 1375 fun:PyObject_Realloc 1376 } 1377 { 1378 bug_96559c 1379 Memcheck:Uninitialized 1380 fun:PyObject_Realloc 1381 } 1382 { 1383 bug_96559d 1384 Memcheck:Uninitialized 1385 fun:PyObject_Free 1386 } 1387 { 1388 bug_96559e 1389 Memcheck:Unaddressable 1390 fun:PyObject_Free 1391 } 1392 { 1393 bug_96559f 1394 Memcheck:Uninitialized 1395 fun:PyObject_Free 1396 } 1397 { 1398 bug_96671 1399 Memcheck:Uninitialized 1400 ... 1401 fun:_ZNK12MockKeychain26SearchCreateFromAttributesEPKvmPK24SecKeychainAttributeListPP26OpaqueSecKeychainSearchRef 1402 fun:_ZN14KeychainSearch17FindMatchingItemsEPSt6vectorIP24OpaqueSecKeychainItemRefSaIS2_EE 1403 } 1404 { 1405 bug_96689 1406 Memcheck:Uninitialized 1407 fun:_ZN3net11SSLHostInfo10ParseInnerERKSs 1408 fun:_ZN3net11SSLHostInfo5ParseERKSs 1409 fun:_ZN3net25DiskCacheBasedSSLHostInfo22DoWaitForDataReadyDoneEv 1410 fun:_ZN3net25DiskCacheBasedSSLHostInfo6DoLoopEi 1411 fun:_ZN3net25DiskCacheBasedSSLHostInfo12OnIOCompleteEPNS0_22CacheOperationDataShimEi 1412 } 1413 { 1414 bug_100022 1415 Memcheck:Unaddressable 1416 ... 1417 fun:_ZNK11ImageLoader15containsAddressEPKv 1418 fun:_ZN4dyld14bindLazySymbolEPK11mach_headerPm 1419 fun:stub_binding_helper_interface2 1420 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 1421 obj:/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 1422 fun:CGContextDrawImage 1423 fun:_Z23PlotISImageRefInContextPvP9CGContext6CGRectssPK8RGBColormPK20_ISImageRefCallbacks 1424 fun:PlotIconRefInContext 1425 } 1426 { 1427 bug_100983 1428 Memcheck:Leak 1429 fun:_Znw* 1430 fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPNS_9HistogramE 1431 fun:_ZN4base18StatisticsRecorder25RegisterOrDeleteDuplicateEPNS_9HistogramE 1432 fun:_ZN10disk_cache14StatsHistogram10FactoryGetERKSs 1433 fun:_ZN10disk_cache5Stats4InitEPNS_11BackendImplEPj 1434 fun:_ZN10disk_cache11BackendImpl8SyncInitEv 1435 fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv 1436 } 1437 { 1438 bug_101359 1439 Memcheck:Leak 1440 fun:malloc 1441 fun:CGFontNameTableCreate 1442 fun:get_name_table 1443 fun:CGFontCopyPostScriptName 1444 fun:CGFontCreateFontsWithURL 1445 } 1446 { 1447 bug_102327_a 1448 Memcheck:Unaddressable 1449 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv 1450 fun:_ZN15tracked_objects10ThreadData19OnThreadTerminationEPv 1451 fun:_pthread_tsd_cleanup 1452 fun:_pthread_exit 1453 fun:thread_start 1454 } 1455 { 1456 bug_102327_b 1457 Memcheck:Leak 1458 fun:_Znw* 1459 fun:_ZN15tracked_objects10ThreadData10InitializeEv 1460 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs 1461 } 1462 { 1463 bug_102621 1464 Memcheck:Uninitialized 1465 ... 1466 fun:-[NSPasteboard(ChimeraPasteboardURLUtils) getURLs:andTitles:convertingFilenames:] 1467 fun:_ZN2ui33PopulateURLAndTitleFromPasteboardEP4GURLPSbItN4base20string16_char_traitsESaItEEP12NSPasteboarda 1468 fun:_ZN24WebDragDestTest_URL_Test8TestBodyEv 1469 } 1470 { 1471 bug_102920 1472 Memcheck:Unaddressable 1473 fun:MDItemCreate 1474 fun:CSBackupSetItemExcluded 1475 fun:_ZN4base3mac22SetFileBackupExclusionE* 1476 fun:_ZN7history17ThumbnailDatabase4InitE* 1477 fun:_ZN7history14HistoryBackend8InitImplERKSs 1478 fun:_ZN7history14HistoryBackend4InitERKSsb 1479 } 1480 { 1481 bug_104756 1482 Memcheck:Leak 1483 fun:_Znw* 1484 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE 1485 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginInfoESaIS5_EEEE32DispatchDelayReplyWithSendParamsI19RenderMessageFilterMSC_FvbPNS_7MessageEEEEbbRKS2_PKSD_PT_T0_ 1486 fun:_ZN22ViewHostMsg_GetPlugins18DispatchDelayReplyI19RenderMessageFilterMS1_FvbPN3IPC7MessageEEEEbPKS3_PT_T0_ 1487 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb 1488 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE 1489 } 1490 { 1491 bug_104786 1492 Memcheck:Leak 1493 fun:_Znw* 1494 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKjiEEE8allocateEmPKv 1495 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE11_M_get_nodeEv 1496 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE14_M_create_nodeERKS2_ 1497 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseSA_RKS2_ 1498 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert_uniqueERKS2_ 1499 fun:_ZNSt8_Rb_treeIjSt4pairIKjiESt10_Select1stIS2_ESt4lessIjESaIS2_EE13insert_uniqueESt17_Rb_tree_iteratorIS2_ERKS2_ 1500 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEE6insertESt17_Rb_tree_iteratorIS4_ERKS4_ 1501 fun:_ZNSt3mapIjiSt4lessIjESaISt4pairIKjiEEEixERS3_ 1502 fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmbPN4base14FileDescriptorE 1503 fun:_ZN19RenderMessageFilter19OnAllocTransportDIBEmbPN4base14FileDescriptorE 1504 } 1505 { 1506 bug_105022 1507 Memcheck:Leak 1508 fun:malloc_zone_malloc 1509 fun:malloc_set_zone_name 1510 fun:init__zone0 1511 fun:setenv$UNIX2003 1512 fun:_ZN12_GLOBAL__N_115EnvironmentImpl10SetVarImplEPKcRKSs 1513 fun:_ZN12_GLOBAL__N_115EnvironmentImpl6SetVarEPKcRKSs 1514 fun:_Z18AppendToPythonPath*FilePath 1515 fun:_ZN*3net15LocalTestServer13SetPythonPathEv 1516 fun:_ZN3net15LocalTestServer5StartEv 1517 fun:_ZN12_GLOBAL__N_132MimeTypeTests_MimeTypeTests_Test8TestBodyEv 1518 } 1519 { 1520 bug_105323 1521 Memcheck:Leak 1522 fun:_Znw* 1523 fun:_ZN15tracked_objects10ThreadData3GetEv 1524 fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_ 1525 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv 1526 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 1527 } 1528 { 1529 bug_105339 1530 Memcheck:Leak 1531 fun:malloc_zone_malloc 1532 fun:_malloc_internal 1533 fun:_cache_addForwardEntry 1534 fun:lookUpMethod 1535 fun:class_respondsToSelector 1536 } 1537 { 1538 bug_105341_a 1539 Memcheck:Leak 1540 fun:malloc_zone_malloc 1541 fun:_CFRuntimeCreateInstance 1542 fun:allocWorld 1543 fun:create 1544 fun:aquireColorWorldByAttributes 1545 fun:acquireColorWorld 1546 fun:CMSTransformConvert* 1547 fun:CGCMSInterfaceTransformConvert* 1548 } 1549 { 1550 bug_105341_b 1551 Memcheck:Leak 1552 fun:calloc 1553 fun:_ZN9CMMMemMgr3NewEm 1554 ... 1555 fun:create 1556 fun:aquireColorWorldByAttributes 1557 fun:acquireColorWorld 1558 fun:CMSTransformConvert* 1559 fun:CGCMSInterfaceTransformConvert* 1560 } 1561 { 1562 bug_105342 1563 Memcheck:Leak 1564 fun:_Znw* 1565 fun:_ZN15TSessionManager20CreateSessionManagerEv 1566 fun:pthread_once 1567 fun:_ZN15TSessionManagerC1Ev 1568 fun:_ZN13TFontMetadata24CreateMetadataForFontURLEPK7__CFURLb 1569 ... 1570 fun:XTRegisterFont 1571 fun:SendActivateFontsMessage 1572 } 1573 { 1574 bug_105523 1575 Memcheck:Leak 1576 fun:malloc_zone_malloc 1577 fun:_CFRuntimeCreateInstance 1578 fun:allocGeneric 1579 fun:create 1580 fun:CMSCreateDataProvider 1581 fun:create_generic_color_space 1582 fun:CGColorSpaceCreateWithIndex 1583 } 1584 { 1585 bug_105524_a 1586 Memcheck:Uninitialized 1587 fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv 1588 fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPKtiiPNS_24BufferForAppendingHyphenE 1589 fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPNS_24BufferForAppendingHyphenE 1590 fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi 1591 fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi 1592 fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE 1593 fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositionE 1594 fun:_ZN7WebCore14FrameSelection14localCaretRectEv 1595 fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv 1596 fun:_ZN7WebCore14FrameSelection16updateAppearanceEv 1597 fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionEjNS0_19CursorAlignOnScrollENS_15TextGranularityE 1598 fun:_ZN7WebCore14FrameSelection12setSelectionERKNS_16VisibleSelectionENS_15TextGranularityE 1599 fun:_ZN7WebCore14FrameSelection34setNonDirectionalSelectionIfNeededERKNS_16VisibleSelectionENS_15TextGranularityENS0_23EndPointsAdjustmentModeE 1600 fun:_ZN7WebCore12EventHandler49updateSelectionForMouseDownDispatchingSelectStartEPNS_4NodeERKNS_16VisibleSelectionENS_15TextGranularityE 1601 fun:_ZN7WebCore12EventHandler32handleMousePressEventSingleClickERKNS_28MouseEventWithHitTestResultsE 1602 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_28MouseEventWithHitTestResultsE 1603 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE 1604 fun:_ZN7WebCore12EventHandler29passMousePressEventToSubframeERNS_28MouseEventWithHitTestResultsEPNS_5FrameE 1605 fun:_ZN7WebCore12EventHandler21handleMousePressEventERKNS_18PlatformMouseEventE 1606 fun:_ZN5blink11WebViewImpl9mouseDownERKNS_13WebMouseEventE 1607 fun:_ZN5blink11WebViewImpl16handleInputEventERKNS_13WebInputEventE 1608 fun:_ZN46ContextMenuCapturing_ContextMenuCapturing_Test8TestBodyEv 1609 } 1610 { 1611 bug_105524_b 1612 Memcheck:Uninitialized 1613 fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv 1614 fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPKtiiPNS_24BufferForAppendingHyphenE 1615 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii 1616 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii 1617 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii 1618 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE 1619 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE 1620 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE 1621 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 1622 fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE 1623 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE 1624 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE 1625 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 1626 fun:_ZN7WebCore11RenderLayer10paintLayerEPS0_PNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPN3WTF7HashMapIPNS_24OverlapTestRequestClientES4_NSB_7PtrHashISE_EENSB_10HashTraitsISE_EENSH_IS4_EEEEj 1627 fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEES3_PNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPNS1_7HashMapIPNS_24OverlapTestRequestClientES8_NS1_7PtrHashISH_EENS1_10HashTraitsISH_EENSK_IS8_EEEEj 1628 fun:_ZN7WebCore11RenderLayer10paintLayerEPS0_PNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEPN3WTF7HashMapIPNS_24OverlapTestRequestClientES4_NSB_7PtrHashISE_EENSB_10HashTraitsISE_EENSH_IS4_EEEEj 1629 fun:_ZN7WebCore11RenderLayer5paintEPNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEj 1630 fun:_ZN7WebCore9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE 1631 fun:_ZN7WebCore10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE 1632 fun:_ZN5blink12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERKNS_7WebRectE 1633 fun:_ZN5blink12WebFrameImpl5paintEP9CGContextRKNS_7WebRectE 1634 fun:_ZN5blink11WebViewImpl5paintEP9CGContextRKNS_7WebRectE 1635 } 1636 { 1637 bug_105525 1638 Memcheck:Leak 1639 ... 1640 fun:CGContextDrawPath 1641 fun:CGContextFillPath 1642 fun:_NSDrawWindowBackgroundRegion 1643 fun:-[NSThemeFrame drawWindowBackgroundRegion:] 1644 } 1645 { 1646 bug_105526_read_a 1647 Memcheck:Unaddressable 1648 fun:CGSSetWindowColorSpace 1649 fun:_ZN10WindowData16UpdateColorSpaceEh 1650 fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16OpaqueControlRef 1651 fun:_ZN10WindowData10InitializeEP14OpaqueEventRef 1652 fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef 1653 fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv 1654 fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv 1655 fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec 1656 fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec 1657 fun:SendEventToEventTargetWithOptions 1658 fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_ 1659 fun:HIObjectCreate 1660 } 1661 { 1662 bug_105526_read_b 1663 Memcheck:Unaddressable 1664 obj:* 1665 fun:_ZN10WindowData16UpdateColorSpaceEh 1666 fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16OpaqueControlRef 1667 fun:_ZN10WindowData10InitializeEP14OpaqueEventRef 1668 fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef 1669 fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv 1670 fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv 1671 fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec 1672 fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec 1673 fun:SendEventToEventTargetWithOptions 1674 fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_ 1675 fun:HIObjectCreate 1676 } 1677 { 1678 bug_105526_write 1679 Memcheck:Unaddressable 1680 fun:CGSColorProfileRelease 1681 fun:CGSSetWindowColorSpace 1682 fun:_ZN10WindowData16UpdateColorSpaceEh 1683 fun:_ZN10WindowData18FinishConstructionEmymPK4RectPhjP15OpaqueWindowPtrP16OpaqueControlRef 1684 fun:_ZN10WindowData10InitializeEP14OpaqueEventRef 1685 fun:_ZN14AppleWindowDef10InitializeEP14OpaqueEventRef 1686 fun:_ZN8HIObject24HandleClassHIObjectEventEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv 1687 fun:_ZN8HIObject9EventHookEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv 1688 fun:_ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec 1689 fun:_ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec 1690 fun:SendEventToEventTargetWithOptions 1691 fun:_ZN8HIObject6CreateEPK10__CFStringP14OpaqueEventRefPPS_ 1692 fun:HIObjectCreate 1693 } 1694 { 1695 bug_105527_a 1696 Memcheck:Leak 1697 fun:_Znw* 1698 fun:_ZN16TCFStringUniquer19CreateStringUniquerEv 1699 fun:pthread_once 1700 fun:_ZN16TCFStringUniquerC1Ev 1701 fun:_ZNK6TCFStr15GetUniqueStringEv 1702 fun:_ZNK17TClientFontEntity14CopyFamilyNameEb 1703 fun:_ZNK11TFontEntity14CopyPropertiesEPK7__CFSetb 1704 fun:_ZNK21TLocalFontRegistryImp37CopyPropertiesForFontsMatchingRequestEPK14__CFDictionaryPK7__CFSetj 1705 fun:XTCopyFontsWithProperties 1706 fun:_ZL20CopyFaceURLsForFontsPK9__CFArrayj 1707 fun:XTRegisterFonts 1708 fun:XTRegisterFont 1709 fun:SendActivateFontsMessage 1710 } 1711 { 1712 bug_105527_b 1713 Memcheck:Leak 1714 fun:_Znw* 1715 fun:_ZN18TLocalFontRegistry14CreateRegistryEv 1716 fun:pthread_once 1717 fun:_ZN18TLocalFontRegistryC2Ev 1718 fun:XTRegisterFonts 1719 fun:XTRegisterFont 1720 fun:SendActivateFontsMessage 1721 } 1722 { 1723 bug_105527_c 1724 Memcheck:Leak 1725 fun:malloc_zone_malloc 1726 fun:_CFRuntimeCreateInstance 1727 fun:CFBasicHashCreate 1728 fun:__CFSetCreateGeneric 1729 fun:CFSetCreate 1730 fun:_ZN16TBasicFontEntity21CreateBasicPropertiesEv 1731 fun:pthread_once 1732 fun:_ZN16TBasicFontEntity18GetBasicPropertiesEv 1733 fun:XTCopyFontsWithProperties 1734 } 1735 { 1736 bug_105527_d 1737 Memcheck:Leak 1738 fun:_Znw* 1739 fun:_ZN19TGlobalFontRegistry14CreateRegistryEv 1740 fun:pthread_once 1741 fun:_ZN19TGlobalFontRegistryC2Ev 1742 fun:XTCopyFontWithName 1743 fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStringm 1744 } 1745 { 1746 bug_105527_e 1747 Memcheck:Leak 1748 fun:calloc 1749 fun:CGFontFinderCreate 1750 fun:cg_font_library_link_symbol 1751 fun:load_vtable 1752 fun:pthread_once 1753 fun:CGFontGetVTable 1754 fun:CGFontCreateFontsWithPath 1755 fun:CGFontCreateFontsWithURL 1756 fun:_Z18CreateFontsFromURLPK7__CFURL 1757 fun:_ZNK21TLocalFontRegistryImp12RegisterFontEPK7__CFURLPK14__CFDictionaryjj 1758 fun:_ZNK21TLocalFontRegistryImp13RegisterFontsEPK9__CFArrayPK14__CFDictionaryjjPS2_ 1759 fun:_ZNK18TLocalFontRegistry13RegisterFontsEPK9__CFArrayPK14__CFDictionaryjjPS2_ 1760 fun:XTRegisterFonts 1761 fun:XTRegisterFont 1762 fun:SendActivateFontsMessage 1763 } 1764 { 1765 bug_105580 1766 Memcheck:Leak 1767 fun:malloc_zone_malloc 1768 fun:malloc_set_zone_name 1769 fun:malloc_default_purgeable_zone 1770 ... 1771 fun:_ZN4base30EnableTerminationOnOutOfMemoryEv 1772 fun:_ZN7leveldb12_GLOBAL__N_111ChromiumEnvC2Ev 1773 ... 1774 fun:_ZN4base25DefaultLazyInstanceTraitsIN7leveldb12_GLOBAL__N_111ChromiumEnvEE3NewEPv 1775 ... 1776 fun:_ZN4base12LazyInstanceIN7leveldb12_GLOBAL__N_111ChromiumEnvENS_* 1777 ... 1778 fun:_ZN7leveldb7OptionsC2Ev 1779 ... 1780 fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv 1781 fun:_ZN7fileapi27FileSystemDirectoryDatabase11GetFileInfoExPNS0_8FileInfoE 1782 fun:_ZN7fileapi59FileSystemDirectoryDatabaseTest_TestMissingFileGetInfo_Test8TestBodyEv 1783 } 1784 { 1785 bug_105938_a 1786 Memcheck:Leak 1787 fun:_Znw* 1788 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE 1789 ... 1790 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb 1791 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 1792 fun:_ZN2v86Script3RunEv 1793 fun:_ZN7WebCore7V8Proxy9runScriptEN2v86HandleINS1_6ScriptE* 1794 fun:_ZN7WebCore7V8Proxy8evaluateERKNS_16ScriptSourceCodeEPNS_4NodeE 1795 fun:_ZN7WebCore16ScriptController8evaluateERKNS_16ScriptSourceCodeE 1796 } 1797 { 1798 bug_105938_b 1799 Memcheck:Leak 1800 fun:_Znw* 1801 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF6StringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE 1802 ... 1803 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb 1804 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 1805 fun:_ZN2v86Script3RunEv 1806 fun:_ZN7WebCore7V8Proxy9runScriptEN2v86HandleINS1_6ScriptE* 1807 fun:_ZN7WebCore7V8Proxy8evaluateERKNS_16ScriptSourceCodeEPNS_4NodeE 1808 fun:_ZN7WebCore16ScriptController8evaluateERKNS_16ScriptSourceCodeE 1809 } 1810 { 1811 bug_105938_c 1812 Memcheck:Leak 1813 fun:_Znw* 1814 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE 1815 ... 1816 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb 1817 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 1818 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE 1819 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE 1820 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6ObjectEEEiPNS2_INS1_5ValueEEE 1821 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE 1822 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE 1823 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE 1824 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE 1825 } 1826 { 1827 bug_107179 1828 Memcheck:Uninitialized 1829 fun:_ZNK7WebCore13InlineTextBox17expansionBehaviorEv 1830 fun:_ZNK7WebCore13InlineTextBox16constructTextRunEPNS_11RenderStyleERKNS_4FontEPKtiiPNS_24BufferForAppendingHyphenE 1831 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_8IntPointEii 1832 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_8IntPointEii 1833 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_8IntPointEii 1834 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_8IntPointE 1835 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE 1836 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE 1837 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 1838 fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_8IntPointE 1839 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_8IntPointE 1840 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_8IntPointE 1841 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_8IntPointE 1842 ... 1843 fun:_ZN7WebCore11RenderLayer5paintEPNS_15GraphicsContextERKNS_7IntRectEjPNS_12RenderObjectEPNS_12RenderRegionEj 1844 fun:_ZN7WebCore9FrameView13paintContentsEPNS_15GraphicsContextERKNS_7IntRectE 1845 fun:_ZN7WebCore10ScrollView5paintEPNS_15GraphicsContextERKNS_7IntRectE 1846 fun:_ZN5blink12WebFrameImpl16paintWithContextERN7WebCore15GraphicsContextERKNS_7WebRectE 1847 } 1848 { 1849 bug_107541_a 1850 Memcheck:Leak 1851 fun:_Znw* 1852 fun:_ZL14NewFromFontRefPK8__CTFontPKc 1853 fun:_Z26SkCreateTypefaceFromCTFontPK8__CTFont 1854 fun:_ZN7WebCoreL10setupPaintEP7SkPaintPKNS_14SimpleFontDataEPKNS_4FontE* 1855 fun:_ZNK7WebCore4Font10drawGlyphsEPNS_15GraphicsContextEPKNS_14SimpleFontDataERKNS_11GlyphBufferEiiRKNS_10FloatPointE 1856 fun:_ZNK7WebCore4Font15drawGlyphBufferEPNS_15GraphicsContextERKNS_7TextRunERKNS_11GlyphBufferERKNS_10FloatPointE 1857 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPointEii 1858 fun:_ZNK7WebCore4Font8drawTextEPNS_15GraphicsContextERKNS_7TextRunERKNS_10FloatPoint* 1859 fun:_ZN7WebCore15GraphicsContext8drawTextERKNS_4FontERKNS_7TextRunERKNS_10FloatPoint* 1860 fun:_ZN7WebCoreL20paintTextWithShadowsEPNS_15GraphicsContextERKNS_4FontERKNS_7TextRunERKN3WTF12AtomicStringEiiiiRKNS_10FloatPointERKNS_9FloatRectEPKNS_10ShadowDataEbb 1861 fun:_ZN7WebCore13InlineTextBox5paintERNS_9PaintInfoERKNS_* 1862 fun:_ZN7WebCore13InlineFlowBox5paintERNS_9PaintInfoERKNS_* 1863 fun:_ZN7WebCore13RootInlineBox5paintERNS_9PaintInfoERKNS_* 1864 fun:_ZNK7WebCore17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9PaintInfoERKNS_* 1865 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_* 1866 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_* 1867 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_* 1868 ... 1869 fun:_ZN7WebCore11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_* 1870 fun:_ZN7WebCore11RenderBlock13paintContentsERNS_9PaintInfoERKNS_* 1871 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_* 1872 fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_* 1873 } 1874 { 1875 bug_107541_b 1876 Memcheck:Leak 1877 fun:calloc 1878 fun:CGGlyphBitmapCreate 1879 ... 1880 fun:CGFontCreateGlyphBitmap* 1881 fun:create_missing_bitmaps 1882 fun:CGGlyphLockLockGlyphBitmaps 1883 ... 1884 fun:draw_glyphs 1885 fun:CGContextShowGlyphs 1886 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyph* 1887 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph 1888 fun:_ZN15SkScalerContext8getImageERK7SkGlyph 1889 fun:_ZN12SkGlyphCache9findImageERK7SkGlyph 1890 fun:_ZL22D1G_NoBounder_RectClipRK12SkDraw1GlyphiiRK7SkGlyph 1891 fun:_ZNK6SkDraw*draw*TextE* 1892 fun:_ZN8SkDevice*draw*TextE* 1893 fun:_ZN8SkCanvas*draw*TextE* 1894 } 1895 { 1896 bug_107541_c 1897 Memcheck:Leak 1898 fun:_Znw* 1899 fun:_ZL14NewFromFontRefPK8__CTFontPKc 1900 fun:_ZL11NewFromNamePKcN10SkTypeface5StyleE 1901 fun:_ZL15create_typefacePK10SkTypefacePKcNS_5StyleE 1902 fun:_ZN10SkFontHost14CreateTypefaceEPK10SkTypefacePKcNS0_5StyleE 1903 fun:_ZN10SkTypeface14CreateFromNameEPKcNS_5StyleE 1904 fun:_ZN3gfx8internal16SkiaTextRenderer22SetFontFamilyWithStyleERKSsi 1905 fun:_ZN3gfx13RenderTextMac14DrawVisualTextEPNS_6CanvasE 1906 fun:_ZN3gfx10RenderText4DrawEPNS_6CanvasE 1907 fun:_ZN3gfx43RenderTextTest_SelectionKeepsLigatures_Test8TestBodyEv 1908 } 1909 { 1910 bug_109994 1911 Memcheck:Leak 1912 ... 1913 fun:_class_lookupMethodAndLoadCache 1914 fun:objc_msgSend 1915 ... 1916 fun:_class_initialize 1917 fun:_class_initialize 1918 fun:_class_lookupMethodAndLoadCache 1919 fun:objc_msgSend 1920 fun:_ZN15ChromeTestSuite10InitializeEv 1921 fun:_ZN4base9TestSuite3RunEv 1922 fun:_ZN17UnitTestTestSuite3RunEv 1923 } 1924 { 1925 bug_112078 1926 Memcheck:Uninitialized 1927 fun:glViewport_Exec 1928 fun:glViewport 1929 fun:-[AcceleratedPluginView globalFrameDidChange:] 1930 fun:-[AcceleratedPluginView renewGState] 1931 fun:-[NSView _invalidateGStatesForTree] 1932 fun:-[NSView(NSInternal) _setHidden:setNeedsDisplay:] 1933 fun:-[NSView _setHidden:] 1934 fun:_ZN*23RenderWidgetHostViewMac17MovePluginWindows* 1935 fun:_ZN*27RenderWidgetHostViewMacTest24AddAcceleratedPluginViewEii 1936 fun:_ZN*53RenderWidgetHostViewMacTest_FocusAcceleratedView_Test8TestBodyEv 1937 } 1938 { 1939 bug_112086 1940 Memcheck:Uninitialized 1941 fun:x_zone_size 1942 fun:find_registered_purgeable_zone 1943 fun:malloc_make_purgeable 1944 } 1945 { 1946 bug_117310 1947 Memcheck:Leak 1948 fun:_Znw* 1949 fun:_ZN7WebCore23v8StringToWebCoreStringIN3WTF12AtomicStringEEET_N2v86HandleINS4_6StringEEENS_12ExternalModeE 1950 fun:_ZN7WebCore29v8StringToAtomicWebCoreStringEN2v86HandleINS0_6StringEEE 1951 fun:_ZN7WebCore11V8DOMWindow19namedPropertyGetterEN2v85LocalINS1_6StringEEERKNS1_12AccessorInfoE 1952 fun:_ZN2v88internal8JSObject26GetPropertyWithInterceptorEPNS0_10JSReceiverEPNS0_6StringEP18PropertyAttributes 1953 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringEP18PropertyAttributes 1954 fun:_ZN2v88internal6Object11GetPropertyENS0_6HandleIS1_EES3_PNS0_12LookupResultENS2_INS0_6StringEEEP18PropertyAttributes 1955 fun:_ZN2v88internal6LoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEENS3_INS0_6StringEEE 1956 fun:_ZN2v88internal11LoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE 1957 obj:* 1958 obj:* 1959 obj:* 1960 obj:* 1961 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectEEEiPS5_Pb 1962 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 1963 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE 1964 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_5FrameEN2v86HandleINS3_8FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE 1965 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6ObjectEEEiPNS2_INS1_5ValueEEE 1966 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecutionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE 1967 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExecutionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE 1968 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE 1969 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTargetDataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE 1970 } 1971 { 1972 bug_127499_a 1973 Memcheck:Uninitialized 1974 ... 1975 fun:VDADecoderCreate 1976 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm 1977 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 1978 } 1979 { 1980 bug_127499_b 1981 Memcheck:Leak 1982 ... 1983 fun:VDADecoderCreate 1984 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm 1985 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 1986 } 1987 { 1988 bug_127499_c 1989 Memcheck:Free 1990 ... 1991 fun:VTDecompressionSessionInvalidate 1992 fun:VDADecoderDestroy 1993 fun:_ZN3gfx30VideoDecodeAccelerationSupport7DestroyEv 1994 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 1995 } 1996 { 1997 bug_127499_d 1998 Memcheck:Uninitialized 1999 ... 2000 fun:VTDecompressionSessionInvalidate 2001 fun:VDADecoderDestroy 2002 fun:_ZN3gfx30VideoDecodeAccelerationSupport7DestroyEv 2003 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 2004 } 2005 { 2006 bug_127499_e 2007 Memcheck:Leak 2008 fun:_Znw* 2009 fun:_ZN4base17LoadNativeLibraryE* 2010 fun:_ZN12_GLOBAL__N_117InitializeVdaApisEv 2011 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm 2012 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 2013 } 2014 { 2015 bug_127499_f 2016 Memcheck:Leak 2017 fun:malloc_zone_malloc 2018 fun:_CFRuntimeCreateInstance 2019 fun:CFBasicHashCreate 2020 fun:__CFDictionaryCreateGeneric 2021 fun:CFDictionaryCreate 2022 fun:-[__NSPlaceholderDictionary initWithObjects:forKeys:count:] 2023 fun:+[NSDictionary dictionaryWithObjectsAndKeys:] 2024 fun:_ZN3gfx30VideoDecodeAccelerationSupport6CreateEiiiPKvm 2025 fun:_ZN3gfx46VideoDecodeAccelerationSupportTest_Create_Test8TestBodyEv 2026 } 2027 { 2028 bug_131361 2029 Memcheck:Overlap 2030 fun:memcpy 2031 ... 2032 fun:_ZN2v88internal18GvnBasicBlockState32* 2033 } 2034 { 2035 bug_139633 2036 Memcheck:Uninitialized 2037 fun:_ZL19ConvertYUVToRGB32_ChhhPh 2038 fun:LinearScaleYUVToRGB32RowWithRange_C 2039 fun:_ZN5media23ScaleYUVToRGB32WithRectEPKhS1_S1_Phiiiiiiiiiii 2040 fun:_ZN8remoting29ConvertAndScaleYUVToRGB32RectEPKhS1_S1_iiRK7SkTSizeIiERK7SkIRectPhiS5_S8_S8_ 2041 fun:_ZN8remoting10DecoderVp811RenderFrameERK7SkTSizeIiERK7SkIRectPhiP8SkRegion 2042 fun:_ZN8remoting13DecoderTester11RenderFrameEv 2043 fun:_ZN8remoting13DecoderTester14ReceivedPacketEPNS_11VideoPacketE 2044 fun:_ZN8remoting13DecoderTester20ReceivedScopedPacketE10scoped_ptrINS_11VideoPacketEE 2045 } 2046 { 2047 bug_148865 2048 Memcheck:Leak 2049 fun:_Znw* 2050 fun:_ZN7content16RenderThreadImpl4InitEv 2051 fun:_ZN7content16RenderThreadImplC2ERKSs 2052 fun:_ZN7content16RenderThreadImplC1ERKSs 2053 fun:_ZN7content21WebRTCAudioDeviceTest5SetUpEv 2054 } 2055 { 2056 bug_159190 2057 Memcheck:Uninitialized 2058 ... 2059 fun:_ZNK19TConcreteFontScaler15CopyGlyphBitmapEtjP6CGRectPm 2060 ... 2061 fun:_ZN9Offscreen5getCGERK19SkScalerContext_MacRK7SkGlyphtPmb 2062 fun:_ZN19SkScalerContext_Mac13generateImageERK7SkGlyph 2063 } 2064 { 2065 bug_171722_mac 2066 Memcheck:Leak 2067 fun:_Znw* 2068 fun:_ZN3net12_GLOBAL__N_120URLRequestFtpJobTest9AddSocketEPNS_13MockReadWriteILNS_17MockReadWriteTypeE0EEEmPNS2_ILS3_1EEEm 2069 ... 2070 } 2071 { 2072 bug_173779 2073 Memcheck:Uninitialized 2074 ... 2075 fun:img_data_lock 2076 fun:CGSImageDataLock 2077 fun:ripc_AcquireImage 2078 fun:ripc_DrawImage* 2079 fun:CGContextDrawImage* 2080 ... 2081 fun:_ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5_ 2082 } 2083 { 2084 bug_177540 2085 Memcheck:Uninitialized 2086 fun:_ZN3WTF20TCMalloc_ThreadCache10DeallocateENS_11HardenedSLLEm 2087 } 2088 { 2089 bug_231969 2090 Memcheck:Uninitialized 2091 fun:rangematch 2092 fun:fnmatch1 2093 fun:fnmatch1 2094 fun:fnmatch$UNIX2003 2095 fun:_ZN4base14FileEnumerator4NextEv 2096 fun:_ZN10disk_cache15SimpleIndexFile15RestoreFromDiskERKN4base8FilePathE 2097 } 2098 { 2099 bug_244420 2100 Memcheck:Uninitialized 2101 ... 2102 fun:_ZN9talk_baseL8ToStringIyEESsRKT_ 2103 fun:_ZN7content23VideoDestinationHandler4OpenEPNS_28MediaStreamDependencyFactoryEPNS_28MediaStreamRegistryInterfaceERKSsPPNS_20FrameWriterInterfaceE 2104 fun:_ZN7content37VideoDestinationHandlerTest_Open_Test8TestBodyEv 2105 } 2106 { 2107 bug_244437 2108 Memcheck:Uninitialized 2109 fun:_ZN5mediaL23FromInterleavedInternalIssLs0EEEvPKviiPNS_8AudioBusEff 2110 fun:_ZN5media8AudioBus22FromInterleavedPartialEPKviii 2111 fun:_ZN5media8AudioBus15FromInterleavedEPKvii 2112 fun:_ZN7content19WebRtcAudioRenderer14SourceCallbackEiPN5media8AudioBusE 2113 } 2114 { 2115 bug_246567 2116 Memcheck:Leak 2117 fun:_Znw* 2118 fun:_ZN2v88internal24PerThreadAssertScopeBase10AssertDataEv 2119 fun:_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv 2120 ... 2121 fun:_ZN3net15ProxyResolverV87Context6InitV8ERK13scoped_refptrINS_23ProxyResolverScriptDataEE 2122 fun:_ZN3net15ProxyResolverV812SetPacScriptERK13scoped_refptrINS_23ProxyResolverScriptDataEERKN4base8CallbackIFviEEE 2123 fun:_ZN3net22ProxyResolverV8Tracing3Job20ExecuteProxyResolverEv 2124 fun:_ZN3net22ProxyResolverV8Tracing3Job15ExecuteBlockingEv 2125 } 2126 { 2127 bug_246567b 2128 Memcheck:Leak 2129 fun:_Znw* 2130 fun:_ZN2v88internal24PerThreadAssertScopeBase10AssertDataEv 2131 fun:_ZN2v88internal20PerThreadAssertScopeILNS0_19PerThreadAssertTypeE1ELb1EE9IsAllowedEv 2132 fun:_ZN2v88internal11HandleScope12CreateHandleINS0* 2133 fun:_ZN2v88internal6Handle* 2134 } 2135 # Maybe related to bug_105527_a? 2136 { 2137 bug_247506a 2138 Memcheck:Leak 2139 fun:_Znw* 2140 fun:_ZN16TCFStringUniquer19CreateStringUniquerEv 2141 fun:pthread_once 2142 fun:_ZN16TCFStringUniquerC1Ev 2143 fun:_ZN19TCFResurrectContext17ResurrectCFStringEv 2144 fun:_ZN19TCFResurrectContext9ResurrectEv 2145 fun:_ZN19TCFResurrectContext21ResurrectCFDictionaryEv 2146 fun:_ZN19TCFResurrectContext9ResurrectEv 2147 fun:_ZNK22TGlobalFontRegistryImp20RendezvousWithServerEv 2148 fun:_ZN22TGlobalFontRegistryImpC2Ev 2149 fun:_ZN19TGlobalFontRegistry14CreateRegistryEv 2150 } 2151 # Maybe related to bug_105527_b ? 2152 { 2153 bug_247506b 2154 Memcheck:Leak 2155 fun:_Znw* 2156 fun:_ZN18TLocalFontRegistry14CreateRegistryEv 2157 fun:pthread_once 2158 fun:_ZN18TLocalFontRegistryC2Ev 2159 fun:XTCopyFontWithName 2160 fun:_ZNK17TDescriptorSource35CopyFontDescriptorPerPostscriptNameEPK10__CFStringm 2161 fun:_ZNK11TDescriptor32CreateMatchingDescriptorInternalEPK7__CFSet 2162 fun:_ZN11TDescriptor12InitBaseFontEv 2163 } 2164 # Maybe related to bug_105342 ? 2165 { 2166 bug_247506c 2167 Memcheck:Leak 2168 fun:_Znw* 2169 fun:_ZN15TSessionManager20CreateSessionManagerEv 2170 fun:pthread_once 2171 fun:_ZN15TSessionManagerC1Ev 2172 fun:_ZNK22TGlobalFontRegistryImp13GetServerPortEv 2173 fun:_ZNK22TGlobalFontRegistryImp20RendezvousWithServerEv 2174 fun:_ZN22TGlobalFontRegistryImpC2Ev 2175 fun:_ZN19TGlobalFontRegistry14CreateRegistryEv 2176 fun:pthread_once 2177 fun:_ZN19TGlobalFontRegistryC2Ev 2178 fun:XTCopyFontWithName 2179 } 2180 { 2181 bug_247506d 2182 Memcheck:Leak 2183 fun:malloc_zone_calloc 2184 fun:_calloc_internal 2185 fun:_cache_malloc 2186 fun:_cache_fill 2187 fun:lookUpMethod 2188 fun:_class_lookupMethodAndLoadCache 2189 fun:objc_msgSend 2190 ... 2191 fun:_ZL17SetupMenuTrackingR14MenuSelectDatah5PointdP8MenuDatamtPK4RectS6_jS6_PK10__CFString 2192 fun:_ZL19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStringPP13OpaqueMenuRefPt 2193 fun:_HandlePopUpMenuSelection7 2194 } 2195 { 2196 bug_247506e 2197 Memcheck:Leak 2198 fun:calloc 2199 fun:_ZN11TMemoryHeap6CallocEmm 2200 fun:_Z14AllocateMemorymP11TMemoryHeapb 2201 fun:_Z13CacheAllocatemb 2202 fun:_Z16BuildMacEncTablev 2203 fun:_ZN15TParsingContext13GetParseProcsEv 2204 fun:_ZN19TSFNTParsingContext13GetParseProcsEv 2205 fun:_ZN18TCIDParsingContext13GetParseProcsEv 2206 fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt 2207 } 2208 { 2209 bug_247506f 2210 Memcheck:Leak 2211 fun:malloc_zone_calloc 2212 fun:_calloc_internal 2213 fun:_objc_insertMethods 2214 fun:_objc_read_categories_from_image 2215 fun:_read_images 2216 fun:map_images_nolock 2217 fun:map_images 2218 fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoE 2219 fun:_ZN11ImageLoader4linkERKNS_11LinkContextEbbRKNS_10RPathChainE 2220 fun:_ZN4dyld4linkEP11ImageLoaderbRKNS0_10RPathChainE 2221 } 2222 { 2223 bug_247506g 2224 Memcheck:Leak 2225 fun:malloc_zone_malloc 2226 fun:malloc_set_zone_name 2227 fun:malloc_default_purgeable_zone 2228 fun:ImageIO_Malloc 2229 fun:copyImageBlockSetPNG 2230 fun:ImageProviderCopyImageBlockSetCallback 2231 fun:CGImageProviderCopyImageBlockSet 2232 fun:img_blocks_create 2233 fun:img_blocks_extent 2234 fun:img_data_lock 2235 fun:CGSImageDataLock 2236 fun:ripc_AcquireImage 2237 fun:ripc_DrawImage 2238 fun:CGContextDrawImage 2239 fun:__-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_1 2240 fun:-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] 2241 fun:_ZN12_GLOBAL__N_129NSImageOrNSImageRepToSkBitmapEP7NSImageP10NSImageRep7_NSSizeb 2242 fun:_ZN3gfx20NSImageRepToSkBitmapEP10NSImageRep7_NSSizeb 2243 fun:_ZN3gfx27ImageSkiaFromResizedNSImageEP7NSImage7_NSSize 2244 fun:_ZN3gfx20ImageSkiaFromNSImageEP7NSImage 2245 fun:_ZNK3gfx5Image11ToImageSkiaEv 2246 fun:_ZNK3gfx5Image10ToSkBitmapEv 2247 } 2248 { 2249 bug_247506h 2250 Memcheck:Leak 2251 fun:malloc 2252 fun:_ZN11TMemoryHeap6MallocEm 2253 fun:_Z14AllocateMemorymP11TMemoryHeapb 2254 fun:_Z13GetGrowBufferm 2255 fun:_ZN31TFractionalMetricsRenderContextC2EPK10TType1FontPKht 2256 fun:_ZNK10TType1Font13GetRawMetricsERK18TType1FontInstancePKhtR10_t_CharSBW 2257 fun:_ZNK10TType1Font23RenderFractionalMetricsERK15TType1TransformtPKhtR22GlyphFractionalMetrics 2258 fun:_ZNK13TType1CIDFont20GetFractionalMetricsERK15TType1TransformtP22GlyphFractionalMetrics 2259 fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinationMapping 2260 fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionmPKtPvm 2261 fun:_ZNK19TConcreteFontScaler25GetGlyphIdealAdvanceWidthEt 2262 } 2263 { 2264 bug_247506i 2265 Memcheck:Leak 2266 fun:malloc_zone_malloc 2267 fun:_CFRuntimeCreateInstance 2268 fun:CFBasicHashCreate 2269 fun:__CFDictionaryCreateGeneric 2270 fun:CFDictionaryCreateMutable 2271 fun:utDeactivateAllSelectedIMInDoc 2272 fun:MyDeactivateTSMDocument 2273 fun:_ReactivateTSMDocumentAfterMenuTracking 2274 } 2275 { 2276 bug_247506j 2277 Memcheck:Leak 2278 fun:malloc_zone_calloc 2279 fun:ripr_Rectangles 2280 fun:ripc_DrawRects 2281 fun:CGContextFillRects 2282 fun:NSRectFillListWithColorsUsingOperation 2283 fun:NSDrawColorTiledRects 2284 } 2285 { 2286 bug_247506k 2287 Memcheck:Leak 2288 fun:malloc 2289 fun:_ZN11TMemoryHeap6MallocEm 2290 fun:_Z24Type1InterpretCharStringP11_t_FontInstP10_t_BCProcsP17_t_T1CharDataDescP9_t_CharIOP9_t_RunRecP12_t_PathProcsP6T1Args 2291 fun:_ZL14ATMCharOutlineP11_t_FontInstP10_t_BCProcsPvP9_t_CharIOP12_t_PathProcsmS3_ 2292 fun:_ZN21MPathRenderingContext13RenderOutlineERK11_t_FontInstb 2293 fun:_ZN28TPathMetricsRenderingContext11MakeOutlineERK11_t_FontInstbR10FixedPointS4_S4_ 2294 fun:_ZNK10TType1Font20RenderOutlineMetricsERK15TType1TransformtPKhtR21GlyphRenderingMetrics 2295 fun:_ZNK13TType1CIDFont17GetOutlineMetricsERK15TType1TransformtP21GlyphRenderingMetrics 2296 fun:_ZNK12TType1Strike10GetMetricsERK21TRenderingDescriptionmPKtRK19TDestinationMapping 2297 fun:_Z20Type1GetGlyphMetricsmPK18TStrikeDescriptionPK21TRenderingDescriptionmPKtPvm 2298 fun:_ZNK19TConcreteFontScaler19GetGlyphIdealBoundsEt 2299 fun:FPFontGetGlyphIdealBounds 2300 } 2301 { 2302 bug_257501 2303 Memcheck:Uninitialized 2304 fun:rangematch 2305 fun:fnmatch1 2306 fun:fnmatch1 2307 fun:fnmatch$UNIX2003 2308 fun:_ZN4base14FileEnumerator4NextEv 2309 fun:_ZN10disk_cache15SimpleIndexFile19SyncRestoreFromDiskERKN4base8FilePathE 2310 fun:_ZN10disk_cache15SimpleIndexFile20SyncLoadIndexEntriesERKN4base8FilePathE13scoped_refptrINS1_22SingleThreadTaskRunnerEERKNS1_8CallbackIFv10scoped_ptrIN9__gnu_cxx8hash_mapIyNS_13EntryMetadataENSA_4hashIyEESt8equal_toIyESaISC_EEENS1_14DefaultDeleterISI_EEEbEEE 2311 } 2312 { 2313 bug_280583 2314 Memcheck:Unaddressable 2315 ... 2316 fun:_ZN6libyuv21ScaleARGBBilinearDownEiiiiiPKhPhiiii 2317 fun:_ZN6libyuv16ScaleARGBAnySizeEiiiiiiiiPKhPhiiiiNS_10FilterModeE 2318 fun:_ZN6libyuv9ScaleARGBEPKhiiiPhiiiiiiiNS_10FilterModeE 2319 fun:ARGBScale 2320 fun:_ZN7content20DesktopCaptureDevice4Core18OnCaptureCompletedEPN6webrtc12DesktopFrameE 2321 fun:_ZN6webrtc12_GLOBAL__N_117ScreenCapturerMac7CaptureERKNS_13DesktopRegionE 2322 fun:_ZN7content20DesktopCaptureDevice4Core9DoCaptureEv 2323 } 2324 { 2325 bug_292913_a 2326 Memcheck:Leak 2327 fun:malloc_zone_malloc 2328 fun:_CFRuntimeCreateInstance 2329 fun:_ZN7TCFBaseI11TDescriptorEnwEm 2330 fun:_ZNK17TDescriptorSource14CopyDescriptorEPK7__CFURL 2331 fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPKtl 2332 fun:_ZNK17TDescriptorSource32CopySystemWideFallbackDescriptorEP6CGFontPK10__CFString7CFRange 2333 fun:_ZNK12TFontCascade24CreateSystemWideFallbackEPK8__CTFontPK10__CFString7CFRange 2334 fun:_ZNK12TFontCascade14CreateFallbackEPK8__CTFontPK10__CFString7CFRange 2335 ... 2336 fun:_ZN3gfx13RenderTextMac12EnsureLayoutEv 2337 } 2338 { 2339 bug_292913_b 2340 Memcheck:Uninitialized 2341 fun:_ZL10AddEncHashP12EncHashTablePKhij 2342 fun:_Z16BuildMacEncTablev 2343 fun:_ZN15TParsingContext13GetParseProcsEv 2344 fun:_ZN19TSFNTParsingContext13GetParseProcsEv 2345 fun:_ZN18TCIDParsingContext13GetParseProcsEv 2346 fun:_ZN16TType1OTFCIDFont20ParseCFFCIDFontDictsERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContextRVt 2347 fun:_ZN16TType1OTFCIDFont15ParseCFFCIDFontERK19TType1CFFDescriptorP32Type1ProtectionEvaluationContext 2348 fun:_ZN16TType1OTFCIDFontC2ERK19TType1CFFDescriptor 2349 fun:_ZN10TType1Font7GetFontEPK5TFont 2350 } 2351 { 2352 bug_310761_a 2353 Memcheck:Leak 2354 fun:malloc 2355 fun:_NPN_Get*Identifier 2356 fun:_ZN5blink11WebBindings*get*Identifier* 2357 } 2358 { 2359 bug_310761_b 2360 Memcheck:Leak 2361 fun:malloc 2362 fun:_ZN3WTF10fastMallocEm 2363 fun:_ZN7WebCore*TerminatedArrayBuilder* 2364 fun:_ZN7WebCore7RuleSet19compactPendingRules* 2365 } 2366 { 2367 bug_320918 2368 Memcheck:Leak 2369 fun:malloc 2370 fun:_ZN3WTF10fastMallocEm 2371 fun:_ZN3WTF11LinkedStackIN7WebCore8RuleDataEEnwEm 2372 fun:_ZN7WebCore7RuleSet12addToRuleSet* 2373 fun:_ZN7WebCore7RuleSet21findBestRuleSetAndAdd* 2374 fun:_ZN7WebCore7RuleSet7addRule* 2375 fun:_ZN7WebCore7RuleSet13addChildRules* 2376 fun:_ZN7WebCore7RuleSet17addRulesFromSheet* 2377 fun:_ZN7WebCore21CSSDefaultStyleSheets16loadDefaultStyle* 2378 } 2379