cannot allocate memory in static TLS block

Ellery Newcomer via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 5 18:35:54 PDT 2014


I have a ubuntu 12.04 spin in which I am running

dmd hello.d -shared -defaultlib=libphobos2.so -ofhello.so

on an empty hello.d. attempting to use it (python) results in

Traceback (most recent call last):
   File "test.py", line 1, in <module>
     import hello
ImportError: /usr/lib/i386-linux-gnu/libphobos2.so.0.65: cannot 
allocate memory in static TLS block

anyone else seeing this?

dmd 2.065, deb package from dlang.org.


More information about the Digitalmars-d mailing list