The compiler generates a 'brk' instruction for builtin_trap on
aarch64 and Linux kernel issues a SIGTRAP, different from x86
where compiler emits an ud2 for builtin_trap and Linux issue
a SIGILL.
A straightforward is to use abort instead.
Differential D61066
[fuzzer] Fix reload.test on Linux/aarch64 zatrazz on Apr 24 2019, 7:06 AM. Authored by
Details
The compiler generates a 'brk' instruction for builtin_trap on A straightforward is to use abort instead.
Diff Detail |