Debug assertion error?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
p_j
Posts: 102
Joined: Mon Aug 23, 2021 1:08 pm
Location: Sydney

Debug assertion error?

Post by p_j » Thu Feb 17, 2022 11:03 pm

Hi,

Any tips on how to start investigating the following error?

Thanks

Code: Select all

assertion "rc->kind == MP_CODE_BYTECODE" failed: file "/home/patrick/esp/micropython/py/emitglue.c", line 203, function: mp_make_function_from_raw_code

abort() was called at PC 0x40019fbe on core 0

Backtrace:0x4002e81a:0x3ffd5880 0x4002efc5:0x3ffd58a0 0x4003484a:0x3ffd58c0 0x40019fbe:0x3ffd5930 0x4001a42b:0x3ffd5950 0x400b00da:0x3ffd5980 0x40096bd5:0x3ffd59a0 0x4008e4b8:0x3ffd5a40 0x400945cd:0x3ffd5ab0 0x400946de:0x3ffd5ad0 0x40096de1:0x3ffd5af0 0x4008e7f7:0x3ffd5b90 0x4008e83e:0x3ffd5bb0 0x4008e89e:0x3ffd5be0 0x4008e39d:0x3ffd5c00 0x400945cd:0x3ffd5c20 0x400946de:0x3ffd5c40 0x40096de1:0x3ffd5c60 0x4008e4b8:0x3ffd5d00 0x400945cd:0x3ffd5d30 0x40096d39:0x3ffd5d50 0x4008e4b8:0x3ffd5df0 0x400945cd:0x3ffd5e50 0x400946de:0x3ffd5e70 0x40096de1:0x3ffd5e90 0x4008e4b8:0x3ffd5f30 0x400945cd:0x3ffd5f60 0x400945f6:0x3ffd5f80 0x4009f18f:0x3ffd5fa0 0x4009f50d:0x3ffd6030 0x4009f571:0x3ffd6050 0x40088093:0x3ffd6070


Post Reply