Descriptionwin: Only capture the loader lock for now
On Win 7 in a debug configuration, walking all locks was gathering
hundreds of thousands of locks, causing test timeouts to be exceeded in
debug. On user machines, UnhandledExceptionHandler() could have timed
out too. For now, only grab the loader lock as it's the most interesting
one. Unfortunately, this means that !locks won't work for now.
In the future, we may want to figure out a signalling mechanism so that
the client can note other interesting locks to be grabbed, and just
avoid walking the list entirely.
R=mark@chromium.org
BUG=chromium:546288
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/1f3ced1846f3956e678c562c90e0d6c970543617
Patch Set 1 #
Total comments: 2
Patch Set 2 : . #
Messages
Total messages: 13 (5 generated)
|