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

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

Issue 2861074: Add three more Dr.Memory suppressions for the false reports found recently... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis 2 # Suppress some false reports due to bugs in Dr.Memory like wrong analysis
3 # assumptions or unhandled syscalls 3 # assumptions or unhandled syscalls
4 4
5 # False reports during printing using fprintf 5 # False reports during printing using fprintf
6 UNINITIALIZED READ 6 UNINITIALIZED READ
7 system call NtRaiseException 7 system call NtRaiseException
8 KERNEL32.dll!RaiseException 8 KERNEL32.dll!RaiseException
9 *!DebuggerProbe 9 *!DebuggerProbe
10 *!DebuggerKnownHandle 10 *!DebuggerKnownHandle
11 11
12 UNADDRESSABLE ACCESS 12 UNADDRESSABLE ACCESS
13 ntdll.dll!towlower 13 ntdll.dll!towlower
14 ntdll.dll!KiUserExceptionDispatcher 14 ntdll.dll!KiUserExceptionDispatcher
15 *!DebuggerProbe 15 *!DebuggerProbe
16 *!DebuggerKnownHandle 16 *!DebuggerKnownHandle
17 17
18 # LoadLibrary calls give some strange reports 18 # LoadLibrary calls give some strange reports
19 UNADDRESSABLE ACCESS 19 UNADDRESSABLE ACCESS
20 ntdll.dll!strchr 20 ntdll.dll!strchr
21 KERNEL32.dll!LoadLibraryExW 21 KERNEL32.dll!LoadLibraryExW
22 22
23 # http://code.google.com/p/drmemory/issues/detail?id=11
24 UNADDRESSABLE ACCESS
25 *!_chkstk
26
27 # http://code.google.com/p/drmemory/issues/detail?id=12
28 UNINITIALIZED READ
29 ntdll.dll!Rtl*
30 ntdll.dll!Rtl*
31 ntdll.dll!RtlFindActivationContextSectionString
32
33 # http://code.google.com/p/drmemory/issues/detail?id=13
34 UNINITIALIZED READ
35 system call NtCreateThread
36 KERNEL32.dll!CreateThread
37
23 ############################ 38 ############################
24 # Real issues in Chromium 39 # Real issues in Chromium
25 40
26 # Currently - none found. 41 # Currently - none found.
27 42
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