You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2023. It is now read-only.
I run several times, but they failed not in the same position but all in 95%.
I delete the multi-threaded content in makefile
klee-uclibc: $(KLEE_UCLIBC_DIR)
cd $(KLEE_UCLIBC_DIR) && ./configure --make-llvm-lib && make -j2
to
klee-uclibc: $(KLEE_UCLIBC_DIR)
cd $(KLEE_UCLIBC_DIR) && ./configure --make-llvm-lib && make
It passed finally.
The similar issue came when I build the docker image, again failed at about 95%, so I have to delete the multi-threaded -j.
I don't know why multi-threaded make infects the results.