lukegluke opened a new pull request #1370: URL: https://github.com/apache/incubator-nuttx/pull/1370
Bug caused increase of fifo->rx_sem with each received msg until finally after 32767 messages get into DEBUGASSERT(sem->semcount<SEM_VALUE_MAX); or stopping receiving anything at all without debug, while tx was working. issue #1354 Also perform can_poll inside critical_section. I'm not sure, maybe it not necessary, please advise. ---------------------------------------------------------------- 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: us...@infra.apache.org