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/02/24 01:15:15 UTC

[GitHub] [incubator-nuttx] masayuki2009 edited a comment on pull request #5590: os init_state: add new state OSINIT_IDLELOOP

masayuki2009 edited a comment on pull request #5590:
URL: https://github.com/apache/incubator-nuttx/pull/5590#issuecomment-1049392280


   >It seems that syslog flushes the internal buffers from the Idle task.
   
   @GUIDINGLI 
   
   Actual code is inside `up_addrenv_kstackfre`.
   So do you mean that this PR does not permit such a log?
   If so, this would be a big restriction for debugging.
   
   ```
   int up_addrenv_kstackfree(FAR struct tcb_s *tcb)                                                                                                                                                                                                                                           
   {                                                                                                                                                                                                                                                                                          
   =>binfo("tcb=%p\n", tcb);                                                                                                                                                                                                                                                                  
     DEBUGASSERT(tcb);   
   ```


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