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

optimization to avoid symbolizing tons of callstacks: if suppression for entire module exists, suppress prior to symbolize #838

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

Comments

@derekbruening
Copy link
Contributor

From [email protected] on March 19, 2012 16:39:22

xref issue #792 in cases where we're suppressing essentially all errors of one type in one module, like all uninits in rsaenh.dll, perhaps we can recognize the general suppression and suppress by checking the module of the error address and avoid symbolization altogether, avoiding the memory usage of symbol queries w/ large pdbs

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

@derekbruening
Copy link
Contributor Author

From [email protected] on March 20, 2012 11:16:16

Issue 839 has been merged into this issue.

@derekbruening
Copy link
Contributor Author

From [email protected] on March 20, 2012 13:03:58

Status: Started
Owner: [email protected]

@derekbruening
Copy link
Contributor Author

From [email protected] on February 17, 2013 10:08:50

this was fixed in r838 (wow, nice coincidence: revision == issue#!)

Status: Verified

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