This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
arithmetic operation overflow on ARM #1380
Comments
Probably not relevant, but parity may have been started with rm ~/.parity/906a34e69aec8c0d/v5.3-sec-overlayrecent/*/LOG* shortly afterwards. |
more detailed stack trace:
|
So, what was triggering the overflow? |
It was an error in transaction queue. It happened when old transaction was imported ( |
Ah, thx; great to hear it wasn't related to any low level IO problems :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I left
Parity/v1.2.0-unstable-69c29fc-20160620/arm-linux-gnu/rustc1.11.0-dev
running but later found out it'd crashed (I guess it must have been close to fully synced at the time).Not sure if it's a random crash related to an HDD connected via USB (there are huge amounts of DEBUG messages in the logs relating to DMA) or a real issue. My guess is the world may have stopped due to lots of SD card
syslog
writes which in turn could have starved parity.Restarting parity works fine again without any corruptions, getting to fully synced again.
The text was updated successfully, but these errors were encountered: