You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
This bug smells like a stack overflow issue, hard to say for sure without diving deeper.
Version information
mbed OS 5.6 RC1
Environment details
Using GCC 6.3.1
Expected Behavior
Should be able to make requests to the device from mbed Connector.
Actual Behavior
If the program is built with the release profile, it connects but I can't issue a GET request to resource /3200/0/5501. The device appears to crash when the request is made. The serial output from the device stops and it disappears from the mbed Connector API portal.
If the program is built with the develop profile, it connects but I have trouble with making PUT requests to resource /3201/0/5853. The device appears to crash in a similar way as previously mentioned.
Steps to Reproduce
You will also need a pending fix to easy-connect: ARMmbed/easy-connect#44
mbed import https://github.com/ARMmbed/mbed-os-example-client
cd mbed-os-example-client/mbed-os
mbed update mbed-os-5.6.0-rc1
cd ../
mbed compile -m REALTEK_RTL8195AM -t GCC_ARm
Attempt to PUT to /3201/0/5853 and the device should crash