xtensa: context returns to thread after kernel oops #15037
Labels
area: Xtensa
Xtensa Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
See CI failures for #15032
What is happening is that a thread is blowing its stack which generates a call to z_except_reason(). k_thread_abort() gets called and the thread should never return to its faulting context.
Instead, the thread returns to where it faulted! After the "Caught system error" observe that the thread continues to run, failing the test case.
The text was updated successfully, but these errors were encountered: