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

预测的时候出core,没有详细信息,不知道问题在哪? #20813

Closed
xiuechen opened this issue Oct 24, 2019 · 2 comments
Closed
Assignees
Labels
User 用于标记用户问题 预测 原名Inference,包含Capi预测问题等

Comments

@xiuechen
Copy link

Exception: /paddle/paddle/fluid/memory/detail/meta_cache.cc:33 Assertion desc->check_guards() failed.
terminate called after throwing an instance of 'std::runtime_error'

debug core信息提示:

(gdb) bt
#0 0x00007f81eb3513f7 in raise () from /opt/compiler/gcc-4.8.2/lib/libc.so.6
#1 0x00007f81eb3527d8 in abort () from /opt/compiler/gcc-4.8.2/lib/libc.so.6
#2 0x00007f81ebc41c65 in gnu_cxx::verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x00007f81ebc3fe06 in cxxabiv1::terminate (handler=) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:38
#4 0x00007f81ebc3fe33 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
#5 0x00007f81ebc3fdf7 in std::rethrow_exception (ep=...) at ../../../../libstdc++-v3/libsupc++/eh_ptr.cc:228
#6 0x00007f81f7d9c49d in paddle::framework::OperatorBase::Run(paddle::framework::Scope const&, boost::variant<paddle::platform::CUDAPlace, paddle::platform::CPUPlace, paddle::platform::CUDAPinnedPlace, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void
, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_, boost::detail::variant::void_> const&) () from ./fluid_inference/paddle/lib/libpaddle_fluid.so
#7 0x00007f81f6fb6bfe in paddle::framework::Executor::RunPreparedContext(paddle::framework::ExecutorPrepareContext*, paddle::framework::Scope*, bool, bool, bool) () from ./fluid_inference/paddle/lib/libpaddle_fluid.so
#8 0x00007f81f6e3c3fa in paddle::NativePaddlePredictor::Run(std::vector<paddle::PaddleTensor, std::allocatorpaddle::PaddleTensor > const&, std::vector<paddle::PaddleTensor, std::allocatorpaddle::PaddleTensor >*, int) () from ./fluid_inference/paddle/lib/libpaddle_fluid.so
#9 0x00000000004a06c7 in baidu::pmallrec::GbdtModel::predict (this=0x1e74240, user_id=67483440, user_feature=0x47363060, recallpidlist=...,
pidlist=..., get_dict=true, log_id=..., statusstr=...) at baidu/netdisk/dp-pmall-recapi/src/baidu/pmallrec/gbdt_model.cpp:475

@Superjomn
Copy link
Contributor

看起来是模型格式有问题,在 protobuf 加载时出现问题

@Superjomn Superjomn added User 用于标记用户问题 预测 原名Inference,包含Capi预测问题等 labels Oct 29, 2019
@paddle-bot-old paddle-bot-old bot closed this as completed Nov 2, 2020
@paddle-bot-old
Copy link

paddle-bot-old bot commented Nov 2, 2020

Since you haven't replied for more than a year, we have closed this issue/pr.
If the problem is not solved or there is a follow-up one, please reopen it at any time and we will continue to follow up.
由于您超过一年未回复,我们将关闭这个issue/pr。
若问题未解决或有后续问题,请随时重新打开,我们会继续跟进。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User 用于标记用户问题 预测 原名Inference,包含Capi预测问题等
Projects
None yet
Development

No branches or pull requests

2 participants