Descriptionwin: Don't try to inherit console handles in StartHandler()
FILE_TYPE_CHAR handles can't be inherited via
PROC_THREAD_ATTRIBUTE_HANDLE_LIST, or CreateProcess() fails with
GetLastError() == 1450 on Windows 7.
I confirmed that an fprintf(stderr, ...) in HandlerMain() does make it
to the console when running tests even after this.
See bug for more discussion.
R=mark@chromium.org
BUG=crashpad:77
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/9b92d2fb7101bae2af9bb5447227df296b37b56a
Patch Set 1 #Patch Set 2 : comment #Patch Set 3 : simplify #Patch Set 4 : add bug link in code #
Total comments: 6
Patch Set 5 : fixes #
Total comments: 2
Messages
Total messages: 11 (1 generated)
|