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/06/04 13:50:24 UTC

[GitHub] [mynewt-nimble] rymanluk edited a comment on issue #446: [controller] hardfault exception in ble_ll_scan_aux_data_unref

rymanluk edited a comment on issue #446: [controller] hardfault exception in ble_ll_scan_aux_data_unref
URL: https://github.com/apache/mynewt-nimble/issues/446#issuecomment-498678858
 
 
   @lance-proxy  looks like you are actually trying to connect. Scan responses in this case has bit different path.  Could you print `g_ble_ll_conn_create_sm` as well? to print `ble_ll_stats` you should use `p` as you are doing with others globals. 
   
   So it looks like something is writing to `scansm ->cur_aux_data`, but I have no idea what yet. If it would be possible to reproduce with a debugger we could set BLE_LL_EXT_ADV_AUX_PTR_CNT =0 and set a write watchpoint on  `scansm ->cur_aux_data` to find out what is it.
   
   Keep looking into it....
   

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