-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp-idf coredump to flash, esp32 crashes, and hung up, restarting failed (IDFGH-5433) #7174
Comments
@maqian-cn Could you please try latest release/v3.3 branch and see if the issue is resolved? I see there have been some fixes related to core dump since v3.3.4 release. If it still fails, would you be able to trim down your application to a small program to reproduce the issue, and share that along with your sdkconfig file? |
@igrr thank u very much for reply, I'll try v3.3, and check it. |
according to your reply, based on tags v3.3.4, I did "git checkout release/v3.3" and succeed. But I do "git describe", showed version is "v3.3.4-209-g66d3783c8" instead of "release/v3.3". I don't know if this is correct. And, another problem, please view the #6124.
And, got the coredump info is below.
why Backtrace stopped? It is the incomplete Backtrace info. @igrr |
Yes, this is the same issue as #6124. We don't have a solution for it yet, unfortunately. |
oh, it is really bad. Will this problem be solved in tags v3.x.x later? Because this function is still very useful when debugging. @igrr |
I'v tried tags/v3.3.5. There is also the same problem of incomplete info. @igrr |
That's correct, the issue #6124 occurs in all releases and branches. I'm sorry but it's unlikely it will be resolved soon. Is the issue you had originally with the chip not restarting after coredump solved now? |
@igrr OK, I'm only waiting for the incomplete Backtrace info problem to be resolved. The problem that the chip is not restarting after coredump is likely resolved. Based on this branch, The problem not restarting has not occurred until now. If the follow-up happens, I will report it to you again. |
Environment
git describe --tags
to find it):// v3.3.4
xtensa-esp32-elf-gcc --version
to find it):// xtensa-esp32-elf-gcc (crosstool-NG crosstool-ng-1.22.0-96-g28523988) 5.2.0
Problem Description
esp32 crashes, coredump to flash successed, and restarting failed, died.
Expected Behavior
restarting successful.
Actual Behavior
restarting failed, died.
Steps to reproduce
Code to reproduce this issue
Debug Logs
coredump-log.txt
Other items if possible
build
folder (note this may contain all the code details and symbols of your project.)The text was updated successfully, but these errors were encountered: