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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: