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

[aws_json_module] keep module_allocator alive for aws-sdk-cpp use #965

Closed
wants to merge 1 commit into from

Conversation

grrtrr
Copy link

@grrtrr grrtrr commented Jan 6, 2023

This keeps the JSON module_allocator alive even after clean-up, to prevent late-deallocation issues occurring in aws-sdk-cpp from causing programs to fail after main() has returned.

Resolves #964.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This keeps the JSON module_allocator alive even after clean-up, to prevent
late-deallocation issues occurring in aws-sdk-cpp from causing programs to
fail after main() has returned.

Resolves awslabs#964.
@grrtrr grrtrr requested a review from jonpshea January 6, 2023 20:21
@DmitriyMusatkin
Copy link
Contributor

aws/aws-sdk-cpp#2291 should resolve the issue from cpp side

@grrtrr
Copy link
Author

grrtrr commented Feb 2, 2023

After upgrading aws-sdk-cpp to 1.10.54 (which includes aws/aws-sdk-cpp#2291), no longer able to reproduce this condition.

@grrtrr grrtrr closed this Feb 2, 2023
@grrtrr grrtrr deleted the issue_964 branch February 2, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[aws_json_module] AWS C++ SDK needs module_allocator to be alive even after cleanup
3 participants