Suggestions on tracking down "unhandled interrupt 6 on Core 0"
Posted: Wed May 10, 2023 12:36 pm
Hey everyone,
I have been working on a rather large project. Recently I have been getting "unhandled interrupt 6 on core 0!"
After leaving it running for long period of time. Can't really pin down how long. It almost seems random.
I have read it could be a possible stack smash thats overwriting the interrupt pointer. So I have enabled stack smashing checks to see if that yields any info.
The stranger thing to me is, I get this error being printed over and over in the console. Yet some if my tasks continue running.
I have a LED that is blinked on and off with in a task and that led is still blinking. Though wifi stops working "no ssid can be seen"
I unfortunately have no idea at what point this issue was introduced as I haven't left this project running for more than a hour at a time since I been working on it.
Any suggestions on were to start or a Procedure to follow to narrow it down would be greatly appreciated.
I have been working on a rather large project. Recently I have been getting "unhandled interrupt 6 on core 0!"
After leaving it running for long period of time. Can't really pin down how long. It almost seems random.
I have read it could be a possible stack smash thats overwriting the interrupt pointer. So I have enabled stack smashing checks to see if that yields any info.
The stranger thing to me is, I get this error being printed over and over in the console. Yet some if my tasks continue running.
I have a LED that is blinked on and off with in a task and that led is still blinking. Though wifi stops working "no ssid can be seen"
I unfortunately have no idea at what point this issue was introduced as I haven't left this project running for more than a hour at a time since I been working on it.
Any suggestions on were to start or a Procedure to follow to narrow it down would be greatly appreciated.