bug during boot ESP32

Here we can discuss about the problem found
Post Reply
Jo.2a
Posts: 9
Joined: Thu Feb 09, 2023 2:19 pm

bug during boot ESP32

Post by Jo.2a »

hello
I have a problem with my ESP32-CAM during boot :

Chip revision 1 Freq 240
STARTING...
Connecting..
Connected to SFR_XXXXX
IP address: 192.168.1.245
Setup() running on core 1
Number of program lines :569
Basic File Loaded: /PROD/EXE.bas
Program Running
assertion "old_size > 0" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/heap/heap_caps.c", line 308, function: heap_caps_realloc
abort() was called at PC 0x40189a03 on core 1[/color]

Backtrace: 0x400909b4:0x3ffb1ca0 0x40090be5:0x3ffb1cc0 0x40189a03:0x3ffb1ce0 0x40089007:0x3ffb1d10 0x40089055:0x3ffb1d30 0x400894d5:0x3ffb1d50 0x4000bedd:0x3ffb1d70 0x400d982d:0x3ffb1d90 0x400d98cb:0x3ffb1db0 0x400e708d:0x3ffb1e20 0x400f3fc3:0x3ffb1ec0 0x400f4eaf:0x3ffb1f20 0x400f508e:0x3ffb1f80 0x40131c25:0x3ffb1fb0 0x4008ce45:0x3ffb1fd0

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

Thanks for your Help
User avatar
cicciocb
Site Admin
Posts: 1899
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1269 times
Contact:

Re: bug during boot ESP32

Post by cicciocb »

There is a post very similar :

[Local Link Removed for Guests]

It looks that the module must be re-formatted
Post Reply