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

Side by Side Diff: binaries/mac_10.6/lib/valgrind/default.supp

Issue 4345005: Make build-memcheck-for-chromium.sh build the binaries from valgrind-variant... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 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-ptrcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp 2 # exp-ptrcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp
3 { 3 {
4 lib-X11-used-old-pointer-after-realloc-1 4 lib-X11-used-old-pointer-after-realloc-1
5 exp-ptrcheck:Heap 5 exp-ptrcheck:Heap
6 fun:strlen 6 fun:strlen
7 obj:/usr/lib*/libX11.so* 7 obj:/usr/lib*/libX11.so*
8 obj:/usr/lib*/libX11.so* 8 obj:/usr/lib*/libX11.so*
9 } 9 }
10 { 10 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 { 52 {
53 Occurs on Fedora 7--9? 53 Occurs on Fedora 7--9?
54 exp-ptrcheck:Heap 54 exp-ptrcheck:Heap
55 fun:_dl_fini 55 fun:_dl_fini
56 fun:exit 56 fun:exit
57 fun:(below main) 57 fun:(below main)
58 } 58 }
59 59
60 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
61 ##----------------------------------------------------------------------## 91 ##----------------------------------------------------------------------##
62 92
63 # Errors to suppress by default with XFree86 3.3.6) 93 # Errors to suppress by default with XFree86 3.3.6)
64 94
65 # Format of this file is: 95 # Format of this file is:
66 # { 96 # {
67 # name_of_suppression 97 # name_of_suppression
68 # tool_name:supp_kind 98 # tool_name:supp_kind
69 # (optional extra info for some suppression types) 99 # (optional extra info for some suppression types)
70 # caller0 name, or /name/of/so/file.so 100 # caller0 name, or /name/of/so/file.so
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 } 644 }
615 645
616 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard 646 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
617 647
618 # Suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard 648 # Suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
619 649
620 ##----------------------------------------------------------------------## 650 ##----------------------------------------------------------------------##
621 # Memcheck 651 # Memcheck
622 ##----------------------------------------------------------------------## 652 ##----------------------------------------------------------------------##
623 653
654 # afaict this is legit. Might be caused by setenv("VAR=")
655 # where the value string is empty (not sure)
656 {
657 macos-Cond-7
658 Memcheck:Cond
659 fun:__setenv
660 }
661
624 # From Jesse Ruderman. 662 # From Jesse Ruderman.
625 { 663 {
626 Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopS ervicesPriv framework. 664 Mac OS X 10.6.4. rdar://8145289. "new[]" paired with "delete" in the DesktopS ervicesPriv framework.
627 Memcheck:Free 665 Memcheck:Free
628 fun:_ZdlPv 666 fun:_ZdlPv
629 fun:_ZN5TChar18RemovePtrReferenceEv 667 fun:_ZN5TChar18RemovePtrReferenceEv
630 } 668 }
631 669
632 # From Jesse Ruderman. 670 # From Jesse Ruderman.
633 { 671 {
634 Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::Mea sureAppMenus is used in HIMenuBarView::SetAdjustTextTitleBoundsAtIndex. 672 Mac OS X 10.6.4. rdar://8145318. Uninitialized memory from HIMenuBarView::Mea sureAppMenus is used in HIMenuBarView::SetAdjustTextTitleBoundsAtIndex.
635 Memcheck:Cond 673 Memcheck:Cond
636 fun:_ZN13HIMenuBarView31SetAdjustTextTitleBoundsAtIndexEih 674 fun:_ZN13HIMenuBarView31SetAdjustTextTitleBoundsAtIndexEih
637 fun:_ZN13HIMenuBarView15MeasureAppMenusEv 675 fun:_ZN13HIMenuBarView15MeasureAppMenusEv
638 } 676 }
677
678 {
679 TFontFeatures::TFontFeatures(CGFont*) (in CoreText.framework)
680 Memcheck:Cond
681 fun:_ZN13TFontFeaturesC2EP6CGFont
682 fun:_ZNK9TBaseFont12CopyFeaturesEv
683 }
OLDNEW
« no previous file with comments | « binaries/mac_10.6/bin/valgrind-listener ('k') | binaries/mac_10.6/lib/valgrind/libmpiwrap-amd64-darwin.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698