-
Notifications
You must be signed in to change notification settings - Fork 212
Description
hi
I have very strange problem very hard to debug.
after last version cryptonote generator I started to have proof of work to weak. comment out the line everything work fine in windows. but not with linux. this is what happen
loading a wallet container with linux ubuntu 16 that work right with windows perfectly, it go in Core dump with error SIGSEGV Segmentatiomn fault.
is not clear the point debugging after sometime it receive random message : The inferior stopped because it received a sinal from operativ system:signal name SIGSEGV Segmentation fault
and move to line: CRYPTO_MAKE_HASHABLE(KeyImage) within file cryto.h
program stop to work. We did hard fork some thousands blocks before, and seem that problem happen to old wallets not the news.
is not a problem of the Wallet Container. same file is loaded and work with Windows.
Same happen to Simplewallet loading old wallet it load but after saving reloading give core dump. But this repeat happen only in Linux. Windows this time work all correctly.
if someone have idea , maybe @pmitchev have a solution?