qasan icon indicating copy to clipboard operation
qasan copied to clipboard

Support for running qasan on aarch64 host

Open cyanpencil opened this issue 4 years ago • 0 comments

Right now qasan does not support running aarch64 binaries on a aarch64 host. Having native support would be nice now that arm CPUs are gaining popularity.

Running ./qasan /bin/ls gives me the following crash:

qemu:handle_cpu_signal received signal outside vCPU context @ pc=0xaaaad6ce68c6

Tested on Ubuntu 18.04.1 LTS, aarch64, built with ./build.py --arch=aarch64 --cc gcc --cxx g++

cyanpencil avatar Nov 17 '20 22:11 cyanpencil