diff options
author | Primiano Tucci <primiano@chromium.org> | 2016-06-08 17:04:49 +0100 |
---|---|---|
committer | Primiano Tucci <primiano@chromium.org> | 2016-06-08 17:04:49 +0100 |
commit | a34c929f6f46c1c414147ecfa56c3562b2eca027 (patch) | |
tree | 8143b9d1ffd6ab215396ad4f3227b4a8412211be /src/processor/microdump_stackwalk_test | |
parent | [Android] Roll back to r10e. (diff) | |
download | breakpad-a34c929f6f46c1c414147ecfa56c3562b2eca027.tar.xz |
linux/android: add SIGTRAP to the list of signals handled by the client
__builtin_trap() causes a SIGTRAP on arm64 (at least with GCC 4.9).
SIGTRAP is not handled by breakpad, causing crashes induced by
__builtin_trap() to be missed.
Note that on x86 and arm, instead, __builtin_trap() raises a SIGILL,
which is already handled by breakapd.
BUG=chromium:614865
R=vapier@chromium.org
Review URL: https://codereview.chromium.org/2042853002 .
Diffstat (limited to 'src/processor/microdump_stackwalk_test')
0 files changed, 0 insertions, 0 deletions