You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Experiencing problems? Have you tried our Stack Exchange first?
This is not a support question.
Description of bug
After an upgrade of the dependencies of our node implementation from substrate polkadot-v0.9.25 to polkadot-v0.9.26, our nodes do not start up on some machines. The following error message is shown:
Cannot create a runtime error=Other("cannot create module: compilation settings are not compatible with the native host")
In this issue, it is mentioned that the problem could come from virtualization, which is indeed the case here (we are using a fully virtualized test infrastructure). Running the same executable on a bare metal machine does not produce the problem which enforces the hypothesis.
A workaround is to pass the option --wasm-execution interpreted-i-know-what-i-do, then the nodes start up as usual and everything works as expected.