Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False uninit reports under StackTraceW #53

Open
derekbruening opened this issue Nov 28, 2014 · 0 comments
Open

False uninit reports under StackTraceW #53

derekbruening opened this issue Nov 28, 2014 · 0 comments

Comments

@derekbruening
Copy link
Contributor

From timurrrr@google.com on September 15, 2010 10:46:05

I see the following stacks when running Chromium
TraceEventTest.TraceLog from base_unittests ( r59494 )
under Dr. Memory r46 : (formatted as a suppression)

UNINITIALIZED READ: reading 0x0012d898-0x0012d89c 4 byte(s)
ADVAPI32.dll!WmiMofEnumerateResourcesA
ADVAPI32.dll!WmiMofEnumerateResourcesA
ADVAPI32.dll!StackTraceW
*!EtwTraceController::Start
*!EtwTraceController::Start
*!`anonymous namespace'::TraceEventTest::SetUp

I've run this test under debugger and I can clearly see
that 0x0012d898 is rewritten from '\0' to '<' while ESP value at the upper "EtwTraceController::Start" is 0x0012da60.

I couldn't reproduce a similar report using the example from MSDN yet: http://msdn.microsoft.com/en-us/library/ee441323(v=VS.85).aspx

Original issue: http://code.google.com/p/drmemory/issues/detail?id=53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant