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 2021/02/15 16:16:52 UTC

[GitHub] [mynewt-nimble] sjanc commented on issue #912: Controller: Assertion fail in ble_ll_scan.c with extended advertisings

sjanc commented on issue #912:
URL: https://github.com/apache/mynewt-nimble/issues/912#issuecomment-779323695


   this appears to be assert from ble_ll_scan_aux_data_unref
   
   BLE_LL_ASSERT(!(aux_data->flags_ll & BLE_LL_AUX_FLAG_HCI_SENT_ANY) ||
                         ((aux_data->flags_ll & BLE_LL_AUX_FLAG_HCI_SENT_ANY) &&
                          (aux_data->flags_ll & (BLE_LL_AUX_FLAG_HCI_SENT_COMPLETED | BLE_LL_AUX_FLAG_HCI_SENT_TRUNCATED))));
   
   Could you show backtrace and try checking state of aux_data->flags_ll when this happens?
   Or preferably, provide a core dump
   


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