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

Linux ARM “static TLS block” #4

Open
sxmxta opened this issue Feb 7, 2023 · 2 comments
Open

Linux ARM “static TLS block” #4

sxmxta opened this issue Feb 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed Linux question Further information is requested

Comments

@sxmxta
Copy link
Contributor

sxmxta commented Feb 7, 2023

Linux ARM import libcef.so failed

cannot allocate memory in static TLS block

  • The reason may be that the upstream compilation is for optimizing performance.
  • The current solution is to add preloaded environment variables before running the program

export LD_PRELOAD=/path/to/libcef.so:$LD_PRELOAD

  • This problem may not be solved in energy

Then run the GTK3 demos.export LD_PRELOAD=<FULL-PATH-TO-libcef.so>
CEF4Delphi
salvadordf/CEF4Delphi#457

@sxmxta sxmxta added the question Further information is requested label Feb 7, 2023
@sxmxta sxmxta self-assigned this Feb 7, 2023
@sxmxta
Copy link
Contributor Author

sxmxta commented Sep 19, 2023

linux arm
energy init . generate run.sh run

@PyaePhyo8612
Copy link

Unblocked

@sxmxta sxmxta added bug Something isn't working help wanted Extra attention is needed Linux labels Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed Linux question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants