jnippula commented on PR #17304: URL: https://github.com/apache/nuttx/pull/17304#issuecomment-3511916860
> @jnippula Could you please try this patch to see if it can solve your problem? https://github.com/apache/nuttx/pull/17306 > It might be root cause. Yes, that patch helps to the crash issue I had, because the tcp_alloc uses NET_BUFPOOL_TRYALLOC(), which sets timeout to 0. But there is still potential race condition when using NET_BUFPOOL_TIMEDALLOC or NET_BUFPOOL_ALLOC, where timeout > 0. The devif_poll should not release reserved IOB, which it does not consume. -- 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]
