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

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

Issue 1552983002: Generalize Dr. Memory suppressions to match 64-bit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 # 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 contains suppressions for the DrMemory reports happening 4 # This file contains suppressions for the DrMemory reports happening
5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode. 5 # in the 'light' mode (a.k.a. drmemory_light) as well as in the 'full' mode.
6 # Please use suppressions_full.txt for all the reports that can happen only 6 # Please use suppressions_full.txt for all the reports that can happen only
7 # in the full mode (drmemory_full), 7 # in the full mode (drmemory_full),
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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 *!CrashingChildProcess 229 *!CrashingChildProcess
230 230
231 UNADDRESSABLE ACCESS 231 UNADDRESSABLE ACCESS
232 name=::Crasher::Run deliberate crash 232 name=::Crasher::Run deliberate crash
233 *!base::`anonymous namespace'::Crasher::Run 233 *!base::`anonymous namespace'::Crasher::Run
234 234
235 WARNING 235 WARNING
236 name=AllocationRegister guard page access deliberate crash 236 name=AllocationRegister guard page access deliberate crash
237 base.dll!base::trace_event::AllocationRegister::Insert 237 base.dll!base::trace_event::AllocationRegister::Insert
238 *!base::trace_event::AllocationRegisterTest_OverflowDeathTest_Test::TestBody 238 *!base::trace_event::AllocationRegisterTest_OverflowDeathTest_Test::TestBody
239 *!testing::internal::HandleExceptionsInMethodIfSupported<>
240 239
241 ############################ 240 ############################
242 # Benign issues in Chromium 241 # Benign issues in Chromium
243 242
244 WARNING 243 WARNING
245 name=http://crbug.com/72463 - prefetches in generated MemCopy 244 name=http://crbug.com/72463 - prefetches in generated MemCopy
246 instruction=prefetch* 245 instruction=prefetch*
247 <not in a module> 246 <not in a module>
248 chrome.dll!v8::internal::CopyChars* 247 chrome.dll!v8::internal::CopyChars*
249 248
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 KERNEL32.dll!* 389 KERNEL32.dll!*
391 ntdll.dll!* 390 ntdll.dll!*
392 ntdll.dll!* 391 ntdll.dll!*
393 392
394 WARNING 393 WARNING
395 name=Security test (new oveflow) 394 name=Security test (new oveflow)
396 MSVCR100D.dll!operator new 395 MSVCR100D.dll!operator new
397 *!operator new 396 *!operator new
398 *!operator new[] 397 *!operator new[]
399 *!`anonymous namespace'::SecurityTest_NewOverflow_Test::TestBody 398 *!`anonymous namespace'::SecurityTest_NewOverflow_Test::TestBody
400 *!testing::internal::HandleExceptionsInMethodIfSupported<>
401 399
402 WARNING 400 WARNING
403 name=Security test (calloc overflow) 401 name=Security test (calloc overflow)
404 *!`anonymous namespace'::CallocReturnsNull 402 *!`anonymous namespace'::CallocReturnsNull
405 *!`anonymous namespace'::SecurityTest_CallocOverflow_Test::TestBody 403 *!`anonymous namespace'::SecurityTest_CallocOverflow_Test::TestBody
406 *!testing::internal::HandleExceptionsInMethodIfSupported<>
407 404
408 GDI USAGE ERROR 405 GDI USAGE ERROR
409 name=http://crbug.com/234484 406 name=http://crbug.com/234484
410 # "DC created by one thread and used by another" 407 # "DC created by one thread and used by another"
411 ... 408 ...
412 *!chrome::`anonymous namespace'::SetOverlayIcon 409 *!chrome::`anonymous namespace'::SetOverlayIcon
413 410
414 INVALID HEAP ARGUMENT 411 INVALID HEAP ARGUMENT
415 name=http://crbug.com/262088 412 name=http://crbug.com/262088
416 drmemorylib.dll!av_dup_packet 413 drmemorylib.dll!av_dup_packet
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 *!base::MessageLoop::DeferOrRunPendingTask 727 *!base::MessageLoop::DeferOrRunPendingTask
731 *!base::MessageLoop::DoWork 728 *!base::MessageLoop::DoWork
732 *!base::MessagePumpDefault::Run 729 *!base::MessagePumpDefault::Run
733 *!base::MessageLoop::RunHandler 730 *!base::MessageLoop::RunHandler
734 *!base::MessageLoop::Run 731 *!base::MessageLoop::Run
735 732
736 UNADDRESSABLE ACCESS 733 UNADDRESSABLE ACCESS
737 name=bug_536803 734 name=bug_536803
738 *!blink::SecurityOrigin::addSuborigin 735 *!blink::SecurityOrigin::addSuborigin
739 *!blink::SecurityOriginTest_Suborigins_Test::TestBody 736 *!blink::SecurityOriginTest_Suborigins_Test::TestBody
740 *!testing::internal::HandleExceptionsInMethodIfSupported<>
741 737
742 HANDLE LEAK 738 HANDLE LEAK
743 name=bug_555058_a 739 name=bug_555058_a
744 system call NtCreateUserProcess 740 system call NtCreateUserProcess
745 KERNEL32.dll!CreateProcessInternalW 741 KERNEL32.dll!CreateProcessInternalW
746 KERNEL32.dll!CreateProcessW 742 KERNEL32.dll!CreateProcessW
747 base.dll!base::LaunchProcess 743 base.dll!base::LaunchProcess
748 base.dll!base::LaunchProcess 744 base.dll!base::LaunchProcess
749 content.dll!content::StartSandboxedProcess 745 content.dll!content::StartSandboxedProcess
750 content.dll!content::`anonymous namespace'::LaunchOnLauncherThread 746 content.dll!content::`anonymous namespace'::LaunchOnLauncherThread
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 *!content::ChildProcessLauncher::Notify 808 *!content::ChildProcessLauncher::Notify
813 *!content::ChildProcessLauncher::DidLaunch 809 *!content::ChildProcessLauncher::DidLaunch
814 *!base::internal::InvokeHelper<>::MakeItSo 810 *!base::internal::InvokeHelper<>::MakeItSo
815 811
816 GDI USAGE ERROR 812 GDI USAGE ERROR
817 name=bug_573352 813 name=bug_573352
818 system call NtGdiDeleteObjectApp 814 system call NtGdiDeleteObjectApp
819 GDI32.dll!... 815 GDI32.dll!...
820 SHELL32.dll!... 816 SHELL32.dll!...
821 ui_base.dll!drag_utils::SetDragImageOnDataObject 817 ui_base.dll!drag_utils::SetDragImageOnDataObject
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