You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/06/19 23:53:47 UTC

[GitHub] [mynewt-core] saulpw opened a new pull request #1889: [console] fix race condition in rtt_console_write_ch

saulpw opened a new pull request #1889: [console] fix race condition in rtt_console_write_ch
URL: https://github.com/apache/mynewt-core/pull/1889
 
 
   - if multiple tasks write to rtt console when it is not present,
   rtt_console_retries_left can be decremented below zero, leading to
   near-infinite retry.  This blocks the calling task for a few years.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services