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

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

Issue 6549017: Suppress some DrMemory reports (one of them is real, the other is possible)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_slow 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 ############################ 8 ############################
9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis 9 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
10 # assumptions or unhandled syscalls 10 # assumptions or unhandled syscalls
11 11
12 # False reports during printing using fprintf 12 # False reports during printing using fprintf
13 UNINITIALIZED READ 13 UNINITIALIZED READ
14 system call NtRaiseException 14 system call NtRaiseException
15 KERNEL32.dll!RaiseException 15 KERNEL32.dll!RaiseException
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 GDI32.dll!CreateDCW 277 GDI32.dll!CreateDCW
278 278
279 # http://code.google.com/p/drmemory/issues/detail?id=274 279 # http://code.google.com/p/drmemory/issues/detail?id=274
280 LEAK 280 LEAK
281 *!_getptd_noexit 281 *!_getptd_noexit
282 *!_getptd 282 *!_getptd
283 283
284 # http://code.google.com/p/drmemory/issues/detail?id=304 284 # http://code.google.com/p/drmemory/issues/detail?id=304
285 UNINITIALIZED READ 285 UNINITIALIZED READ
286 ... 286 ...
287 *!_malloc_dbg 287 *!_nh_malloc_dbg_impl
288
289 UNADDRESSABLE ACCESS
288 ... 290 ...
289 *!_*putenv_s 291 *!_nh_malloc_dbg_impl
290 292
291 # http://code.google.com/p/drmemory/issues/detail?id=305 293 # http://code.google.com/p/drmemory/issues/detail?id=305
292 LEAK 294 LEAK
293 *!free 295 *!free
294 *!free 296 *!free
295 *!operator new 297 *!operator new
296 ... 298 ...
297 *!MiniDumpWriteDump 299 *!MiniDumpWriteDump
298 300
299 ############################ 301 ############################
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 # http://crbug.com/57266 (1) 453 # http://crbug.com/57266 (1)
452 UNINITIALIZED READ 454 UNINITIALIZED READ
453 ... 455 ...
454 *!remoting::EncoderVp8::Encode 456 *!remoting::EncoderVp8::Encode
455 457
456 # http://crbug.com/57266 (2) 458 # http://crbug.com/57266 (2)
457 UNINITIALIZED READ 459 UNINITIALIZED READ
458 ... 460 ...
459 *!vp8_* 461 *!vp8_*
460 462
461 # http://crbug.com/57910
462 POSSIBLE LEAK
463 ...
464 *!*inflateInit*
465 *!remoting::DecompressorZlib::InitStream
466 *!remoting::DecompressorZlib::Reset
467
468 # http://crbug.com/70388 463 # http://crbug.com/70388
469 LEAK 464 LEAK
470 *!operator new 465 *!operator new
471 *!NewCallback<PrintingContextTest,enum printing::PrintingContext::Result> 466 *!NewCallback<PrintingContextTest,enum printing::PrintingContext::Result>
472 *!PrintingContextTest_PrintAll_Test::TestBody 467 *!PrintingContextTest_PrintAll_Test::TestBody
473 468
474 # http://crbug.com/70389 469 # http://crbug.com/70389
475 POSSIBLE LEAK 470 POSSIBLE LEAK
476 ... 471 ...
477 WINSPOOL.DRV!OpenPrinterW 472 WINSPOOL.DRV!OpenPrinterW
478 *!PrintDlgExMock 473 *!PrintDlgExMock
479 *!printing::PrintingContextWin::AskUserForSettings 474 *!printing::PrintingContextWin::AskUserForSettings
480 *!PrintingContextTest_PrintAll_Test::TestBody 475 *!PrintingContextTest_PrintAll_Test::TestBody
481 476
477 # http://crbug.com/73740
478 UNINITIALIZED READ
479 ntdll.dll!wcslen
480 KERNEL32.dll!lstrlenW
481 *!base::debug::DebugOnStart::FindArgument
482 *!base::debug::DebugOnStart::Init
483
484 # http://crbug.com/73744
485 LEAK
486 *!operator new
487 *!remoting::TraceContext::Get
488 *!remoting::TraceContext::tracer
489 *!remoting::ScreenRecorder::DoCapture
490 *!remoting::ScreenRecorder::DoStart
491
482 # Empty line at EOF - workaround for 492 # Empty line at EOF - workaround for
483 # http://code.google.com/p/drmemory/issues/detail?id=41 493 # http://code.google.com/p/drmemory/issues/detail?id=41
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