ESP32 Guru Meditation Error 1 with btree.flush()

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
BjHave
Posts: 5
Joined: Fri Aug 09, 2019 12:32 pm

ESP32 Guru Meditation Error 1 with btree.flush()

Post by BjHave » Fri Oct 18, 2019 11:29 am

Hi there,

at the moment I'm trying to flush several hundred bytes (JSON) to a btree database. The first flush at startup after db initialisation is working fine all following flushes are leading to an guru meditation error. When I avoid flushing, i can use the db without any problems but after a reset everything is gone...

At first i had opened the db at startup and made my calls against the open handle. Then I tried to open the db and file handles on every operations but nothing worked so far.

Has anybody experienced the same behavior or even has a solution for this problem?

Thx!

Best!

Post Reply