-
Notifications
You must be signed in to change notification settings - Fork 364
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
Inherent extrinsic returned unexpected error: Error at calling runtime api: Execution failed: Execution aborted due to trap #1241
Comments
We've noticed similar behaviour on our collators since updating to v5.38.0:
|
@DanielMagro97 Can please open a new issue and share logs and how start command ? |
@stakeworks Thanks for opening the issue. Here are my findings and Outcome, I will leave the issue open if you have any question and close it in some days. What Happened? Astar: Block Block Relay: Block Block At the top of the screenshot, we see: Subsequently, the logs show repeated failures to propose the block until Relay block Why This Happened? A comment on the related P.SDK PR explains this situation and even suggests removing the code that triggers the panic. Outcome Criticality: Low/Informative |
Description
Steps to Reproduce
Upgrade to v5.38.0 and restart node
Environment
astar-collator 5.38.0-4cbf1a2f085
Ubuntu 22.04.4 LTS
ExecStart=astar-collator
--collator
--base-path /path/
--name 'StakeWorks | Astar | HNM04'
--chain astar
--telemetry-url 'wss://telemetry.polkadot.io/submit/ 0'
--trie-cache-size 268435456
--max-parallel-downloads 6
--no-private-ipv4
--in-peers 35
--out-peers 25
--port 30313
--rpc-port 9915
--prometheus-port 19615
--prometheus-external
--
--base-path /path/
--no-private-ipv4
--port 30316
--rpc-port 9918
--in-peers 35
--out-peers 25
--sync warp
--state-pruning 100
--blocks-pruning 100
--no-prometheus
The text was updated successfully, but these errors were encountered: