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

C++端异常退出(段错误)时,python端直接退出不显示C++报错信息 #444

Closed
barrierye opened this issue Apr 10, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@barrierye
Copy link
Contributor

执行相同逻辑遇到段错误,python端没有显示C++的报错信息:

GLOG_v=2 python server.py

image

GLOG_v=2 /data/barriery/Serving/build-server/core/general-server/serving -enable_model_toolkit -inferservice_path work_dir1 -inferservice_file infer_service.prototxt -max_concurrency 0 -num_threads 4 -port 8080 -reload_interval_s 10 -resource_path work_dir1 -resource_file resource.prototxt -workflow_path work_dir1 -workflow_file workflow.prototxt -bthread_concurrency 4

image

@guru4elephant
Copy link
Member

目前比较难处理,需要将错误码返回至client

@guru4elephant guru4elephant self-assigned this Apr 11, 2020
@guru4elephant guru4elephant added the bug Something isn't working label Apr 11, 2020
@paddle-bot paddle-bot bot closed this as completed Mar 5, 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
None yet
Development

No branches or pull requests

2 participants