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