GUIDINGLI opened a new pull request, #17981:
URL: https://github.com/apache/nuttx/pull/17981

   ## Summary
   This PR adds stack debugging improvements to help with task monitoring and 
troubleshooting.
   
   ## Changes
   1. **dump_stack() for dumponexit**: Add stack dump functionality when tasks 
exit, which helps with debugging and understanding task termination conditions
   2. **checkstack overflow fix**: Fix access overflow in checkstack by 
validating length before checking values
   
   ## Testing
   All commits pass checkpatch validation.
   
   ## Impact
   - Better debugging visibility into task termination
   - Safer stack checking operations
   - Improved troubleshooting capabilities for task lifecycle issues
   


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