You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/03 13:49:44 UTC

[GitHub] [incubator-nuttx] anchao commented on pull request #6956: net/tcp: use independent work to free the conn instance

anchao commented on PR #6956:
URL: https://github.com/apache/incubator-nuttx/pull/6956#issuecomment-1236124183

   > During the failed assertion, two threads operate on the same `conn` structure.
   > 
   > One is receiving data while the other tries to free the connection. Hence the failed assertion. See the following call traces:
   
   @fjpanag  Did you apply the latest patch set? In this case, if the reference count is greater than 0, tcp_free() should not be triggered.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org