Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity 1.4.0 restore snapshot crashes #3251

Closed
slothbag opened this issue Nov 8, 2016 · 5 comments
Closed

Parity 1.4.0 restore snapshot crashes #3251

slothbag opened this issue Nov 8, 2016 · 5 comments
Labels
M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.

Comments

@slothbag
Copy link

slothbag commented Nov 8, 2016

Partiy 1.4.0 on Ubuntu linux 64 bit crashes after it completes the State Chunks and before it starts the Block Chunks.

I can't sync normally because of the DoS attacks from a few weeks ago so I attempted to restore from snapshot instead, I created a snapshot from latest block on Windows 1.4.0 parity, then attempted to restore that snapshot into linux Parity 1.4.0 with crash/core dump as mentioned above.

@slothbag
Copy link
Author

slothbag commented Nov 8, 2016

I tried it again and this time in managed to do the block chunks as well but then crashed with pure virtual method called

I then started up Parity like normal and it appears to have successfully continued on from the point of the snapshot.

@gavofyork
Copy link
Contributor

could you post the full logs please?

@gavofyork gavofyork added Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. M4-core ⛓ Core client code / Rust. labels Nov 8, 2016
@slothbag
Copy link
Author

slothbag commented Nov 8, 2016

Sorry, I didn't copy it, it didn't actually say very much.. just pure virtual method called and program aborted and then it went to command prompt. The node seems pretty stable now so the error must have been in some housekeeping routine. If I see it again i'll add any logs.

Feel free to close this until then

@rphmeier
Copy link
Contributor

rphmeier commented Nov 8, 2016

@arkpar maybe something's wrong with the DBRestore implementation; sounds like the old DB might be getting dropped twice somehow.

@rphmeier
Copy link
Contributor

The underlying cause was addressed in https://github.com/ethcore/parity/pull/3286 I believe. Please reopen if the issue persists.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

3 participants