core icon indicating copy to clipboard operation
core copied to clipboard

MacOS ARM64 compiled terrad always fail in consensus modules

Open ivanfong01 opened this issue 3 years ago • 0 comments

I have tested with the same snapshot on AMD64 built docker environment and the ARM64 MacOS native environment.

The snapshot can sync in AMD64 built, but not in ARM64. Always return with wrong AppHash.

10:31PM INF executed block height=1655381 module=state num_invalid_txs=1 num_valid_txs=0
10:31PM INF commit synced commit=436F6D6D697449447B5B323432203135342032303820323235203930203231392037322033352031323020313531203920323132203020313037203632203132332031313220302038392032312034352031323420313934203134352032323120343820352031343020313938203134332031362034395D3A3139343235357D
10:31PM INF committed state app_hash=F29AD0E15ADB4823789709D4006B3E7B700059152D7CC291DD30058CC68F1031 height=1655381 module=state num_txs=1
10:31PM INF indexed block height=1655381 module=txindex
panic: Failed to process committed block (1655382:A3B437ABB3EB5C2C79421F4E989563AC91D5139DE39D304B8D309D9541FEA66B): wrong Block.Header.AppHash.  Expected F29AD0E15ADB4823789709D4006B3E7B700059152D7CC291DD30058CC68F1031, got 995531CAEB8B30098C8E43DAD3050653C6BAC1ED020CD693456DCEB5585711AA

ivanfong01 avatar Sep 20 '22 14:09 ivanfong01