Skip to content

Commit

Permalink
Fix crash-on-startup on macOS 12 (envoyproxy#18779) (envoyproxy#18864)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ggreenway authored and aidanhahn committed Jan 13, 2022
1 parent c29d7bb commit 10b9a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/root/version_history/current.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Bug Fixes
* http: remove redundant Warn log in HTTP codec.
* listener: fix a crash when updating any listener that does not bind to port.
* listener: listener add can reuse the listener socket of a draining filter chain listener and fix the request lost.
* mac: fix crash on startup on macOS 12 by changing the default allocator.

Removed Config or Runtime
-------------------------
Expand Down

0 comments on commit 10b9a24

Please sign in to comment.