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

libproxy_server.so加载失败,提示OSError: dlopen: cannot load any more object with static TLS #1958

Closed
bdbaigc opened this issue Jul 31, 2023 · 1 comment

Comments

@bdbaigc
Copy link

bdbaigc commented Jul 31, 2023

执行 python pipeline_service.py,弹出如下报错
但是 /ssd2/workspace/libai/python_env/lib/python3.7/site-packages/paddle_serving_server/pipeline/gateway/libproxy_server.so 这个so是存在的,求助
Python 版本 3.7.16 (default, Jan 17 2023, 22:20:44)


[PipelineServicer] succ init
Process Process-1:
Traceback (most recent call last):
File "/ssd2/workspace/libai/python_env/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/ssd2/workspace/libai/python_env/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*self._args, **self._kwargs)
File "/ssd2/workspace/libai/python_env/lib/python3.7/site-packages/paddle_serving_server/pipeline/pipeline_server.py", line 121, in _grpc_gateway
proxy_server = cdll.LoadLibrary(lib_path)
File "/ssd2/workspace/libai/python_env/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary
return self._dlltype(name)
File "/ssd2/workspace/libai/python_env/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: dlopen: cannot load any more object with static TLS

@github-actions
Copy link

Message that will be displayed on users' first issue

@paddle-bot paddle-bot bot closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant