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

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

Issue 11820002: Suppress gtk related leaks inside BrowserWidgetGtk::initWidgets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 # 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 6388 matching lines...) Expand 10 before | Expand all | Expand 10 after
6399 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi 6399 fun:_ZN4base19SequencedWorkerPool5Inner30FinishStartingAdditionalThreadEi
6400 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE 6400 fun:_ZN4base19SequencedWorkerPool5Inner10ThreadLoopEPNS0_6WorkerE
6401 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv 6401 fun:_ZN4base19SequencedWorkerPool6Worker3RunEv
6402 fun:_ZN4base12SimpleThread10ThreadMainEv 6402 fun:_ZN4base12SimpleThread10ThreadMainEv
6403 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv 6403 fun:_ZN4base12_GLOBAL__N_110ThreadFuncEPv
6404 } 6404 }
6405 { 6405 {
6406 bug_167175a 6406 bug_167175a
6407 Memcheck:Leak 6407 Memcheck:Leak
6408 ... 6408 ...
6409 fun:_ZN18LocationBarViewGtk4InitEb 6409 fun:g_*
6410 fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow 6410 ...
6411 fun:_ZN16BrowserWindowGtk11InitWidgetsEv 6411 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
6412 fun:_ZN16BrowserWindowGtk4InitEv 6412 fun:_ZN16BrowserWindowGtk4InitEv
6413 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser 6413 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
6414 } 6414 }
6415 { 6415 {
6416 bug_167175b 6416 bug_167175b
6417 Memcheck:Leak 6417 Memcheck:Leak
6418 ...
6419 fun:_ZN15BrowserTitlebar4InitEv
6420 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
6421 fun:_ZN16BrowserWindowGtk4InitEv
6422 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
6423 }
6424 {
6425 bug_167175c
6426 Memcheck:Leak
6427 fun:malloc 6418 fun:malloc
6428 obj:/lib/libpng12.so.0.42.0 6419 obj:/lib/libpng12.so.0.42.0
6429 fun:png_create_read_struct_2 6420 fun:png_create_read_struct_2
6430 ... 6421 ...
6431 fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser 6422 fun:_ZN15ReloadButtonGtkC1EP18LocationBarViewGtkP7Browser
6432 fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow 6423 fun:_ZN17BrowserToolbarGtk4InitEP10_GtkWindow
6433 fun:_ZN16BrowserWindowGtk11InitWidgetsEv 6424 fun:_ZN16BrowserWindowGtk11InitWidgetsEv
6434 fun:_ZN16BrowserWindowGtk4InitEv 6425 fun:_ZN16BrowserWindowGtk4InitEv
6435 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser 6426 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
6436 } 6427 }
(...skipping 20 matching lines...) Expand all
6457 } 6448 }
6458 { 6449 {
6459 bug_167481b 6450 bug_167481b
6460 Memcheck:Uninitialized 6451 Memcheck:Uninitialized
6461 ... 6452 ...
6462 fun:encode_frame_to_data_rate 6453 fun:encode_frame_to_data_rate
6463 fun:vp8_get_compressed_data 6454 fun:vp8_get_compressed_data
6464 fun:vp8e_encode 6455 fun:vp8e_encode
6465 fun:vpx_codec_encode 6456 fun:vpx_codec_encode
6466 } 6457 }
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