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

   ## Summary
   when using the clock_gettime() function to print the timestamp, the sinfo() 
function is called, as same as syslog(). But syslog() itself has the ability to 
print a  timestamp, and called clock_gettime(). Thus, the clock_gettime() and 
syslog() have a recursive call problem. In order to solve this problem, it is 
necessary to ensure that SYSLOG_TIMESTAMP is close when DEBUG_SCHED is open.
   
   ## Impact
   
   ## 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-unsubscr...@nuttx.apache.org

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

Reply via email to