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

Unable to launch the 2D cuckoo hashing example #189

Open
mxdwudongyu opened this issue Feb 28, 2022 · 0 comments
Open

Unable to launch the 2D cuckoo hashing example #189

mxdwudongyu opened this issue Feb 28, 2022 · 0 comments

Comments

@mxdwudongyu
Copy link

The -DABY_BUILD_EXE=On option seems to have successfully built the executives for all the examples. I tested them and all ran fine except for the psi_2D_CH_test one. The command I gave:
./psi_2D_CH_test -r 0 -n 32 -b 16 -q 0
The response gives:
Cardinality threshold: 0 Segmentation fault (core dumped)
The debugger says the function free() was mistakenly used. After some checks I discover nothing wrong. I also noticed that the pointers in the 2D hashing as well as the 2D circuit cpp file went one level higher (say, from double to triple). I doubt that would be the problem.

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