-
Notifications
You must be signed in to change notification settings - Fork 1.6k
0.9.8 tokio-runtime-worker polkadot_overseer: [CRASH] #3434
Comments
@gregorst3 are you running the binary built in the debug mode ( |
@ordian I downloaded the already compiled version from here: https://github.com/paritytech/polkadot/releases/download/v0.9.8/polkadot |
Thanks for the report, closing as a duplicate of #3242. |
@ordian I'm sorry to reply again, but the official binary release , should be compiled with "cargo build --release", maybe it has not been compiled with flag --release? After this error, the node crashes |
the official binary should be compiled in release mode, otherwise it would have been much larger in size I've asked because your previous report indicated an overflow check in unsigned integer arithmetic, which is normally disabled in release builds, but we explicitly enable debug assertions for release builds, which also enables them Line 121 in 3239775
now the problem with |
Op: Ubuntu 20.04.2 LTS
Db: RocksDb
Polkadot release version: 0.9.8
Chain: Kusama
After having panic error with ParityDb and 0.9.8 release, I switched to RocksDb.
Node runs fine for minutes, and then:
The text was updated successfully, but these errors were encountered: