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

win7: false positive unaddr and uninit in tests/winthreads #249

Closed
derekbruening opened this issue Nov 28, 2014 · 2 comments
Closed

win7: false positive unaddr and uninit in tests/winthreads #249

derekbruening opened this issue Nov 28, 2014 · 2 comments

Comments

@derekbruening
Copy link
Contributor

From bruen...@google.com on December 20, 2010 12:17:49

winthreads should have zero errors, ends up with:
:::Dr.Memory::: ERRORS FOUND:
:::Dr.Memory::: 4 unique, 51 total unaddressable access(es)
:::Dr.Memory::: 3 unique, 9 total uninitialized access(es)
:::Dr.Memory::: 0 unique, 0 total invalid heap argument(s)
:::Dr.Memory::: 0 unique, 0 total warning(s)
:::Dr.Memory::: 1 unique, 1 total, 520 byte(s) of leak(s)
:::Dr.Memory::: 1 unique, 3 total, 72 byte(s) of possible leak(s)

one of the unaddrs is the new thread TEB, b/c I'm missing NtCreateThreadEx
explicit TEB handling. the rest have not been analyzed yet.
the leak is probably issue #248 .

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

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on December 20, 2010 09:18:07

Labels: Component-Tests OpSys-Windows Bug-FalsePositive

@derekbruening
Copy link
Contributor Author

From derek.br...@gmail.com on March 16, 2011 09:09:29

This issue was closed by revision r222 .

Status: Fixed

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