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

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

Issue 7582023: Memory access violation in GPU list on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | Annotate | Revision Log
« 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 three kinds of suppressions in this file: 1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over. 2 # 1. Third party stuff we have no control over.
3 # 3 #
4 # 2. Intentional unit test errors, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing. 5 # in our own code, or stuff that is so trivial it's not worth fixing.
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system. 8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 fun:pager_write 1746 fun:pager_write
1747 fun:sqlite3PagerWrite 1747 fun:sqlite3PagerWrite
1748 fun:newDatabase 1748 fun:newDatabase
1749 fun:sqlite3BtreeBeginTrans 1749 fun:sqlite3BtreeBeginTrans
1750 fun:sqlite3VdbeExec 1750 fun:sqlite3VdbeExec
1751 fun:sqlite3Step 1751 fun:sqlite3Step
1752 fun:sqlite3_step 1752 fun:sqlite3_step
1753 fun:sqlite3_exec 1753 fun:sqlite3_exec
1754 fun:_ZN3sql10Connection7ExecuteEPKc 1754 fun:_ZN3sql10Connection7ExecuteEPKc
1755 } 1755 }
1756 {
1757 bug_91889_a
1758 Memcheck:Addr4
1759 fun:_ZN4base12_GLOBAL__N_122StackDumpSignalHandlerEiP9__siginfoP17__darwin_uc ontext
1760 obj:*
1761 fun:IOCFUnserialize
1762 fun:IORegistryEntrySearchCFProperty
1763 fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString
1764 fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo
1765 fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo
1766 fun:_ZN14GpuDataManagerC2Ev
1767 fun:_ZN14GpuDataManagerC1Ev
1768 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1769 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1770 fun:_ZN14GpuDataManager11GetInstanceEv
1771 fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
1772 }
1773 {
1774 bug_91889_b
1775 Memcheck:Addr1
1776 fun:IOCFUnserializeparse
1777 fun:IOCFUnserialize
1778 fun:IORegistryEntrySearchCFProperty
1779 fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString
1780 fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo
1781 fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo
1782 fun:_ZN14GpuDataManagerC2Ev
1783 fun:_ZN14GpuDataManagerC1Ev
1784 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1785 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1786 fun:_ZN14GpuDataManager11GetInstanceEv
1787 fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
1788 }
1789 {
1790 bug_91889_c
1791 Memcheck:Addr4
1792 fun:_ZN4base12_GLOBAL__N_122StackDumpSignalHandlerEiP9__siginfoP17__darwin_uc ontext
1793 obj:*
1794 obj:*
1795 fun:IOCFUnserialize
1796 fun:IORegistryEntrySearchCFProperty
1797 fun:_ZN12_GLOBAL__N_121SearchPortForPropertyEjPK10__CFString
1798 fun:_ZN12_GLOBAL__N_123CollectPCIVideoCardInfoEP7GPUInfo
1799 fun:_ZN18gpu_info_collector30CollectPreliminaryGraphicsInfoEP7GPUInfo
1800 fun:_ZN14GpuDataManagerC2Ev
1801 fun:_ZN14GpuDataManagerC1Ev
1802 fun:_ZN22DefaultSingletonTraitsI14GpuDataManagerE3NewEv
1803 fun:_ZN9SingletonI14GpuDataManager22DefaultSingletonTraitsIS0_ES0_E3getEv
1804 fun:_ZN14GpuDataManager11GetInstanceEv
1805 fun:_ZN19GpuBlacklistUpdater17SetupOnFileThreadEv
1806 }
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