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

LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64) #218

Open
QuintenWiggill opened this issue May 14, 2021 · 1 comment
Open

Comments

@QuintenWiggill
Copy link

Hi, I am currently using a google colab notebook to run an interactive backtest. When I run the back test I get the following errors:

image

I've been digging to find a solution and have come down to it being a conflict issue between 64 bit and 32 bit. Would there be a possible workaround for this?

Thanks.

@kenorb
Copy link
Member

kenorb commented May 14, 2021

I've been digging to find a solution and have come down to it being a conflict issue between 64 bit and 32 bit. Would there be a possible workaround for this?

Thanks for the report. It is something that I've seen recently. Could be some kind of regression, as it was working before.
I've noticed it works fine on the first run, it breaks after the 2nd run.
Colab isn't designed to such tests, so it's trying its best and there needs to be some extra work to make it run.
I'm going to try to look at this at the convenient time.
I'll update you when it's going to be fixed.

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

2 participants