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

Shouldn't print out end-of-run leak stats with -no_check_leaks -no_count_leaks #469

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

Comments

@derekbruening
Copy link
Contributor

From timurrrr@google.com on June 22, 2011 05:52:24

(Related to issue #345 )

As of r343 ,
$ drmemory.exe -batch -no_check_leaks -no_count_leaks -- mytest.exe
WARNING: using debug DynamoRIO since release not found
:::Dr.Memory::: ERRORS FOUND:
:::Dr.Memory::: 0 unique, 0 total unaddressable access(es)
:::Dr.Memory::: 0 unique, 0 total uninitialized access(es)
:::Dr.Memory::: 0 unique, 0 total invalid heap argument(s)
:::Dr.Memory::: 0 unique, 0 total warning(s)
:::Dr.Memory::: ERRORS IGNORED:
:::Dr.Memory::: 731 user-suppressed, 3 default-suppressed error(s)
:::Dr.Memory::: 0 user-suppressed, 0 default-suppressed leak(s) // DON'T NEED THIS
:::Dr.Memory::: 0 ignored assumed-innocuous system leak(s) // DON'T NEED THIS
:::Dr.Memory::: 0 still-reachable allocation(s) // DON'T NEED THIS
:::Dr.Memory::: (re-run with "-show_reachable" for details) // DON'T NEED THIS
:::Dr.Memory::: 0 error(s) beyond -report_max
:::Dr.Memory::: 0 leak(s) beyond -report_leak_max // DON'T NEED THIS
:::Dr.Memory::: Details: blablabla/results.txt

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

@derekbruening
Copy link
Contributor Author

From bruen...@google.com on September 02, 2011 11:36:15

now this says:

ERRORS FOUND:
0 unique, 0 total unaddressable access(es)
0 unique, 0 total uninitialized access(es)
0 unique, 0 total invalid heap argument(s)
0 unique, 0 total warning(s)
ERRORS IGNORED:
0 user-suppressed, 0 default-suppressed error(s)
Details: E:\derek\drmemory\git\build_drmemory/logs/DrMemory-free.exe.2852.000/results.txt

@derekbruening
Copy link
Contributor Author

From derek.br...@gmail.com on September 02, 2011 12:07:00

This issue was closed by revision r498 .

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