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

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

Issue 598203002: Valgrind: Remove a bunch of old, obsolete suppressions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 bug_19775_h 615 bug_19775_h
616 Memcheck:Leak 616 Memcheck:Leak
617 ... 617 ...
618 fun:malloc 618 fun:malloc
619 fun:sqlite3MemMalloc 619 fun:sqlite3MemMalloc
620 fun:mallocWithAlarm 620 fun:mallocWithAlarm
621 fun:sqlite3Malloc 621 fun:sqlite3Malloc
622 ... 622 ...
623 fun:yy_reduce 623 fun:yy_reduce
624 } 624 }
625 # IPCing uninitialized data
626 {
627 bug_20997_a
628 Memcheck:Param
629 socketcall.sendmsg(msg.msg_iov[i])
630 fun:sendmsg*
631 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
632 }
633 {
634 bug_20997_b
635 Memcheck:Param
636 socketcall.sendmsg(msg.msg_iov[i])
637 fun:sendmsg$UNIX2003
638 ...
639 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_
640 ...
641 fun:event_process_active
642 fun:event_base_loop
643 }
644 {
645 bug_22923
646 Memcheck:Leak
647 fun:_Znw*
648 ...
649 fun:_ZN13WorkerService12CreateWorker*
650 fun:_ZN19RenderMessageFilter14OnCreateWorker*
651 }
652 # The following three suppressions are related to the workers code. 625 # The following three suppressions are related to the workers code.
653 { 626 {
654 bug_27837 627 bug_27837
655 Memcheck:Leak 628 Memcheck:Leak
656 fun:_Znw* 629 fun:_Znw*
657 fun:_ZN19WebSharedWorkerStub9OnConnectEii 630 fun:_ZN19WebSharedWorkerStub9OnConnectEii
658 } 631 }
659 { 632 {
660 bug_30703a
661 Memcheck:Param
662 write(buf)
663 ...
664 fun:zipCloseFileInZipRaw
665 fun:zipCloseFileInZip
666 fun:_Z*13AddEntryToZip*
667 }
668 {
669 bug_30703b
670 Memcheck:Uninitialized
671 fun:deflate
672 ...
673 fun:zipCloseFileInZipRaw
674 fun:zipCloseFileInZip
675 fun:_Z*13AddEntryToZip*
676 }
677 {
678 bug_32085 633 bug_32085
679 Memcheck:Leak 634 Memcheck:Leak
680 fun:_Znw* 635 fun:_Znw*
681 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8al locate* 636 fun:_ZN9__gnu_cxx13new_allocatorIN7content21NotificationRegistrar6RecordEE8al locate*
682 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS* 637 fun:_ZNSt12_Vector_baseIN7content21NotificationRegistrar6RecordESaIS*
683 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_ auxEN9__gnu_cxx17__normal_iteratorIPS2_S* 638 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS2_EE13_M_insert_ auxEN9__gnu_cxx17__normal_iteratorIPS2_S*
684 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS* 639 fun:_ZNSt6vectorIN7content21NotificationRegistrar6RecordESaIS*
685 fun:_ZN7content21NotificationRegistrar3Add* 640 fun:_ZN7content21NotificationRegistrar3Add*
686 } 641 }
687 { 642 {
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 } 1157 }
1203 { 1158 {
1204 bug_67553 1159 bug_67553
1205 Memcheck:Leak 1160 Memcheck:Leak
1206 fun:_Znw* 1161 fun:_Znw*
1207 ... 1162 ...
1208 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEix ERS7_ 1163 fun:_ZNSt3mapISs13scoped_refptrIK9ExtensionESt4lessISsESaISt4pairIKSsS3_EEEix ERS7_
1209 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension 1164 fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
1210 } 1165 }
1211 { 1166 {
1212 bug_68069_a
1213 Memcheck:Leak
1214 fun:malloc
1215 obj:*
1216 obj:*
1217 obj:*
1218 obj:*
1219 fun:_ZN3gfx20GetGLCoreProcAddressEPKc
1220 fun:_ZN3gfx22InitializeGLBindingsGLEv
1221 fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE
1222 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
1223 }
1224 {
1225 bug_68069_b
1226 Memcheck:Leak
1227 fun:malloc
1228 fun:XextCreateExtension
1229 ...
1230 fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv
1231 fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv
1232 fun:_ZN3gfx9GLSurface16InitializeOneOffEv
1233 }
1234 {
1235 bug_68553 1167 bug_68553
1236 Memcheck:Leak 1168 Memcheck:Leak
1237 fun:_Znw* 1169 fun:_Znw*
1238 fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifi erEPNS_9HttpCacheE 1170 fun:_ZN3net25DiskCacheBasedSSLHostInfoC1ERKSsRKNS_9SSLConfigEPNS_12CertVerifi erEPNS_9HttpCacheE
1239 fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLCon figE 1171 fun:_ZN3net9HttpCache25SSLHostInfoFactoryAdaptor10GetForHostERKSsRKNS_9SSLCon figE
1240 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv 1172 fun:_ZN3net13SSLConnectJob12DoTCPConnectEv
1241 fun:_ZN3net13SSLConnectJob6DoLoopEi 1173 fun:_ZN3net13SSLConnectJob6DoLoopEi
1242 fun:_ZN3net13SSLConnectJob15ConnectInternalEv 1174 fun:_ZN3net13SSLConnectJob15ConnectInternalEv
1243 fun:_ZN3net10ConnectJob7ConnectEv 1175 fun:_ZN3net10ConnectJob7ConnectEv
1244 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsP KNS1_7RequestE 1176 fun:_ZN3net8internal26ClientSocketPoolBaseHelper21RequestSocketInternalERKSsP KNS1_7RequestE
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 bug_87423 1430 bug_87423
1499 Memcheck:Uninitialized 1431 Memcheck:Uninitialized
1500 fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv 1432 fun:_ZNK3net15HttpBasicStream23LogNumRttVsBytesMetricsEv
1501 fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi 1433 fun:_ZN3net22HttpNetworkTransaction18DoReadBodyCompleteEi
1502 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi 1434 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
1503 fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tu ple1IiEE 1435 fun:_ZN3net22HttpNetworkTransaction4ReadEPNS_8IOBufferEiP14CallbackRunnerI6Tu ple1IiEE
1504 fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs 1436 fun:_Z15ReadTransactionPN3net15HttpTransactionEPSs
1505 fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsP roxy_Test8TestBodyEv 1437 fun:_ZN3net73HttpNetworkTransactionTest_ErrorResponseTofHttpsConnectViaHttpsP roxy_Test8TestBodyEv
1506 } 1438 }
1507 { 1439 {
1508 bug_88640_a
1509 Memcheck:Leak
1510 fun:_Znw*
1511 fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
1512 fun:_ZN11ProfileImpl11DoFinalInitEv
1513 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
1514 }
1515 {
1516 bug_88640_b
1517 Memcheck:Leak
1518 ...
1519 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
1520 ...
1521 fun:_ZN11ProfileImplC*E*
1522 }
1523 {
1524 bug_88640_c
1525 Memcheck:Leak
1526 fun:_Znw*
1527 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfilePK13ProfileIO Data
1528 fun:_ZN17ProfileImplIOData6Handle4InitE*
1529 fun:_ZN11ProfileImpl11DoFinalInitEv
1530 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
1531 }
1532 {
1533 bug_81796
1534 Memcheck:Leak
1535 fun:_Znw*
1536 fun:_ZN4base16MessageLoopProxy22currentEv
1537 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoo pProxyE
1538 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste nerEPN4base16MessageLoopProxyE
1539 }
1540 {
1541 bug_89942_a
1542 Memcheck:Leak
1543 ...
1544 fun:_ZN10ZygoteHost11ForkRequestERKSt6vectorISsSaISsEERKS0_ISt4pairIjiESaIS6_ EERKSs
1545 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13 BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
1546 }
1547 {
1548 bug_89942_b
1549 Memcheck:Leak
1550 ...
1551 fun:_ZNSt6vectorISt4pairIjiESaIS1_EE9push_backERKS1_
1552 fun:_ZN20ChildProcessLauncher7Context14LaunchInternalE13scoped_refptrIS0_EN13 BrowserThread2IDEbRKSt6vectorISt4pairISsSsESaIS7_EEiP11CommandLine
1553 }
1554 {
1555 bug_90057a
1556 Memcheck:Leak
1557 ...
1558 fun:_ZN3net13CookieMonster9InitStoreEv
1559 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
1560 fun:_ZN3net13CookieMonster30GetAllCookiesForURLWithOptionsERK4GURLRKNS_13Cook ieOptionsE
1561 fun:_ZN3net13CookieMonster19GetAllCookiesForURLERK4GURL
1562 fun:_ZN22ResourceDispatcherHost13CanGetCookiesEPN3net10URLRequestE
1563 fun:_ZN3net10URLRequest13CanGetCookiesEv
1564 fun:_ZN3net13URLRequestJob13CanGetCookiesEv
1565 fun:_ZN3net17URLRequestHttpJob23AddCookieHeaderAndStartEv
1566 }
1567 {
1568 bug_90057b
1569 Memcheck:Leak
1570 ...
1571 fun:_ZN3net13CookieMonster9InitStoreEv
1572 fun:_ZN3net13CookieMonster15InitIfNecessaryEv
1573 fun:_ZN3net13CookieMonster21GetCookiesWithOptionsERK4GURLRKNS_13CookieOptions E
1574 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOp tionsERKN4base8CallbackIFvRKSsEEE
1575 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
1576 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs
1577 }
1578 {
1579 bug_90215_c 1440 bug_90215_c
1580 Memcheck:Leak 1441 Memcheck:Leak
1581 ... 1442 ...
1582 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv 1443 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
1583 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv 1444 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
1584 } 1445 }
1585 { 1446 {
1586 bug_90215_d 1447 bug_90215_d
1587 Memcheck:Leak 1448 Memcheck:Leak
1588 ... 1449 ...
(...skipping 30 matching lines...) Expand all
1619 fun:_Znw* 1480 fun:_Znw*
1620 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo cateEjPKv 1481 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo cateEjPKv
1621 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv 1482 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
1622 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_ 1483 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
1623 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2 _ERKS2_ 1484 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2 _ERKS2_
1624 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_ 1485 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9push_backERKS2_
1625 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE 1486 fun:_ZN5quota12QuotaManager14RegisterClientEPNS_11QuotaClientE
1626 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE 1487 fun:_ZN5quota17QuotaManagerProxy14RegisterClientEPNS_11QuotaClientE
1627 } 1488 }
1628 { 1489 {
1629 bug_90496a
1630 Memcheck:Leak
1631 ...
1632 fun:_ZN3IPC16MessageWithTupleI6Tuple2Ii23ResourceHostMsg_RequestEE8DispatchI2 2ResourceDispatcherHostS6_iRKS2_EEbPKNS_7MessageEPT_PT0_MSC_FvRSA_T1_T2_E
1633 fun:_ZN22ResourceDispatcherHost17OnMessageReceivedERKN3IPC7MessageEP21Resourc eMessageFilterPb
1634 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
1635 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
1636 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
1637 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
1638 fun:_ZN3IPC12ChannelProxy7Context17OnMessageReceivedERKNS_7MessageE
1639 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
1640 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1641 }
1642 {
1643 bug_90496e
1644 Memcheck:Leak
1645 ...
1646 fun:_ZN14SharedIOBuffer4InitEv
1647 fun:_ZN20AsyncResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
1648 fun:_ZN24CrossSiteResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
1649 fun:_ZN23BufferedResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
1650 fun:_ZN27SafeBrowsingResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
1651 fun:_ZN22OfflineResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
1652 fun:_ZN22ResourceDispatcherHost4ReadEPN3net10URLRequestEPi
1653 fun:_ZN22ResourceDispatcherHost12StartReadingEPN3net10URLRequestE
1654 }
1655 {
1656 bug_90671
1657 Memcheck:Leak
1658 fun:_Znw*
1659 ...
1660 fun:_ZNK3sql9Statement*ColumnString*
1661 fun:_ZN7history11URLDatabase10FillURLRowERN3sql9StatementEPNS_6URLRowE
1662 fun:_ZN7history11URLDatabase13URLEnumerator10GetNextURLEPNS_6URLRowE
1663 fun:_ZN7history14HistoryBackend11IterateURLsEPN14HistoryService13URLEnumerato rE
1664 }
1665 {
1666 bug_92741a
1667 Memcheck:Leak
1668 fun:_Znw*
1669 fun:_ZN4base4BindIPFvPNS_13WaitableEventEPSsRKSsES2_S3_EENS_8internal20Invoke rStorageHolderINS8_15InvokerStorage2IT_T0_T1_EEEESB_RKSC_RKSD_
1670 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs
1671 fun:_Z18DispatchToFunctionIPFvRK4GURLRK13scoped_refptrIN3net23URLRequestConte xtGetterEEPN4base13WaitableEventEPSsES0_S6_SB_SC_EvT_RK6Tuple4IT0_T1_T2_T3_E
1672 }
1673 {
1674 bug_92741b
1675 Memcheck:Leak
1676 fun:_Znw*
1677 fun:_ZN4base4BindIMN3net17URLRequestHttpJobEFvPSsPSt6vectorINS1_11CookieStore 10CookieInfoESaIS6_EEENS_7WeakPtrIS2_EEEENS_8internal20InvokerStorageHolderINSE_ 15InvokerStorage1IT_T0_EEEESH_RKSI_
1678 fun:_ZN3net17URLRequestHttpJob24CheckCookiePolicyAndLoadERKNS_10CookieListE
1679 }
1680 {
1681 bug_93250a 1490 bug_93250a
1682 Memcheck:Leak 1491 Memcheck:Leak
1683 fun:_Znw* 1492 fun:_Znw*
1684 ... 1493 ...
1685 fun:*SHA1Fingerprint* 1494 fun:*SHA1Fingerprint*
1686 fun:_ZN3net16CertVerifyResultaSERKS0_ 1495 fun:_ZN3net16CertVerifyResultaSERKS0_
1687 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE 1496 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE
1688 fun:_ZN3net18CertVerifierWorker7DoReplyEv 1497 fun:_ZN3net18CertVerifierWorker7DoReplyEv
1689 } 1498 }
1690 { 1499 {
(...skipping 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after
3740 bug_394624 3549 bug_394624
3741 Memcheck:Leak 3550 Memcheck:Leak
3742 ... 3551 ...
3743 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE 3552 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE
3744 ... 3553 ...
3745 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv 3554 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
3746 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE 3555 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
3747 } 3556 }
3748 { 3557 {
3749 bug_396658 3558 bug_396658
3750 Memcheck:Uninitialized» 3559 Memcheck:Uninitialized
3751 ... 3560 ...
3752 fun:wk_png_write_find_filter» 3561 fun:wk_png_write_find_filter
3753 fun:wk_png_write_row» 3562 fun:wk_png_write_row
3754 } 3563 }
3755 { 3564 {
3756 bug_397066_a 3565 bug_397066_a
3757 Memcheck:Uninitialized 3566 Memcheck:Uninitialized
3758 ... 3567 ...
3759 fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE 3568 fun:_ZN5blink13InlineFlowBox9addToLineEPNS_9InlineBoxE
3760 ... 3569 ...
3761 fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEE ERKNS_8LineInfoE 3570 fun:_ZN5blink15RenderBlockFlow13constructLineERNS_11BidiRunListINS_7BidiRunEE ERKNS_8LineInfoE
3762 fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS_11BidiRunLis tINS_7BidiRunEEERKNS_14InlineIteratorERNS_8LineInfoERNS_21VerticalPositionCacheE PS2_RN3WTF6VectorINS_15WordMeasurementELm64ENSD_16DefaultAllocatorEEE 3571 fun:_ZN5blink15RenderBlockFlow27createLineBoxesFromBidiRunsEjRNS_11BidiRunLis tINS_7BidiRunEEERKNS_14InlineIteratorERNS_8LineInfoERNS_21VerticalPositionCacheE PS2_RN3WTF6VectorINS_15WordMeasurementELm64ENSD_16DefaultAllocatorEEE
3763 fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutSt ateERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERKS4_RKNS_10BidiStatusE 3572 fun:_ZN5blink15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutSt ateERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERKS4_RKNS_10BidiStatusE
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
4060 bug_417119 3869 bug_417119
4061 Memcheck:Leak 3870 Memcheck:Leak
4062 fun:_Znw* 3871 fun:_Znw*
4063 ... 3872 ...
4064 fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSE RKS3_ 3873 fun:_ZN7storage27TaskRunnerBoundObserverListINS_18FileUpdateObserverEPS1_EaSE RKS3_
4065 fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27Task RunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE 3874 fun:_ZN7storage26FileSystemOperationContext20set_update_observersERKNS_27Task RunnerBoundObserverListINS_18FileUpdateObserverEPS2_EE
4066 fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperation ContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE 3875 fun:_ZNK7storage32SandboxFileSystemBackendDelegate32CreateFileSystemOperation ContextERKNS_13FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
4067 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13 FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE 3876 fun:_ZNK7storage24SandboxFileSystemBackend25CreateFileSystemOperationERKNS_13 FileSystemURLEPNS_17FileSystemContextEPN4base4File5ErrorE
4068 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst emURLEPN4base4File5ErrorE 3877 fun:_ZN7storage17FileSystemContext25CreateFileSystemOperationERKNS_13FileSyst emURLEPN4base4File5ErrorE
4069 } 3878 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698