vibe.d - cannot allocate memory in static TLS block

ddos via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 27 02:06:53 PDT 2015


when i import the vibe.d module my project it dies with the error 
message "cannot allocate memory in static TLS block"

compiled as dynamic library on debian x86

"name": "alice",
"description": "A minimal D application.",
"copyright": "Copyright © 2015, dom",
"authors": ["dom"],
"targetType": "dynamicLibrary",
"dflags": ["-fPIC"],
"dependencies": {
	"ddbc": "~>0.2.24",
	"zmqd": "~>1.0.0-alpha",
	"msgpack-rpc": "~>0.1.1",
         "vibe-d": "~>0.7.19"
}

import vibe.d; is enough to cause the error
i don't really know what TLS is, but can i avoid it somehow?

rgds, dominik


More information about the Digitalmars-d mailing list