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

启动时libpaddle_capi_shared.so 出core #11426

Closed
lyp2github opened this issue Jun 13, 2018 · 4 comments
Closed

启动时libpaddle_capi_shared.so 出core #11426

lyp2github opened this issue Jun 13, 2018 · 4 comments
Assignees
Labels
User 用于标记用户问题

Comments

@lyp2github
Copy link

QA搭建自动部署任务时coredump, 开发机运行正常,
Program terminated with signal SIGILL, Illegal instruction.
#0 0x00007f5c3ff0b448 in paddle::DataConfig::SharedCtor() () from ./so/libpaddle_capi_shared.so
(gdb) bt
#0 0x00007f5c3ff0b448 in paddle::DataConfig::SharedCtor() () from ./so/libpaddle_capi_shared.so
#1 0x00007f5c3ff0bd2d in paddle::DataConfig::DataConfig() () from ./so/libpaddle_capi_shared.so
#2 0x00007f5c3ff0be0c in paddle::protobuf_InitDefaults_DataConfig_2eproto_impl() () from ./so/libpaddle_capi_shared.so
#3 0x00007f5c3ff71420 in google::protobuf::internal::FunctionClosure0::Run() () from ./so/libpaddle_capi_shared.so
#4 0x00007f5c3ff72541 in google::protobuf::GoogleOnceInitImpl(long*, google::protobuf::Closure*) () from ./so/libpaddle_capi_shared.so
#5 0x00007f5c3ff0acaa in paddle::protobuf_InitDefaults_DataConfig_2eproto() () from ./so/libpaddle_capi_shared.so
#6 0x00007f5c3ff0acff in paddle::protobuf_AddDesc_DataConfig_2eproto_impl() () from ./so/libpaddle_capi_shared.so
#7 0x00007f5c3ff71420 in google::protobuf::internal::FunctionClosure0::Run() () from ./so/libpaddle_capi_shared.so
#8 0x00007f5c3ff72541 in google::protobuf::GoogleOnceInitImpl(long*, google::protobuf::Closure*) () from ./so/libpaddle_capi_shared.so
#9 0x00007f5c3ff0ad7a in paddle::protobuf_AddDesc_DataConfig_2eproto() () from ./so/libpaddle_capi_shared.so
#10 0x00007f5c536ae80a in call_init.part () from /opt/compiler/gcc-4.8.2/lib64/ld-linux-x86-64.so.2
#11 0x00007f5c536ae8f3 in _dl_init_internal () from /opt/compiler/gcc-4.8.2/lib64/ld-linux-x86-64.so.2
#12 0x00007f5c536a11ca in _dl_start_user () from /opt/compiler/gcc-4.8.2/lib64/ld-linux-x86-64.so.2
#13 0x0000000000000001 in ?? ()
#14 0x00007fff586bcde7 in ?? ()
#15 0x0000000000000000 in ?? ()

@typhoonzero
Copy link
Contributor

@typhoonzero typhoonzero added the User 用于标记用户问题 label Jun 13, 2018
@typhoonzero typhoonzero self-assigned this Jun 13, 2018
@lyp2github
Copy link
Author

lyp2github commented Jun 13, 2018

/opt/compiler/gcc-4.8.2/bin/gcc -march=native -Q --help=target|grep march
-march= corei7
这台机器出core, 而带avx的机器没有coredump?
/opt/compiler/gcc-4.8.2/bin/gcc -march=native -Q --help=target|grep march
-march= corei7-avx

@typhoonzero
Copy link
Contributor

抱歉?没太理解您上一条回复,是说在支持avx的机器上是可以正常执行的么?

@typhoonzero
Copy link
Contributor

已经线下沟通解决,使用noavx版本的capi可以解决。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User 用于标记用户问题
Projects
None yet
Development

No branches or pull requests

2 participants