-
Notifications
You must be signed in to change notification settings - Fork 737
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
curl_easy_perform() failed: out of memory on Raspberry pi #519
Comments
Hi @narendranaren14 , |
Hi @ewertons , Appreciate the response! Here is the output from gdb "i shared". It is using "libcurl.so.4". Would this be valid lib? 0x76fce820 0x76fea560 Yes /lib/ld-linux-armhf.so.3 Regards |
Hi @ewertons, More information below for your reference. Hopefully this should help to provide guidance. pi@raspberrypi:~/azure-iot-sdk-c/build_all/linux $ ls /usr/lib/arm-linux-gnueabihf/libcurl Output of the command dpkg -l | grep -i curl Regards |
Hey @narendranaren14 , With the path to the lib you showed in the shared modules, you verified where the package is installed. However, as stated in the documentation we currently require at least curl 7.56 to avoid hitting a but that package had in previous versions. |
@narendranaren14 , |
@narendranaren14 , thank you for your contribution to our open-sourced project! Please help us improve by filling out this 2-minute customer satisfaction survey |
Thanks @ewertons ! It appears to working. I will do further investigation. If necessary, I will reopen. |
@narendranaren14 did you fix this issue by building curl on RP ? |
Hi,
I ran sample example iothub_ll_telemetry_sample on raspberry pi 3. I get the following error. I know this issue has been addressed before #308. I updated the CURL to the latest version 7.52.1-5+deb9u6 (stable) as per the recommendation in #308. However, the error still persists on raspbian. Any recommendations?
Creating IoTHub handle
Sending message 1 to IoTHub
Error: Time:Mon Jun 11 16:08:27 2018 File:/home/narendra/source/azure-iot-sdk-c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:582 curl_easy_perform() failed: Out of memory
Error: Time:Mon Jun 11 16:08:27 2018 File:/home/narendra/source/azure-iot-sdk-c/c-utility/adapters/httpapi_curl.c Func:HTTPAPI_ExecuteRequest Line:584 (result = HTTPAPI_OPEN_REQUEST_FAILED)
Error: Time:Mon Jun 11 16:08:27 2018 File:/home/narendra/source/azure-iot-sdk-c/c-utility/src/httpapiex.c Func:HTTPAPIEX_ExecuteRequest Line:475 unable to recover sending to a working state
Error: Time:Mon Jun 11 16:08:27 2018 File:/home/narendra/source/azure-iot-sdk-c/iothub_client/src/iothubtransporthttp.c Func:DoEvent Line:1667 Unable to HTTPAPIEX_ExecuteRequest.
Regards
Narendra
The text was updated successfully, but these errors were encountered: