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

   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:
   
   
![image](https://user-images.githubusercontent.com/46975045/188116310-6330bef6-7cce-402a-8e17-c612052fd832.png)
   
   
![image](https://user-images.githubusercontent.com/46975045/188116493-3d1fb4b2-02b5-40ed-8ab8-9008aecf3ebb.png)


-- 
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

Reply via email to