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

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

Issue 8404034: Widen and add some suppressions for Valgrind on x64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
« no previous file with comments | « no previous file | tools/valgrind/suppressions.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 { 643 {
644 bug_80378_fixed_upstream_for_next_gtk 644 bug_80378_fixed_upstream_for_next_gtk
645 Memcheck:Leak 645 Memcheck:Leak
646 fun:malloc 646 fun:malloc
647 fun:g_malloc 647 fun:g_malloc
648 fun:g_slice_alloc 648 fun:g_slice_alloc
649 ... 649 ...
650 fun:gtk_window_group_list_windows 650 fun:gtk_window_group_list_windows
651 fun:_ZN8gtk_util*AppModal* 651 fun:_ZN8gtk_util*AppModal*
652 } 652 }
653 {
654 getpwuid_and_getgrouplist
655 Memcheck:Leak
656 fun:malloc
657 fun:nss_parse_service_list
658 fun:__nss_database_lookup
659 obj:*
660 ...
661 fun:get*
662 }
663 {
664 dbus_x64_leaks
665 Memcheck:Leak
666 ...
667 obj:/usr/bin/dbus-launch
668 }
669 {
670 pulseaudio: pa_set_env_and_record
671 Memcheck:Leak
672 fun:malloc
673 fun:realloc
674 fun:pa_xrealloc
675 fun:pa_sprintf_malloc
676 fun:pa_set_env
677 fun:pa_set_env_and_record
678 fun:main
679 }
653 680
654 # The following stack suppresses Memcheck false positives on NaCl browser_tests 681 # The following stack suppresses Memcheck false positives on NaCl browser_tests
655 # See https://bugs.kde.org/show_bug.cgi?id=270709#c4 for possible reason 682 # See https://bugs.kde.org/show_bug.cgi?id=270709#c4 for possible reason
656 { 683 {
657 valgrind_bitfields_false_positive 684 valgrind_bitfields_false_positive
658 Memcheck:Cond 685 Memcheck:Cond
659 fun:_ZN7WebCore13WidthIterator* 686 fun:_ZN7WebCore13WidthIterator*
660 fun:_ZNK7WebCore4Font33getGlyphsAndAdvancesForSimpleTextERKNS_7TextRunEiiRNS_ 11GlyphBufferENS0_20ForTextEmphasisOrNotE 687 fun:_ZNK7WebCore4Font33getGlyphsAndAdvancesForSimpleTextERKNS_7TextRunEiiRNS_ 11GlyphBufferENS0_20ForTextEmphasisOrNotE
661 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii 688 fun:_ZNK7WebCore4Font14drawSimpleTextEPNS_15GraphicsContextERKNS_7TextRunERKN S_10FloatPointEii
662 ... 689 ...
(...skipping 3814 matching lines...) Expand 10 before | Expand all | Expand 10 after
4477 fun:g_slice_alloc0 4504 fun:g_slice_alloc0
4478 fun:g_type_create_instance 4505 fun:g_type_create_instance
4479 fun:g_object_constructor 4506 fun:g_object_constructor
4480 fun:g_object_newv 4507 fun:g_object_newv
4481 fun:g_object_new 4508 fun:g_object_new
4482 fun:_gdk_window_impl_new 4509 fun:_gdk_window_impl_new
4483 fun:gdk_window_ensure_native 4510 fun:gdk_window_ensure_native
4484 fun:gdk_x11_drawable_get_xid 4511 fun:gdk_x11_drawable_get_xid
4485 fun:_gtk_socket_windowing_realize_window 4512 fun:_gtk_socket_windowing_realize_window
4486 fun:gtk_socket_realize 4513 fun:gtk_socket_realize
4487 fun:g_cclosure_marshal_VOID__VOID 4514 ...
4488 fun:g_type_class_meta_marshal
4489 fun:g_closure_invoke 4515 fun:g_closure_invoke
4490 fun:signal_emit_unlocked_R 4516 fun:signal_emit_unlocked_R
4491 fun:g_signal_emit_valist 4517 fun:g_signal_emit_valist
4492 fun:g_signal_emit 4518 fun:g_signal_emit
4493 fun:gtk_widget_realize 4519 fun:gtk_widget_realize
4494 fun:gtk_widget_set_parent 4520 fun:gtk_widget_set_parent
4495 } 4521 }
4496 { 4522 {
4497 bug_96407 4523 bug_96407
4498 Memcheck:Leak 4524 Memcheck:Leak
4499 fun:malloc 4525 fun:malloc
4500 fun:g_malloc 4526 fun:g_malloc
4501 fun:g_slice_alloc 4527 fun:g_slice_alloc
4502 fun:g_slice_alloc0 4528 fun:g_slice_alloc0
4503 fun:g_type_create_instance 4529 fun:g_type_create_instance
4504 fun:g_object_constructor 4530 fun:g_object_constructor
4505 fun:g_object_newv 4531 fun:g_object_newv
4506 fun:g_object_new 4532 fun:g_object_new
4507 fun:_gdk_window_impl_new 4533 fun:_gdk_window_impl_new
4508 fun:gdk_window_ensure_native 4534 fun:gdk_window_ensure_native
4509 fun:gdk_x11_drawable_get_xid 4535 fun:gdk_x11_drawable_get_xid
4510 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs 4536 fun:_ZN19TestWebViewDelegate20CreatePluginDelegateERK8FilePathRKSs
4511 } 4537 }
4512 { 4538 {
4513 bug_96568a 4539 bug_96568a
4514 Memcheck:Leak 4540 Memcheck:Leak
4515 fun:realloc 4541 fun:realloc
4542 ...
4516 fun:HB_OpenTypeShape 4543 fun:HB_OpenTypeShape
4517 ... 4544 ...
4518 fun:HB_ShapeItem 4545 fun:HB_ShapeItem
4519 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv 4546 fun:_ZN7WebCore21ComplexTextController11shapeGlyphsEv
4520 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv 4547 fun:_ZN7WebCore21ComplexTextController13nextScriptRunEv
4521 } 4548 }
4522 { 4549 {
4523 bug_96568b 4550 bug_96568b
4524 Memcheck:Leak 4551 Memcheck:Leak
4525 ... 4552 ...
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
5029 Memcheck:Cond 5056 Memcheck:Cond
5030 fun:encode_one_block 5057 fun:encode_one_block
5031 fun:encode_mcu_huff 5058 fun:encode_mcu_huff
5032 fun:compress_data 5059 fun:compress_data
5033 fun:process_data_simple_main 5060 fun:process_data_simple_main
5034 fun:chromium_jpeg_write_scanlines 5061 fun:chromium_jpeg_write_scanlines
5035 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE 5062 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
5036 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageEPSt6vectorIhSaIhEE 5063 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageEPSt6vectorIhSaIhEE
5037 fun:_ZN7history8TopSites12EncodeBitmapEPN3gfx5ImageEP13scoped_refptrI15RefCou ntedBytesE 5064 fun:_ZN7history8TopSites12EncodeBitmapEPN3gfx5ImageEP13scoped_refptrI15RefCou ntedBytesE
5038 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS core 5065 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS core
5039 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEPxPN4base4TimeE 5066 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
5040 fun:_ZN7history*ExpireHistoryTest_* 5067 fun:_ZN7history*ExpireHistoryTest_*
5041 } 5068 }
5042 { 5069 {
5043 bug_101781_b 5070 bug_101781_b
5044 Memcheck:Value4 5071 Memcheck:Value4
5045 fun:encode_one_block 5072 fun:encode_one_block
5046 fun:encode_mcu_huff 5073 fun:encode_mcu_huff
5047 fun:compress_data 5074 fun:compress_data
5048 fun:process_data_simple_main 5075 fun:process_data_simple_main
5049 fun:chromium_jpeg_write_scanlines 5076 fun:chromium_jpeg_write_scanlines
5050 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE 5077 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
5051 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageEPSt6vectorIhSaIhEE 5078 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageEPSt6vectorIhSaIhEE
5052 fun:_ZN7history8TopSites12EncodeBitmapEPN3gfx5ImageEP13scoped_refptrI15RefCou ntedBytesE 5079 fun:_ZN7history8TopSites12EncodeBitmapEPN3gfx5ImageEP13scoped_refptrI15RefCou ntedBytesE
5053 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS core 5080 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS core
5054 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEPxPN4base4TimeE 5081 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
5055 fun:_ZN7history*ExpireHistoryTest_* 5082 fun:_ZN7history*ExpireHistoryTest_*
5056 } 5083 }
5057 { 5084 {
5058 bug_101781_c 5085 bug_101781_c
5086 Memcheck:Value8
5087 fun:encode_one_block
5088 fun:encode_mcu_huff
5089 fun:compress_data
5090 fun:process_data_simple_main
5091 fun:chromium_jpeg_write_scanlines
5092 fun:_ZN3gfx9JPEGCodec6EncodeEPKhNS0_11ColorFormatEiiiiPSt6vectorIhSaIhEE
5093 fun:_ZN3gfx24JPEGEncodedDataFromImageERKNS_5ImageEPSt6vectorIhSaIhEE
5094 fun:_ZN7history8TopSites12EncodeBitmapEPN3gfx5ImageEP13scoped_refptrI15RefCou ntedBytesE
5095 fun:_ZN7history8TopSites16SetPageThumbnailERK4GURLPN3gfx5ImageERK14ThumbnailS core
5096 fun:_ZN7history17ExpireHistoryTest14AddExampleDataEP?PN4base4TimeE
5097 fun:_ZN7history*ExpireHistoryTest_*
5098 }
5099 {
5100 bug_101781_d
5059 Memcheck:Cond 5101 Memcheck:Cond
5060 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _ 5102 fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0 _
5061 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv 5103 fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
5062 } 5104 }
5063 #----------------------------------------------------------------------- 5105 #-----------------------------------------------------------------------
5064 # 4. These only occur on our Google workstations 5106 # 4. These only occur on our Google workstations
5065 { 5107 {
5066 bug_todo_freeres 5108 bug_todo_freeres
5067 Memcheck:Free 5109 Memcheck:Free
5068 fun:free 5110 fun:free
(...skipping 20 matching lines...) Expand all
5089 obj:/lib/libselinux.so.1 5131 obj:/lib/libselinux.so.1
5090 obj:/lib/libselinux.so.1 5132 obj:/lib/libselinux.so.1
5091 } 5133 }
5092 { 5134 {
5093 bug_todo_grep 5135 bug_todo_grep
5094 Memcheck:Leak 5136 Memcheck:Leak
5095 fun:malloc 5137 fun:malloc
5096 obj:/bin/grep 5138 obj:/bin/grep
5097 obj:/bin/grep 5139 obj:/bin/grep
5098 } 5140 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/suppressions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698