OLD | NEW |
1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
3 # | 3 # |
4 # This file should contain suppressions only for the reports happening | 4 # This file should contain suppressions only for the reports happening |
5 # in the 'full' mode (drmemory_full). | 5 # in the 'full' mode (drmemory_full). |
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), | 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), |
7 # please use suppressions.txt instead. | 7 # please use suppressions.txt instead. |
8 | 8 |
9 ############################################################### | 9 ############################################################### |
10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 # More bit manip fps | 851 # More bit manip fps |
852 UNINITIALIZED READ | 852 UNINITIALIZED READ |
853 name=http://code.google.com/p/drmemory/issues/detail?id=493 | 853 name=http://code.google.com/p/drmemory/issues/detail?id=493 |
854 USP10.dll!ScriptPositionSingleGlyph | 854 USP10.dll!ScriptPositionSingleGlyph |
855 | 855 |
856 # Various TLS leaks that we don't understand yet. We should be finding a root | 856 # Various TLS leaks that we don't understand yet. We should be finding a root |
857 # for these. | 857 # for these. |
858 LEAK | 858 LEAK |
859 name=http://code.google.com/p/drmemory/issues/detail?id=778 a | 859 name=http://code.google.com/p/drmemory/issues/detail?id=778 a |
860 KERNELBASE.dll!TlsSetValue | 860 KERNELBASE.dll!TlsSetValue |
861 RSAENH.dll!* | |
862 RSAENH.dll!* | |
863 | 861 |
864 # Originally filed as: http://crbug.com/109281 | 862 # Originally filed as: http://crbug.com/109281 |
865 LEAK | 863 LEAK |
866 name=http://code.google.com/p/drmemory/issues/detail?id=778 b | 864 name=http://code.google.com/p/drmemory/issues/detail?id=778 b |
867 ... | 865 ... |
868 *!base::ThreadLocalStorage::Initialize | 866 *!base::ThreadLocalStorage::Initialize |
869 | 867 |
870 # This is an NSS PRThread object installed in TLS. Why isn't this detected as a | 868 # This is an NSS PRThread object installed in TLS. Why isn't this detected as a |
871 # root? See also http://crbug.com/32624 | 869 # root? See also http://crbug.com/32624 |
872 LEAK | 870 LEAK |
873 name=http://code.google.com/p/drmemory/issues/detail?id=778 c | 871 name=http://code.google.com/p/drmemory/issues/detail?id=778 c |
874 *!PR_Calloc | 872 *!PR_Calloc |
875 *!_PR_AttachThread | 873 *!_PR_AttachThread |
876 *!_PRI_AttachThread | 874 *!_PRI_AttachThread |
877 | 875 |
878 LEAK | |
879 name=http://code.google.com/p/drmemory/issues/detail?id=778 d | |
880 KERNELBASE.dll!TlsSetValue | |
881 MSWSOCK.dll!* | |
882 KERNEL32.dll!BaseThreadInitThunk | |
883 | |
884 # Bit-level fps in rich edit layer. | 876 # Bit-level fps in rich edit layer. |
885 UNINITIALIZED READ | 877 UNINITIALIZED READ |
886 name=http://code.google.com/p/drmemory/issues/detail?id=791 | 878 name=http://code.google.com/p/drmemory/issues/detail?id=791 |
887 RICHED20.dll!* | 879 RICHED20.dll!* |
888 RICHED20.dll!* | 880 RICHED20.dll!* |
889 | 881 |
890 # Already suppressed by drmemory default supp we don't have yet. | 882 # Already suppressed by drmemory default supp we don't have yet. |
891 LEAK | 883 LEAK |
892 name=i#757: RPC binding leaks in sspicli.dll | 884 name=i#757: RPC binding leaks in sspicli.dll |
893 RPCRT4.dll!* | 885 RPCRT4.dll!* |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1293 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)>
::Run | 1285 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)>
::Run |
1294 | 1286 |
1295 # IE frame possible leak of COM object. | 1287 # IE frame possible leak of COM object. |
1296 LEAK | 1288 LEAK |
1297 name=http://crbug.com/122399 | 1289 name=http://crbug.com/122399 |
1298 ole32.dll!... | 1290 ole32.dll!... |
1299 ole32.dll!CoTaskMemAlloc | 1291 ole32.dll!CoTaskMemAlloc |
1300 urlmon.dll!... | 1292 urlmon.dll!... |
1301 urlmon.dll!CreateUri | 1293 urlmon.dll!CreateUri |
1302 IEFRAME.dll!* | 1294 IEFRAME.dll!* |
OLD | NEW |