RTEMS Tools | tester, rtemstoolkit: Fix qemu running lots of instances (!63)

Chris Johns (@chris) gitlab at rtems.org
Tue Jun 10 22:54:34 UTC 2025




Chris Johns commented on a discussion on rtemstoolkit/log.py: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/63#note_123430

 >  lock = threading.Lock()
 >  
 >  
 > +def safe_blocking_write(file_handle, out):
 > +    '''This is a bit of a hack to force the file handle back to
 > +        non-blocking. It seems for some cases stdio is being set to
 > +        non-blocking in some execute commands.

It should read `... back to blocking`

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/63#note_123430
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250610/0280321d/attachment.htm>


More information about the bugs mailing list