You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/16 20:25:42 UTC

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #528: nimble/ll: Workaround and traces for the possible race scenario

rymanluk opened a new pull request #528: nimble/ll: Workaround and traces for the possible race scenario
URL: https://github.com/apache/mynewt-nimble/pull/528
 
 
   It looks like there is a race when closing connection with different
   paths. It can lead to situation that Nimble tries to close connsm which is
   already in IDLE, which leads to crash when removing connsm from
   g_ble_ll_conn_active_list which does not contain connsm.
   
   This patch adds workaround and plus assert and stats which should help
   to understand the root cause

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services