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

Side by Side Diff: binaries/mac/lib/valgrind/default.supp

Issue 8413070: Revert Valgrind binaries to r112 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 9 years, 1 month 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
OLDNEW
1 # This is a generated file, composed of the following suppression rules: 1 # This is a generated file, composed of the following suppression rules:
2 # exp-sgcheck.supp xfree-3.supp xfree-4.supp darwin9-drd.supp darwin9.supp 2 # exp-ptrcheck.supp xfree-3.supp xfree-4.supp darwin9-drd.supp darwin9.supp
3 { 3 {
4 ld-2.X possibly applying relocations 4 lib-X11-used-old-pointer-after-realloc-1
5 exp-sgcheck:SorG 5 exp-ptrcheck:Heap
6 fun:strlen
7 obj:/usr/lib*/libX11.so*
8 obj:/usr/lib*/libX11.so*
9 }
10 {
11 lib-X11-used-old-pointer-after-realloc-2
12 exp-ptrcheck:Heap
13 obj:/usr/lib*/libX11.so*
14 obj:/usr/lib*/libX11.so*
15 }
16
17 {
18 ld-2.X-invalid-Add32/64-who-knows
19 exp-ptrcheck:Arith
6 obj:/*lib*/ld-2.*so* 20 obj:/*lib*/ld-2.*so*
7 obj:/*lib*/ld-2.*so* 21 obj:/*lib*/ld-2.*so*
8 } 22 }
23
24 {
25 ld-2.X possibly applying relocations
26 exp-ptrcheck:SorG
27 obj:/*lib*/ld-2.*so*
28 obj:/*lib*/ld-2.*so*
29 }
9 30
10 # I'm pretty sure this is a false positive caused by the sg_ stuff 31 # I'm pretty sure this is a false positive caused by the sg_ stuff
11 { 32 {
12 glibc realpath false positive 33 glibc realpath false positive
13 exp-sgcheck:SorG 34 exp-ptrcheck:SorG
14 fun:realpath 35 fun:realpath
15 fun:* 36 fun:*
16 } 37 }
17 38
18 { 39 {
40 If I had to guess, inlined or nameless strlen etc in ld.so
41 exp-ptrcheck:Heap
42 obj:/*lib*/ld-2.*so*
43 obj:/*lib*/ld-2.*so*
44 }
45
46 {
19 I think this is glibc's ultra optimised getenv doing 2 byte reads 47 I think this is glibc's ultra optimised getenv doing 2 byte reads
20 exp-sgcheck:SorG 48 exp-ptrcheck:SorG
21 fun:getenv 49 fun:getenv
22 } 50 }
23 51
52 {
53 Occurs on Fedora 7--9?
54 exp-ptrcheck:Heap
55 fun:_dl_fini
56 fun:exit
57 fun:(below main)
58 }
59
60
61 # Invalid read of size 16
62 # at 0x5643A5C: ??? (strcpy.S:94)
63 # by 0x50C6A99: XtResolvePathname (in /usr/lib/libXt.so.6.0.0)
64 # by 0x50C3856: XtScreenDatabase (in /usr/lib/libXt.so.6.0.0)
65 # by 0x50C4386: _XtDisplayInitialize (in /usr/lib/libXt.so.6.0.0)
66 {
67 Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept
68 exp-ptrcheck:Heap
69 obj:/*lib*/libc-2.*so*
70 obj:/*lib*/libX*so*
71 }
72 {
73 Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 2
74 exp-ptrcheck:Heap
75 obj:/*lib*/libc-2.*so*
76 obj:/*lib*/libICE*so*
77 }
78 {
79 Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 3
80 exp-ptrcheck:Heap
81 obj:/*lib*/libc-2.*so*
82 obj:/*lib*/libglib*so*
83 }
84 {
85 Ubuntu 10.04 x86_64, SSEised strcpy, can't intercept - 4
86 exp-ptrcheck:Heap
87 obj:/*lib*/libc-2.*so*
88 obj:/*lib*/libfontconfig*so*
89 }
90
24 ##----------------------------------------------------------------------## 91 ##----------------------------------------------------------------------##
25 92
26 # Errors to suppress by default with XFree86 3.3.6) 93 # Errors to suppress by default with XFree86 3.3.6)
27 94
28 # Format of this file is: 95 # Format of this file is:
29 # { 96 # {
30 # name_of_suppression 97 # name_of_suppression
31 # tool_name:supp_kind 98 # tool_name:supp_kind
32 # (optional extra info for some suppression types) 99 # (optional extra info for some suppression types)
33 # caller0 name, or /name/of/so/file.so 100 # caller0 name, or /name/of/so/file.so
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 # 1401 #
1335 # no idea what this is about 1402 # no idea what this is about
1336 # 1403 #
1337 { 1404 {
1338 helgrind-darwin9--pthread-rwlock-kludgery 1405 helgrind-darwin9--pthread-rwlock-kludgery
1339 Helgrind:Misc 1406 Helgrind:Misc
1340 fun:pthread_cond_wait* 1407 fun:pthread_cond_wait*
1341 fun:pthread_rwlock_*lock* 1408 fun:pthread_rwlock_*lock*
1342 fun:pthread_rwlock_*lock* 1409 fun:pthread_rwlock_*lock*
1343 } 1410 }
OLDNEW
« no previous file with comments | « binaries/mac/bin/valgrind-listener ('k') | binaries/mac/lib/valgrind/libmpiwrap-amd64-darwin.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698