kuo
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!...
 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...