Descriptionlinux/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
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/a34c929f6f46c1c414147ecfa56c3562b2eca027
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|