kuo

Results 3 issues of kuo

Can't run aarch64 binary. Following is my steps. 1. Build static version of aarch64's binary. `aarch64-linux-gnu-gcc-11 hello.c -static -o a.out` 2. Run with SimEng. `./simeng a64fx.yaml ./a.out` 3. Then, oops!...

![image](https://user-images.githubusercontent.com/31771166/149723984-060f87d7-7fd7-4973-94f5-5f8e097f11f8.png) I try to use it, but the program gets stuck.

I have tried a simple fortran application, and it seems that this library can't track down fortran crash. ``` prometheus@courage-machine:~/module-test/fortran$ ~/install/libfault/bin/libfault ./a.out Program received signal SIGFPE: Floating-point exception - erroneous...