-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
paddle/fluid/core_avx.so paddle::memory::allocation::MemoryMapFdSet::Clear() #52269
Comments
请提供可复现脚本和模型我们跟进呢 |
[Thread debugging using libthread_db enabled] |
你能提供复现代码吗?只看这些log看不出什么。 |
Since you haven't replied for more than a year, we have closed this issue/pr. |
bug描述 Describe the Bug
在接口测调用预测服务:x = paddle.to_tensor(pred_padding_ids),pred = self.model_pre(x)
运行一段时间后coredumps增多,查看错误是:
#1 0x00007fd1c21332d9 in GI_abort () at abort.c:89
#2 0x00007fd081ddd489 in google::InitVLOG3(int**, int*, char const*, int) () from /home/work//python/2.7.17/lib/python2.7/site-packages/paddle/fluid/core_avx.so
#3 0x00007fd081f17adf in paddle::memory::allocation::MemoryMapFdSet::Clear() () from /home/work//python/2.7.17/lib/python2.7/site-packages/paddle/fluid/core_avx.so
#4 0x00007fd081bedd56 in pybind11::cpp_function::initialize<paddle::pybind::BindImperative(pybind11::module*)::{lambda()#7}, void, , pybind11::name, pybind11::scope, pybind11::sibling>(paddle::pybind::BindImperative(pybind11::module*)::{lambda()#7}&&, void ()(), pybind11::name const&, pybind11::scope const&, pybind11::sibling const&)::{lambda(pybind11::detail::function_call&)#3}::_FUN(pybind11::detail::function_call) () from /home/work//python/2.7.17/lib/python2.7/site-packages/paddle/fluid/core_avx.so
但是未找到paddle::memory::allocation::MemoryMapFdSet::Clear()文件,是否内存管理不善导致?哪里可以去清内存。
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: