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 2021/12/30 06:36:57 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #5122: arch/backtrace: correct the skip counter

anchao opened a new pull request #5122:
URL: https://github.com/apache/incubator-nuttx/pull/5122


   ## Summary
   
   arch/backtrace: correct the skip counter 
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   dump stack test:
   ```
   audio> dumpstack 0 10
   [   14.464813] [15] [ EMERG] [audio] backtrace:
   [   14.465125] [15] [ EMERG] [audio] [ 0] [<0x2cb19638>] xtensa_context_restore+0x2c/0x38
   [   14.465313] [15] [ EMERG] [audio] [ 0] [<0x2cb1a539>] _start+0x9/0xc
   [   14.465375] [15] [ EMERG] [audio] [ 0] [<0x3de00260>] _xtensa_reset_handler+0x5c/0x1fc
   [   14.465563] [15] [ EMERG] [audio] backtrace:
   [   14.465625] [15] [ EMERG] [audio] [ 1] [<0x2cb19bb8>] up_block_task+0x70/0xa0
   [   14.465688] [15] [ EMERG] [audio] [ 1] [<0x2cb0b4c3>] nxsem_wait+0x67/0x98
   [   14.465813] [15] [ EMERG] [audio] [ 1] [<0x2cb0b4ff>] nxsem_wait_uninterruptible+0xb/0x14
   [   14.465938] [15] [ EMERG] [audio] [ 1] [<0x2cb0da7c>] work_thread+0x24/0x50
   [   14.466063] [15] [ EMERG] [audio] [ 1] [<0x2cb0cd5a>] nxtask_start+0x5a/0x74
   [   14.466125] [15] [ EMERG] [audio] backtrace:
   [   14.466188] [15] [ EMERG] [audio] [ 3] [<0x2cb19bb8>] up_block_task+0x70/0xa0
   [   14.466313] [15] [ EMERG] [audio] [ 3] [<0x2cb0b4c3>] nxsem_wait+0x67/0x98
   [   14.466438] [15] [ EMERG] [audio] [ 3] [<0x2cb0b4ff>] nxsem_wait_uninterruptible+0xb/0x14
   [   14.466500] [15] [ EMERG] [audio] [ 3] [<0x2cb0ecef>] rptun_thread+0x47/0x3c4
   [   14.466625] [15] [ EMERG] [audio] [ 3] [<0x2cb0cd5a>] nxtask_start+0x5a/0x74
   [   14.466750] [15] [ EMERG] [audio] backtrace:
   [   14.466813] [15] [ EMERG] [audio] [ 4] [<0x2cb19bb8>] up_block_task+0x70/0xa0
   [   14.466875] [15] [ EMERG] [audio] [ 4] [<0x2cb0b4c3>] nxsem_wait+0x67/0x98
   [   14.467000] [15] [ EMERG] [audio] [ 4] [<0x2cb0b4ff>] nxsem_wait_uninterruptible+0xb/0x14
   [   14.467063] [15] [ EMERG] [audio] [ 4] [<0x2cb0ecef>] rptun_thread+0x47/0x3c4
   [   14.467188] [15] [ EMERG] [audio] [ 4] [<0x2cb0cd5a>] nxtask_start+0x5a/0x74
   ```
   


-- 
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5122: arch/backtrace: correct the skip counter

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5122:
URL: https://github.com/apache/incubator-nuttx/pull/5122


   


-- 
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