addressgen icon indicating copy to clipboard operation
addressgen copied to clipboard

Segmentation fault

Open ghost opened this issue 7 years ago • 2 comments

[root@localhost addressgen]# python3 genaddress.py -p asdf Segmentation fault

what might be issue. ?

[root@localhost addressgen]# python -m pdb genaddress.py

/home/deploy/addressgen/genaddress.py(2)() -> import argparse

ghost avatar Jul 23 '17 15:07 ghost

tried on another server .

python3 genaddress.py

Traceback (most recent call last): File "genaddress.py", line 456, in main() File "genaddress.py", line 411, in main public_key, private_key = gen_key_pair() File "genaddress.py", line 95, in gen_key_pair raise Exception("internal error") Exception: internal error

ghost avatar Jul 23 '17 15:07 ghost

I have the same issue, not sure what the problem could be.

nanoelf avatar Aug 24 '17 13:08 nanoelf