The image classification model deployed on the ESP32 will report an error after running for the third time in the while loop

Question/Issue:
[Describe the question or issue in detail]
The image classification model deployed on the ESP32 will report an error when run for the third time
Project ID:
[Provide the project ID]
827169
Context/Use case:
[Provide context or use case where the issue is encountered]
When deploying a sample project using ESP32, I can enter the main loop, but an error occurs during the third run
Steps Taken:

  1. [Step 1]
    Complete the training of my own classification task in Edge Impulse and generate a C++ link library
  2. [Step 2]
    Copy the generated library to the project at git clone GitHub - edgeimpulse/example-standalone-inferencing-espressif-esp32: Builds and runs an exported impulse locally (ESP IDF)
  3. [Step 3]
    Modify the kTensorArenaSizein
    4.[Step 4]
    When the program is burned into the ESP32S3 for operation, the following error occurs

Environment:

  • **Build Environment Details: ESP IDF 5.4.2
  • **OS Version:Ubuntu 20.04
  • Edge Impulse Version (Firmware): ​latest version**

This is all the error messages