Closed harveyghq closed 2 years ago
Fix the early termination error in b3a92db, but encounter the same issue mentioned in #81.
This sample is passed, and the memory issue is fixed in a2f0c31.
Test command:
python eunomia_entry.py -f /home/ningyu/Wasm-SE/Wasm-samples/rust_samples/count_args.wasm -s --sym_args 2 2 -v info
Describe the bug
When collecting and counting arguments in Rust (like
argc
in C), the program exits in advance without any warnings / errors.To Reproduce
Run the following command
The program can be seen to exit ~normally~
However, there are no outputs / states in
log/result
folder and the log file suggests unfinished analysisExpected behavior
Program exits normally, printing the number of given arguments.
Additional context