Chromium Code Reviews
DescriptionAdd an assertion to check that Chrome/Breakpad does not install a signal handler
Breakpad's signal handler is typically not designed to handle faults
that occur in NaCl sandboxed code, especially on x86-32 Linux where
the handler must restore %gs in order to be safe.
Breakpad's signal handler is being turned off for NaCl in a
Chrome-side change, http://codereview.chromium.org/6677168/.
This change is intended to prevent Chrome from accidentally
regressing.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=1607
TEST=build Chrome with this using "-D target_arch=ia32 -D linux_breakpad=1";
run with CHROME_HEADLESS=1 --enable-nacl --enable-crash-reporter
Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=5004
Patch Set 1 #
Total comments: 3
Patch Set 2 : Use %d; amend Windows comment #
Messages
Total messages: 9 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||