-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Envoy crashing with NOT_REACHED_GCOVR_EXCL_LINE when loading YAML config using --config-yaml #3990
Comments
@scaldwell-atlassian have you tried reproing this on master? If it still repros can you provide the config that causes the crash? |
The same problem in OSX。I'm using https://github.com/envoyproxy/envoy/blob/master/configs/google_com_proxy.v2.yaml as my yaml config and run envoy with the command as path-to-bazel-bin/envoy-static --config-yaml path-to-my-config.yaml . |
@scaldwell-atlassian @tony-shi that Here's a way to load full config.
However, the usage pattern for this is to override some portions of (bootstrap) config object that is loaded by |
@dio we still shouldn't crash here but cleanly exit if there is a config error. Do you know what the actual bug is? |
@mattklein123 I think because of the returned Submitted a PR here: #4110 |
Description: Do not crash when converting YAML to JSON fails. Risk Level: Low Testing: Added Docs Changes: N/A Release Notes: N/A Fixes #3990 Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
Bug Template
Title: One line description
Description:
Repro steps:
Config:
Logs:
Call Stack:
The text was updated successfully, but these errors were encountered: