massa icon indicating copy to clipboard operation
massa copied to clipboard

SC cannot be deployed with cryptic error message

Open sydhds opened this issue 11 months ago • 0 comments

The following SC (stripped down from a real world example) cannot be deployed (on buildnet) with an error message like:

'{"massa_execution_error":"Runtime error: runtime error when executing operation O12WteH8rKq19krXgdSVjxzzQ4v8JTNCMuhNfCsqP33FgNcRXLzb: VM Error in ExecuteSC context: VM execution error: RuntimeError: VM error: VM instance error: RuntimeError: unreachable\n at ([146]:0x20fc)\n at ([147]:0x217e)\n at ([148]:0x22e0)\n at ([132]:0x1bb9)\n at ([37]:0x2050)\n at ([39]:0x2208)"}'

My guess is that there are too many things to compute / init at start.

dummy.ts.txt

  • npm list:

├── @as-pect/[email protected] ├── @indeliblelabs/[email protected] ├── @massalabs/[email protected] ├── @massalabs/[email protected] ├── @massalabs/[email protected] ├── @massalabs/[email protected] ├── @massalabs/[email protected] ├── @massalabs/[email protected] ├── @types/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected]

sydhds avatar Mar 04 '24 13:03 sydhds