Software > Applications and Porting

gimp fails load error: libgomp.so.1: cannot allocate memory in static TLS block

(1/1)

pocock:
On Debian buster, when I try to run gimp, it fails like this:


--- Code: ---GEGL-Message: 20:50:18.383: Module '/usr/lib/powerpc64le-linux-gnu/gegl-0.4/ff-save.so' load error: /lib/powerpc64le-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
GEGL-Message: 20:50:18.388: Module '/usr/lib/powerpc64le-linux-gnu/gegl-0.4/matting-levin.so' load error: /lib/powerpc64le-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
GEGL-Message: 20:50:18.390: Module '/usr/lib/powerpc64le-linux-gnu/gegl-0.4/raw-load.so' load error: /lib/powerpc64le-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
GEGL-Warning: Module '/usr/lib/powerpc64le-linux-gnu/gegl-0.4/ff-load.so' load error: /lib/powerpc64le-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block


(gimp:39890): GLib-GObject-WARNING **: 20:50:18.483: Fatal error - Could not reload previously loaded plugin '(unknown)'

--- End code ---

As a workaround, it works if I run it with this command line:


--- Code: ---$ LD_PRELOAD=libgomp.so.1 gimp

--- End code ---

There is some discussion about this particular issue here in the context of Anaconda, it may need to be adapted into a bug report against Gimp.

Navigation

[0] Message Index

Go to full version