Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in make check #1

Open
Uuq114 opened this issue Nov 10, 2021 · 0 comments
Open

error in make check #1

Uuq114 opened this issue Nov 10, 2021 · 0 comments

Comments

@Uuq114
Copy link

Uuq114 commented Nov 10, 2021

Hello, I ran make check on server just like said in README, but it got error in restart. Could you give me some hints to solve this problem?
Below is detailed info:

# user @ pm1 in ~/sjj/mini-DMTCP-master [22:19:57] 
$ make check              
rm -rf libckpt.so ckpt.o memoryMap_miniDMTCP.bin hello hello.o restart
gcc -c -g -fno-stack-protector -Wall -Werror -fPIC -o ckpt.o ckpt.c
gcc -shared -g -fno-stack-protector -o libckpt.so ckpt.o
gcc -c -g -fno-stack-protector -Wall -Werror -fpic -o hello.o hello.c
gcc -g -fno-stack-protector -o hello hello.o
gcc -g -fno-stack-protector -static -Wl,-Ttext-segment=5000000 -Wl,-Tdata=5100000 -Wl,-Tbss=5200000 -o restart restart.c
(sleep 3 && kill -12 `pgrep -n hello` && sleep 2 && pkill -9 hello) &
LD_PRELOAD=`pwd`/libckpt.so ./hello
0 1 2 3 
caught this
4 5 6 Killed
makefile:26: recipe for target 'check' failed
make: *** [check] Error 137
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant