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

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

Issue 115266: Add valgrind suppression for libxml error in http://crbug.com/11838 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 { 1 {
2 Uninitialized value in deflate 2 Uninitialized value in deflate
3 Memcheck:Cond 3 Memcheck:Cond
4 fun:longest_match 4 fun:longest_match
5 fun:deflate_slow 5 fun:deflate_slow
6 fun:MOZ_Z_deflate 6 fun:MOZ_Z_deflate
7 } 7 }
8 { 8 {
9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html 9 gtk developers don't like cleaning up one-time leaks. See http://mail.gnome. org/archives/gtk-devel-list/2004-April/msg00230.html
10 Memcheck:Leak 10 Memcheck:Leak
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 { 577 {
578 # See http://crbug.com/11462 578 # See http://crbug.com/11462
579 bug_11462 579 bug_11462
580 Memcheck:Leak 580 Memcheck:Leak
581 fun:_Znwj 581 fun:_Znwj
582 fun:_ZN27SafeBrowsingProtocolManager21HandleServiceResponseERK4GURLPKci 582 fun:_ZN27SafeBrowsingProtocolManager21HandleServiceResponseERK4GURLPKci
583 fun:_ZN27SafeBrowsingProtocolManager18OnURLFetchCompleteEPK10URLFetcherRK4GUR LRK16URLRequestStatusiRKSt6vectorISsSaISsEERKSs 583 fun:_ZN27SafeBrowsingProtocolManager18OnURLFetchCompleteEPK10URLFetcherRK4GUR LRK16URLRequestStatusiRKSt6vectorISsSaISsEERKSs
584 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus 584 fun:_ZN10URLFetcher4Core21OnCompletedURLRequestERK16URLRequestStatus
585 fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusE6Tuple1 IS2_EE3RunEv 585 fun:_ZN14RunnableMethodIN10URLFetcher4CoreEMS1_FvRK16URLRequestStatusE6Tuple1 IS2_EE3RunEv
586 } 586 }
587 {
588 bug_11838
589 Memcheck:Cond
590 fun:strlen
591 ...
592 fun:__xmlRaiseError
593 ...
594 fun:_ZN16Toolbar5Importer17LocateNextOpenTagEP9XmlReader
595 fun:_ZN16Toolbar5Importer27LocateNextTagWithStopByNameEP9XmlReaderRKSsS3_
596 fun:_ZN16Toolbar5Importer24ParseBookmarksFromReaderEP9XmlReaderPSt6vectorIN13 ProfileWriter13BookmarkEntryESaIS4_EE
597 fun:_ZN39Toolbar5ImporterTest_BookmarkParse_Test8TestBodyEv
598 }
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