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

Investigate RTLD_DEEPBIND dlopen flag #354

Open
diegoferigo opened this issue May 19, 2021 · 0 comments
Open

Investigate RTLD_DEEPBIND dlopen flag #354

diegoferigo opened this issue May 19, 2021 · 0 comments

Comments

@diegoferigo
Copy link
Member

In the past, we faced countless problem in the interaction of tensorflow installed from PyPI and ScenarIO. Also the need to use singletons introduced some challenges since the very beginning of the development.

As workaround, over time we implemented the following:

I hope these are all the workarounds, if I remember other ones I'll link them here.

Today @traversaro noted the RTLD_DEEPBIND dlopen flag that could be worth trying. I might have already tried it in the early stage (#7), but if I did, results were inconclusive and I didn't log them. Now that we have more knowledge of the overall problem, maybe we can give it another try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant