osu-crypto / libPSI

A repository for private set intersection.
Other
168 stars 47 forks source link

Why do I run a 50 million row data set, and the following error is reported. #47

Closed didadida321 closed 1 year ago

didadida321 commented 1 year ago

l use ./frontend.exe -kkrt to run a 50 million row data set. But it shows error: network receive error._autoName_0 ): End of file at libPSI/thirdparty/libOTe/cryptoTools/cryptoTools/Network/Channel.cpp:819 terminate called after throwing an instance of 'std::runtime_error' what(): End of file

ladnir commented 1 year ago

maybe the other party is crashing (out of memory?) and this is causing the socket to close (End of file).