-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
LinuxbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
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
Metadata
Metadata
Assignees
Labels
LinuxbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested