Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
179 stars 128 forks source link

C++: quickstart/blob-storage example crashing on Raspberry Pi 3 #2835

Closed dhavalkaneria closed 3 years ago

dhavalkaneria commented 3 years ago

Query/Question Hello I have tried to compile Azure c++ sdk for blob storage and keyvault on raspberry pi 3 . From time to time, the application crashes. Sometimes it prints "corrupted size vs. prev_size", sometimes I get a "Segmentation fault". So my question is Azure C+= SDK is supporting 32bit Raspberry Pi OS Lite version?

The operating system is Raspberry Pi OS Lite 32-bit (release December 2nd 2020).

During Compile time I have added -mcpu=native flag into CMakeLists.txt without this flag, it won't allow me to compile as other compiler errors.

Why is this not a Bug or a Feature Request? A clear explanation of why is this not a bug or a feature request?

Setup (please complete the following information if applicable):

Jinming-Hu commented 3 years ago

@RickWinter Do we support or plan to support Respberry Pi?

vhvb1989 commented 3 years ago

Raspberry Pi OS comes from Debian which we do support but only for 64bit. We don't support Linux 32bits. https://azure.github.io/azure-sdk/cpp_implementation.html#supported-platforms

ghost commented 3 years ago

Hi @dhavalkaneria. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “/unresolve” to remove the “issue-addressed” label and continue the conversation.

ghost commented 3 years ago

Hi @dhavalkaneria, since you haven’t asked that we “/unresolve” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve” to reopen the issue.