Closed gereblye79 closed 4 years ago
Stack smashing protect failure!
Too small task stack.
Thanks! How can I increase the task stack?
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.
To help others. I resolved this issue by using the ArduinoBLE lib instead of the ESP32_BLE one I was using.
When I try to get the characteristics of my BLE device I always get the below error message. The source was working 3 days ago, but now it causes crash during the execution on the device. I could not do too much with the EspExceptionDecoder. Maybe my fault.
I get this message:
If I set the debug core level I see the following exception:
decoded error:
sketch part:
int bluRetVal = device->connect("CometBlue", 5234);
library part (this is where the exception was thrown I think: ' uint8_t CometBlue::connect(std::string deviceName, uint32_t pin) { // check if connected if (_connected) { return 0; }
} '
I am totally lost. Could you help me what is causing the problem?