-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack Smashing #1194
Comments
exact same bug here |
downgarded to ESP version 2.0.17 and no more crash but still no notification |
Find the following function in the BLERemoteCharacteristic.cpp file and replace it with it. The problem will be solved.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: