You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The content of the s0 register dump during a fatal error is not the one at the time of the crash. On exception the isr.S, made a copy of the s0 register and then made some changes to the reg, but it didn't restore the s0 to the saved value before it jumps to the z_riscv_fatal_error_csf().
Describe the bug
The content of the
s0
register dump during a fatal error is not the one at the time of the crash. On exception theisr.S
, made a copy of thes0
register and then made some changes to the reg, but it didn't restore thes0
to the saved value before it jumps to thez_riscv_fatal_error_csf()
.To Reproduce
s0
before jumping toz_riscv_fatal_error_csf
#79096 with Zephyr v3.7-branchExpected behavior
The test should pass
Impact
Incorrect
s0
content shown in the fatal error messageThe text was updated successfully, but these errors were encountered: