Post
Topic
Board Development & Technical Discussion
Re: m keys, c keys and private keys.
by
NotATether
on 23/08/2022, 20:51:20 UTC
And i try somehting.
With pywallet.py i tried some passphrase but everytime i get this error
Segmentation fault

what that mean please?

It means the program is broken and has a bug in it (specifically, it is reading invalid memory addresses).

But usually this message only occurs in C/C++ programs. It never happens in Python programs, unless pywallet is calling some other program inside its code. Or maybe the Python interpreter itself crashed, but that is an extremely rare occurrance.