esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

Stack Smashing

Open varun2200 opened this issue 1 year ago • 3 comments

13:36:40.995 -> BLE Advertised Device found: Name: , Address: 4f:94:11:6f:26:4e, manufacturer data: 4c001005229870d425, txPower: 8, rssi: -74 13:36:40.995 -> BLE Advertised Device found: Name: , Address: 06:ad:cd:18:de:2f, manufacturer data: 06000109212a5b65e3ab75c44a6967734c656e6f766f, rssi: -96 13:36:42.531 -> Found our service 13:36:42.531 -> 13:36:42.531 -> Stack smashing protect failure! 13:36:42.531 -> 13:36:42.531 -> 13:36:42.531 -> Backtrace: 0x40082399:0x3ffc84c0 0x4009372d:0x3ffc84e0 0x400823aa:0x3ffc8500 0x400d5e92:0x3ffc8520 0x400d5f91:0x3ffc85c0 0x400d68c7:0x3ffc8610 0x400d69fe:0x3ffc86b0 0x400d235d:0x3ffc8710 0x400d256d:0x3ffc8750 0x400da2e0:0x3ffc8770

the BLE client application is restarting again and again when it attempts to connect to an ios device on which the server is hosted And there is a stack smashing protect failure I am not able to find where the issue is. If the ble library is compatible with ios devices, it should work

varun2200 avatar Jun 18 '24 08:06 varun2200