Skip to content
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

openssl_platform_init.c: ASSERT raising error when resolving static linked libcrypto with musl #110

Closed
BestITUserEUW opened this issue Mar 25, 2022 · 1 comment
Labels
bug This issue is a bug.

Comments

@BestITUserEUW
Copy link

BestITUserEUW commented Mar 25, 2022

Hey,
i'm trying to integrate the aws-iot-sdk-cpp-sdk-v2 into my project. I'm running on arm64 and compiling with musl. Compilation works fine but when trying to start the executable is Raises this Assert Error from openssl_platform_init.c:
l. 488 AWS_FATAL_ASSERT(process && "Unable to load symbols from process space");
When i'm not using the musl toolchain it works fine. There are other people encountering the same issue as me. See here aws/aws-iot-device-sdk-cpp-v2#308. Is there a way to fix this?
Full Error Output:
Fatal error condition occurred in /pathTo/openssl_platform_init.c:488: process && "Unable to load symbols from process space" Exiting Application No call stack information available qemu: uncaught target signal 6 (Aborted) - core dumped Aborted (core dumped)

@yasminetalby yasminetalby added the needs-triage This issue or PR still needs to be triaged. label Jun 23, 2023
@jmklix jmklix added bug This issue is a bug. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 10, 2024
@jmklix
Copy link
Member

jmklix commented Jan 10, 2024

The sdk that you linked does not currently support alpine linux. The issue that you linked has been converted to an feature request. Closing this issue for now, but please reopen if you are still seeing this issue after alpine support is added.

@jmklix jmklix closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

3 participants