espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.7k stars 7.29k forks source link

Gcov (Source Code Coverage) crash (IDFGH-7354) #8938

Open m72058 opened 2 years ago

m72058 commented 2 years ago

Hi,

I created some unit tests in a project and want to find out the code coverage. I use gcov and the instant runtime varinate. Unfortunately, this makes the program very unstable during the dumping. Errors like the following often occur:

m0rt4l1n commented 7 months ago

Hi, I am having the same problems, the last one can be fixed by using reset in openocd then letting the program run an then dumping gcov data. But I keep getting either IllegalInstruction exceptions or Cache disabled but cached memory region accessed

Is there any new information about this topic?