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

Can't exit gracefully if exception happens during WebServer creation #1651

Open
cindyyan317 opened this issue Sep 17, 2024 · 0 comments
Open
Labels
bug Something isn't working
Milestone

Comments

@cindyyan317
Copy link
Collaborator

Issue Description

Clio can't exit gracefully if exception happens during WebServer creation

Steps to Reproduce

1 Change server.ip to a number in config.json
2 Start Clio

Expected Result

Find the wrong setting and print to log

Actual Result

util/log/Logger.hpp:238 [2024-09-17 14:22:27.139180] RPC:NFO API version settings: [min = 1; max = 2; default = 1]
util/log/Logger.hpp:238 [2024-09-17 14:22:27.139222] RPC:NFO Init RPC Cache, timeout: 0.8 seconds, cached commands: server_info
util/log/Logger.hpp:238 [2024-09-17 14:22:27.139459] RPC:NFO API version settings: [min = 1; max = 2; default = 1]
util/log/Logger.hpp:238 [2024-09-17 14:22:27.139658] ETL:NFO onStop called
util/log/Logger.hpp:229 [2024-09-17 14:22:27.139703] ETL:DBG Stopping Reporting ETL
[3]    56111 segmentation fault  ./clio_server ~/config/clio.json
@cindyyan317 cindyyan317 added the bug Something isn't working label Sep 17, 2024
@godexsoft godexsoft added this to the 2.4 milestone Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants