-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix crash-on-startup on macOS 12 #18779
Fix crash-on-startup on macOS 12 #18779
Conversation
gperftools_tcmalloc is not compatible with macOS 12, resulting in a crash on startup. The crash happens very early, before CLI args are parsed. Fixes envoyproxy#17535 Signed-off-by: Greg Greenway <[email protected]>
/retest |
Retrying Azure Pipelines: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe release note? Not sure if it matters or not. Up to you. Thanks for fixing.
I thought about it, and decided it wasn't worth it; I don't think anybody cares which malloc is used. |
Could you release this as soon as possible? We really need this..... Thank you so much |
gperftools_tcmalloc is not compatible with macOS 12, resulting in a crash on startup. The crash happens very early, before CLI args are parsed. Fixes envoyproxy#17535 Signed-off-by: Greg Greenway <[email protected]> (cherry picked from commit b9939c6)
gperftools_tcmalloc is not compatible with macOS 12, resulting in a crash on startup. The crash happens very early, before CLI args are parsed. Fixes #17535 (cherry picked from commit b9939c6) Signed-off-by: Greg Greenway <[email protected]>
Bug still present? |
gperftools_tcmalloc is not compatible with macOS 12, resulting in a crash on startup. The crash happens very early, before CLI args are parsed. Fixes envoyproxy#17535 (cherry picked from commit b9939c6) Signed-off-by: Greg Greenway <[email protected]>
Fixes #17535
Signed-off-by: Greg Greenway [email protected]
Commit Message: gperftools_tcmalloc is not compatible with macOS 12, resulting in a
crash on startup. The crash happens very early, before CLI args are
parsed.
Additional Description:
Risk Level: Low
Testing: Manually built and verified it launches
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: macOS only fix
[Optional Runtime guard:]
Fixes #17535
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]