xcb error for core.thread's Thread.join

Jeremy DeHaan via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Dec 28 22:26:02 PST 2014


Hey all,

I've never gotten any xcb errors with just regular D code before, 
but maybe I just haven't done anything that would have caused 
them.

I can't say I actually know much about how these things work, but 
does D not use xcb when it does threading on Linux?

I'm not really doing anything that I could call complicated. I am 
creating a secondary thread and just outputting some text to the 
console from both threads. The error itself seems to happen on a 
call to Thread.join, though I can't say why.


More information about the Digitalmars-d-learn mailing list