Bug#964141: libc6: "cannot allocate memory in static TLS block" with some library combinations on arm64

2020-07-13 Thread Dmitry Shachnev
fd6943 PATCH 3/3: https://sourceware.org/git/?p=glibc.git;a=commit;h=ffb17e7ba3a5ba96 Fix for this bug is in the third patch, but I guess it needs the first two as well if you will be backporting it. -- Dmitry Shachnev signature.asc Description: PGP signature

Bug#964141: libc6: "cannot allocate memory in static TLS block" with some library combinations on arm64

2020-07-02 Thread Dmitry Shachnev
. -- Dmitry Shachnev #include #include int main() { void *systemd_handle, *avformat_handle, *glapi_handle; systemd_handle = dlopen("libsystemd.so.0", RTLD_LAZY); if (!systemd_handle) { printf("Failed to load libsystemd.so.0: %s\n", dlerror()); } avfo

Re: Bug#963709: pyside2: FTBFS on arm64: web_engine_initialize test fails with "Could not initialize GLX"

2020-06-27 Thread Dmitry Shachnev
On Fri, Jun 26, 2020 at 09:30:14PM +0300, Dmitry Shachnev wrote: > Some more information on this: it looks like dlopen'ing libGLX_mesa.so.0 > returns NULL (src/GLX/libglxmapping.c:430). > > LD_PRELOAD'ing that library helps. Adding the following two lines to top > of web_engine_ini