You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/31 13:28:04 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on pull request #6349: arch/xtensa: Remove the assembly signal trampoline.

Ouss4 commented on PR #6349:
URL: https://github.com/apache/incubator-nuttx/pull/6349#issuecomment-1142137007

   @masayuki2009 
   > [CPU0] xtensa_panic: Unhandled Exception 1 task: pt-0x400e15a4
   
   That's curious. Unhandled Exception number 1 is a debug exception, this is out of the scope of NuttX. I'm not sure how this can happen during `ostest`.
   I'm running ostest now, but can't hit the issue.  A backtrace would help to know when that happens but we would need to add something similar to: https://github.com/apache/incubator-nuttx/blob/master/arch/xtensa/src/common/xtensa_user_handler.S#L192-L202 to link the pre-exception frame.
   
   Unrelated to this, but some defconfigs may need to change their stack sizes since now we have the FPU as part of the stack, I did see some stack corruptions during testing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org