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

   The simulator inherits stdout and stderr from its parent process. These 
descriptors may refer to a terminal or pipe, where writes can block if the 
consumer stops keeping up.
   
   Set stdout and stderr to O_NONBLOCK during early simulator startup so 
diagnostic output cannot stall the simulated system. Ignore failures because 
some descriptors may not support F_GETFL or F_SETFL.


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