addressgen
addressgen copied to clipboard
Segmentation fault
[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
tried on another server .
python3 genaddress.py
Traceback (most recent call last):
File "genaddress.py", line 456, in
I have the same issue, not sure what the problem could be.