-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation fault wallet linux #91
Comments
this is the debugger trace immediately after the SIGSEGV...
the last operation before core dump is it is a memory leak during a memory compare command |
and this is debugger Log after crash
|
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?
The text was updated successfully, but these errors were encountered: