-
Notifications
You must be signed in to change notification settings - Fork 57
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
test readme.txt error #112
Comments
I honestly don't think I've ever seen that before. Did you get any other strange error during the build process? Do you see any changes if you run |
Also, can you paste the output from running |
Thank you.I have solved it.I ran git diff and found the reason. Then I run this /mpc/obliv-c/test/oblivc/editdist$ ./a.out 1234 -- leaf & Is 2252 a PID? |
master: |
This is the result in README.txt
$ cd editdist
$ make
$ ./a.out
Port number missing
Usage: ./a.out <--|remote_host>
$ ./a.out 1234 -- leaf &
$ ./a.out 1234 localhost left
<...>
Result: 2
I tested the example in Reader.txt,but something wrong happened. I want to know what happened? emmm
This is my result
master:
/mpc/obliv-c/test/oblivc/editdist$ ./a.out 1234 -- leaf &/mpc/obliv-c/test/oblivc/editdist$ ./a.out 1234 localhost left[1] 47444
master:
Generator OT time: 0.132232 s
Evaluator OT time: 0.132566 s
2244
Evaluator total time: 0.133091 s
Result: -542695010
2244
Generator total time: 0.133033 s
Result: -542695010
The text was updated successfully, but these errors were encountered: