-
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
ipc1 task crash (IDFGH-4414) #6245
Comments
Thanks for reporting and letting us know, and sorry for the inconvenience, we will look into. |
Could you please provide the example code and reproduce steps? And the commit of ESP-IDF. |
I've just run into this same issue. This also happens with devices in the field, and it happens intermittently. I've got a few of devices in the field. Every time a dumps core, it sends back the core dump on reboot. It seems that every time my devices dump core it is because of an issue that fits this description, which is to say... `=============================================================== Crashed task handle: 0x3ffafcd0, name: 'ipc1', GDB name: 'process 1073413328' ================== CURRENT THREAD REGISTERS ===================` `==================== CURRENT THREAD STACK ===================== ` Since it is an intermittent issue detected across a fleet of devices, I'm not able to give a clear reproduction at this time. But I can say that this is likely to happen 2-10 time per day on any given device. Interestingly, there does not appear to be a single other thread, or single piece of code on a thread that is causing this issue. After analyzing 10 core dumps of this general description, there is no other thread that is the same spot twice, unless it is paused waiting for it's turn, or waiting for an event. But the ipc1 crash is always the same. I am running on origin/release/v4.4 @ commit 755ce10 |
@Coopdis I am also facing a similar issue, can I ask what is the status of that bug and did you manage to find the root cause ? |
Hi @MedAouadhi! If you can not update it and think that it is related to IPC you might try to disable the |
Environment
Problem Description
I've received a coredump from one of my devices in the field that is attached. kinda strange as it doesn't seem to point to anything particularly wrong as far as i can tell
Expected Behavior
not crashing
Actual Behavior
crashing
Steps to reproduce
Unknown, just seeing this on some devices in the field
Debug Logs
The text was updated successfully, but these errors were encountered: