akosba / jsnark

A Java library for zk-SNARK circuits
MIT License
207 stars 85 forks source link

Floating point exception (core dumped) #28

Open zhangtengCSU opened 1 year ago

zhangtengCSU commented 1 year ago

When i call the interface "run_ppzksnark", i set params described in doc, file name of .arirth and .in; However i get the error info :Floating point exception (core dumped); I just use the output file of SimpleCircuitGenerator as param of the interface. Does any one know how to fix it?