when i run this program i get a segfault: http://paste.ubuntu.com/7908084/ in line 76, I just cant get this to work, any help is greatly appreciated
-
ghost commented at 8:28 PM on July 30, 2014: none
-
sipa commented at 9:14 PM on July 30, 2014: contributor
Use a debugger. There is very little I can do to help unless you know exactly where it is failing.
-
ghost commented at 9:39 PM on July 30, 2014: none
using gdb i get:
Program received signal SIGSEGV, Segmentation fault. secp256k1_ecmult_gen (r=r@entry=0x7fffffffe240, gn=gn@entry=0x7fffffffe190) at src/ecmult_impl.h:188 188 ((unsigned char*)(&add))[k] = c->prec[j][k][bits];
does this help?
-
sipa commented at 9:40 PM on July 30, 2014: contributor
You didn't call secp256k1_start();
-
ghost commented at 9:43 PM on July 30, 2014: none
that helped, THANKS!
- sipa closed this on Jul 31, 2014
- gmaxwell cross-referenced this on Apr 27, 2019 from issue Allow field_10x26_arm.s to compile for ARMv7 architecture by romanz