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

TLS block error when many procedures uploaded #387

Closed
qishipengqsp opened this issue Jan 19, 2024 · 1 comment
Closed

TLS block error when many procedures uploaded #387

qishipengqsp opened this issue Jan 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@qishipengqsp
Copy link
Collaborator

compile so in compile docker and upload to runtime docker. The error occurs in DE algo:
Failed to load the DLL: /var/lib/lgraph/data/D4C2203EE5F7EF40A489D54A5912A317/cpp_plugin/_fma_de.so: cannot allocate memory in static TLS block. The tugraph_server can host ~13 plugins at most. After that, it reports the TLS block error.

@qishipengqsp
Copy link
Collaborator Author

Asan tracks all the loaded libraries, as google/sanitizers#89 tells. So this error will be raised when ASAN enabled.

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