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

Shared symbolizer between several processes #1788

Open
dothebart opened this issue Aug 30, 2024 · 0 comments
Open

Shared symbolizer between several processes #1788

dothebart opened this issue Aug 30, 2024 · 0 comments

Comments

@dothebart
Copy link

The ArangoDB CI will launch local clusters, which conist of several instances of the same programm.
Running them with *san will cause them to launch a symbolizer sub-process each, which may eat up lots of resources.

@mpoeter implemented a simple server bridging the symboliser to a simple HTTP-API, and a simple client that will be launched alongside with the other processes instead.

https://github.com/arangodb/arangodb/tree/devel/utils#readme describes their usage.
Maybe a similar approach may be used via llvm directly?

If not - I leave this here for other people with similar issues.

Thanks for LLVM and the sanitizer toolchains, they make all our lives so much easier.

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