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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 398053005: adjust suppression for uninit read on ThreadState::visitStack (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 1950
1951 UNINITIALIZED READ 1951 UNINITIALIZED READ
1952 name=bug_343248 1952 name=bug_343248
1953 osmesa.dll!LINTERP 1953 osmesa.dll!LINTERP
1954 osmesa.dll!INTERP_4F 1954 osmesa.dll!INTERP_4F
1955 osmesa.dll!_tnl_generic_interp 1955 osmesa.dll!_tnl_generic_interp
1956 1956
1957 UNINITIALIZED READ 1957 UNINITIALIZED READ
1958 name=bug_340752 1958 name=bug_340752
1959 ... 1959 ...
1960 *!WebCore::ThreadState::visitStack 1960 *!*::ThreadState::visitStack
1961 *!WebCore::ThreadState::trace 1961 *!*::ThreadState::trace
1962 *!WebCore::ThreadState::visitRoots 1962 *!*::ThreadState::visitRoots
1963 1963
1964 UNINITIALIZED READ 1964 UNINITIALIZED READ
1965 name=bug_343663 1965 name=bug_343663
1966 blink_web.dll!WebCore::RenderBlock::computeInlinePreferredLogicalWidths 1966 blink_web.dll!WebCore::RenderBlock::computeInlinePreferredLogicalWidths
1967 1967
1968 UNINITIALIZED READ 1968 UNINITIALIZED READ
1969 name=bug_343797 1969 name=bug_343797
1970 ... 1970 ...
1971 blink_web.dll!WebCore::MediaQueryExp::create 1971 blink_web.dll!WebCore::MediaQueryExp::create
1972 blink_web.dll!WebCore::BisonCSSParser::createFloatingMediaQueryExp 1972 blink_web.dll!WebCore::BisonCSSParser::createFloatingMediaQueryExp
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 content.dll!cricket::SrtpSession::SetSend 2184 content.dll!cricket::SrtpSession::SetSend
2185 content.dll!cricket::SrtpFilter::SetRtpParams 2185 content.dll!cricket::SrtpFilter::SetRtpParams
2186 content.dll!cricket::BaseChannel::SetupDtlsSrtp 2186 content.dll!cricket::BaseChannel::SetupDtlsSrtp
2187 content.dll!cricket::BaseChannel::ChannelWritable_w 2187 content.dll!cricket::BaseChannel::ChannelWritable_w
2188 content.dll!cricket::BaseChannel::OnWritableState 2188 content.dll!cricket::BaseChannel::OnWritableState
2189 2189
2190 UNINITIALIZED READ 2190 UNINITIALIZED READ
2191 name=bug_392585 2191 name=bug_392585
2192 system call NtCreateFile parameter #9 2192 system call NtCreateFile parameter #9
2193 *!testing::internal::HandleExceptionsInMethodIfSupported<> 2193 *!testing::internal::HandleExceptionsInMethodIfSupported<>
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