OLD | NEW |
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 5588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5599 } | 5599 } |
5600 { | 5600 { |
5601 bug_109873 | 5601 bug_109873 |
5602 Memcheck:Leak | 5602 Memcheck:Leak |
5603 fun:_Znw* | 5603 fun:_Znw* |
5604 fun:_ZN6WebKit21IDBCursorBackendProxy16continueFunctionEN3WTF10PassRefPtrIN7W
ebCore6IDBKeyEEENS2_INS3_12IDBCallbacksEEERi | 5604 fun:_ZN6WebKit21IDBCursorBackendProxy16continueFunctionEN3WTF10PassRefPtrIN7W
ebCore6IDBKeyEEENS2_INS3_12IDBCallbacksEEERi |
5605 fun:_ZN7WebCore9IDBCursor16continueFunctionEN3WTF10PassRefPtrINS_6IDBKeyEEERi | 5605 fun:_ZN7WebCore9IDBCursor16continueFunctionEN3WTF10PassRefPtrINS_6IDBKeyEEERi |
5606 fun:_ZN7WebCore9IDBCursor16continueFunctionERi | 5606 fun:_ZN7WebCore9IDBCursor16continueFunctionERi |
5607 fun:_ZN7WebCore17IDBCursorInternalL16continueCallbackERKN2v89ArgumentsE | 5607 fun:_ZN7WebCore17IDBCursorInternalL16continueCallbackERKN2v89ArgumentsE |
5608 } | 5608 } |
| 5609 { |
| 5610 bug_109901 |
| 5611 Memcheck:Leak |
| 5612 fun:malloc_zone_malloc |
| 5613 fun:_CFRuntimeCreateInstance |
| 5614 fun:__CFStringCreateImmutableFunnel3 |
| 5615 fun:CFStringCreateWithBytes |
| 5616 fun:-[NSPlaceholderString initWithBytes:length:encoding:] |
| 5617 fun:_ZN7sandbox19LoadSandboxTemplateEi |
| 5618 fun:_ZN7sandbox7Sandbox13EnableSandboxEiRK8FilePath |
| 5619 fun:_ZN7content17InitializeSandboxEiRK8FilePath |
| 5620 fun:_ZN7content17InitializeSandboxEv |
| 5621 fun:_ZN28RendererMainPlatformDelegate13EnableSandboxEv |
| 5622 fun:_Z12RendererMainRKN7content18MainFunctionParamsE |
| 5623 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionP
aramsEPNS2_19ContentMainDelegateE |
| 5624 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE |
| 5625 fun:ChromeMain |
| 5626 } |
5609 | 5627 |
5610 #----------------------------------------------------------------------- | 5628 #----------------------------------------------------------------------- |
5611 # 4. These only occur on our Google workstations | 5629 # 4. These only occur on our Google workstations |
5612 | 5630 |
5613 { | 5631 { |
5614 bug_todo_getdelim | 5632 bug_todo_getdelim |
5615 Memcheck:Leak | 5633 Memcheck:Leak |
5616 fun:malloc | 5634 fun:malloc |
5617 fun:getdelim | 5635 fun:getdelim |
5618 ... | 5636 ... |
5619 fun:call_init | 5637 fun:call_init |
5620 fun:_dl_init | 5638 fun:_dl_init |
5621 } | 5639 } |
5622 { | 5640 { |
5623 bug_todo_getdelim2 | 5641 bug_todo_getdelim2 |
5624 Memcheck:Leak | 5642 Memcheck:Leak |
5625 fun:malloc | 5643 fun:malloc |
5626 fun:getdelim | 5644 fun:getdelim |
5627 obj:/lib/libselinux.so.1 | 5645 obj:/lib/libselinux.so.1 |
5628 obj:/lib/libselinux.so.1 | 5646 obj:/lib/libselinux.so.1 |
5629 obj:/lib/libselinux.so.1 | 5647 obj:/lib/libselinux.so.1 |
5630 } | 5648 } |
5631 { | 5649 { |
5632 bug_todo_grep | 5650 bug_todo_grep |
5633 Memcheck:Leak | 5651 Memcheck:Leak |
5634 fun:malloc | 5652 fun:malloc |
5635 obj:/bin/grep | 5653 obj:/bin/grep |
5636 obj:/bin/grep | 5654 obj:/bin/grep |
5637 } | 5655 } |
OLD | NEW |