Panic/reboot in modbluetooth, assertion ringbuf.

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

Panic/reboot in modbluetooth, assertion ringbuf.

Post by prem111 » Mon Nov 16, 2020 1:50 pm

Hi. What happened ? i use bluetooth, never had this error before.

Code: Select all

assertion "ringbuf_avail(ringbuf) >= n_u16 * 2 + n_u8 + (bytes_addr ? 6 : 0) + n_b + n_i8 + (uuid ? 1 : 0) + (bytes_data ? 1 : 0)" 
failed: file "../../extmod/modbluetooth.c", line 781, function: ringbuf_extract
abort() was called at PC 0x4016a0ef on core 0

ELF file SHA256: 0000000000000000000000000000000000000000000000000000000000000000

Backtrace: 0x400903cc:0x3ffd0150 0x400907f5:0x3ffd0170 0x4016a0ef:0x3ffd0190 0x400f3263:0x3ffd01c0 0x400f3421:0x3ffd0200 
0x400e3cb1:0x3ffd0230 0x400dfa4d:0x3ffd0250 0x400dfa91:0x3ffd0270 0x400e09e8:0x3ffd02a0 0x400e0ad5:0x3ffd0320 0x400ee074:0x3ffd0340 
0x400e41a7:0x3ffd03e0 0x400e030d:0x3ffd0400 0x400ede25:0x3ffd0440 0x400e41a7:0x3ffd04e0 0x400e4215:0x3ffd0500 0x400e4284:0x3ffd0530 
0x400e3ced:0x3ffd0550 0x400dfa4d:0x3ffd0570 0x400dfad1:0x3ffd0590 0x400edc19:0x3ffd05b0 0x400e3e48:0x3ffd0650 0x400dfa4d:0x3ffd0680 
0x400edb8d:0x3ffd06a0 0x400e3e48:0x3ffd0740 0x400dfa4d:0x3ffd07b0 0x400dfad1:0x3ffd07d0 0x400edc19:0x3ffd07f0 0x400e3e48:0x3ffd0890 
0x400dfa4d:0x3ffd08c0 0x400dfa7a:0x3ffd08e0 0x401064e4:0x3ffd0900 0x40106619:0x3ffd09a0 0x400f6ce9:0x3ffd09d0 0x4009ba3d:0x3ffd0a00

Rebooting...
ets Jun  8 2016 00:22:57

Post Reply