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


   ## Summary
   
   sched/dumpstack: raise the stack dump level to emergency
   
   since sometimes dumpstack will be used in extreme situations(eg. assert)
   
   Signed-off-by: chao.an <[email protected]>
   
   ## Impact
   
   crash dump/dumpstack
   
   ## Testing
   
   dumpstack print:
   ```
   [ EMERG] up_assert: Assertion failed at file:armv8-m/arm_usagefault.c line: 
113 task: init
   [ EMERG] backtrace|10:  0x2c325bde 0x2c319b98 0x2c3261cc 0x2c316b20 
0x2c32699c 0x2c303a50 0x2c326072 0x2c3206ea
   [ EMERG] backtrace|10:  0x2c3428cc 0x2c33ed14 0x2c342e8e 0x2c34403a 
0x2c344ac0 0x2c319b60 0x2c3080ba
   
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to