about segmentation fault (core demped)
xfeng853 opened this issue · 2 comments
xfeng853 commented
HuguesTHOMAS commented
Such an error without aby message should be coming from one of the c++ wrappers, but it is not entirely sure.
I could help you more if you could track down when the error happens. First remove the multithreaded input pipeline buy setting the input_threads = 0
in the config.
Lines 64 to 65 in 16bfbb9
Then try to follow the execution of the code by running it in debug mode, or by placing
print()
statements along the code.
When you get which line in the code returns this error, I should be able to help solving this
xfeng853 commented