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

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

Issue 6896028: GTK: Fix valgrind errors in previous wmclass patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And remove the suppression Created 9 years, 8 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 | « chrome/browser/ui/gtk/browser_window_gtk.cc ('k') | 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 three kinds of suppressions in this file. 1 # There are three 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 4423 matching lines...) Expand 10 before | Expand all | Expand 10 after
4434 fun:_Znw* 4434 fun:_Znw*
4435 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task 4435 fun:_ZN4base22PosixDynamicThreadPool8PostTaskEP4Task
4436 fun:_ZN4base64_GLOBAL__N_base_threading_worker_pool_posix.cc_*WorkerPoolImpl8 PostTaskERKN15tracked_objects8LocationEP4Taskb 4436 fun:_ZN4base64_GLOBAL__N_base_threading_worker_pool_posix.cc_*WorkerPoolImpl8 PostTaskERKN15tracked_objects8LocationEP4Taskb
4437 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb 4437 fun:_ZN4base10WorkerPool8PostTaskERKN15tracked_objects8LocationEP4Taskb
4438 fun:_ZN3net10FileStream12AsyncContext18InitiateAsyncWriteEiPKciP14CallbackRun nerI6Tuple1IiEE 4438 fun:_ZN3net10FileStream12AsyncContext18InitiateAsyncWriteEiPKciP14CallbackRun nerI6Tuple1IiEE
4439 fun:_ZN3net10FileStream5WriteEPKciP14CallbackRunnerI6Tuple1IiEE 4439 fun:_ZN3net10FileStream5WriteEPKciP14CallbackRunnerI6Tuple1IiEE
4440 fun:_ZN7fileapi18FileWriterDelegate5WriteEv 4440 fun:_ZN7fileapi18FileWriterDelegate5WriteEv
4441 fun:_ZN7fileapi18FileWriterDelegate14OnDataReceivedEi 4441 fun:_ZN7fileapi18FileWriterDelegate14OnDataReceivedEi
4442 } 4442 }
4443 { 4443 {
4444 bug_80282
4445 Memcheck:Addr1
4446 ...
4447 fun:gtk_window_set_wmclass
4448 fun:_ZN16BrowserWindowGtk4InitEv
4449 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
4450 fun:_ZN7Browser19CreateBrowserWindowEv
4451 fun:_ZN7Browser17InitBrowserWindowEv
4452 fun:_ZN7Browser12CreateForAppERKSsRKN3gfx4SizeEP7Profileb
4453 fun:_ZN7Browser21OpenApplicationWindowEP7ProfilePK9ExtensionN14extension_misc 15LaunchContainerERK4GURLPPS_
4454 fun:_ZN7Browser21OpenAppShortcutWindowEP7ProfileRK4GURLb
4455 fun:_ZN11BrowserInit17LaunchWithProfile21OpenApplicationWindowEP7Profile
4456 fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS 4_EEb
4457 fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi
4458 fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7Profile PiPS_
4459 fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi
4460 fun:_Z11BrowserMainRK18MainFunctionParams
4461 }
4462 {
4463 bug_80284 4444 bug_80284
4464 Memcheck:Leak 4445 Memcheck:Leak
4465 fun:_Znw* 4446 fun:_Znw*
4466 fun:_ZN7fileapi21FileSystemPathManagerC2E13scoped_refptrIN4base16MessageLoopP roxyEERK8FilePathS1_IN5quota20SpecialStoragePolicyEEbb 4447 fun:_ZN7fileapi21FileSystemPathManagerC2E13scoped_refptrIN4base16MessageLoopP roxyEERK8FilePathS1_IN5quota20SpecialStoragePolicyEEbb
4467 fun:_ZN7fileapi21FileSystemPathManagerC1E13scoped_refptrIN4base16MessageLoopP roxyEERK8FilePathS1_IN5quota20SpecialStoragePolicyEEbb 4448 fun:_ZN7fileapi21FileSystemPathManagerC1E13scoped_refptrIN4base16MessageLoopP roxyEERK8FilePathS1_IN5quota20SpecialStoragePolicyEEbb
4468 fun:_ZN7fileapi12_GLOBAL__N_130FileSystemDirURLRequestJobTest5SetUpEv 4449 fun:_ZN7fileapi12_GLOBAL__N_130FileSystemDirURLRequestJobTest5SetUpEv
4469 } 4450 }
4470 4451
4471 #----------------------------------------------------------------------- 4452 #-----------------------------------------------------------------------
4472 # These only occur on our Google workstations 4453 # These only occur on our Google workstations
4473 { 4454 {
4474 bug_todo_freeres 4455 bug_todo_freeres
4475 Memcheck:Free 4456 Memcheck:Free
4476 fun:free 4457 fun:free
4477 fun:__libc_freeres 4458 fun:__libc_freeres
4478 fun:_vgnU_freeres 4459 fun:_vgnU_freeres
4479 fun:_Exit 4460 fun:_Exit
4480 fun:exit 4461 fun:exit
4481 } 4462 }
4482 { 4463 {
4483 bug_todo_getdelim 4464 bug_todo_getdelim
4484 Memcheck:Leak 4465 Memcheck:Leak
4485 fun:malloc 4466 fun:malloc
4486 fun:getdelim 4467 fun:getdelim
4487 ... 4468 ...
4488 fun:call_init 4469 fun:call_init
4489 fun:_dl_init 4470 fun:_dl_init
4490 } 4471 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698