[android-webview] Skip signal handler registration on x86/64
An intricate entangling of libsigchain, sigaction() chaining and user-space SIGSEGV handling by binary translator cause persistent crashes when a SIGSEGV handler is installed by a x86 library on a hybrid application which uses both Arm and x86 libraries. Backing out the crash handler as a temporary workaround. More context in the related bug. BUG=477444 Review URL: https://codereview.chromium.org/1059543003 Cr-Commit-Position: refs/heads/master@{#325441}
Showing
Please register or sign in to comment