NaCl: Disable crash-on-process-detach behavior for NaCl loader processes
NaCl processes exit directly via ExitProcess rather than returning from the content main function back to ChromeMain (see comment on NaClExit in native_client/src/shared/platform/win/nacl_exit.c). This means we have to disable the default behavior of crashing on process detach; otherwise all exits are reported as crashes R=bbudge@chromium.org Bug: 1008178 Change-Id: I87e1e3e70a50ed587f6ef7c637fc4b874574e1d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144468 Commit-Queue: Derek Schuff <dschuff@chromium.org> Reviewed-by:Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#758352}
Showing
Please register or sign in to comment