[Issue 19481] Aborting from local/libphobos/libdruntime/core/sync/mutex.d(95) Error: pthread_mutex_init failed.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 13 22:30:01 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19481

--- Comment #4 from kinke at gmx.net ---
Argh, it's an array, and class instances aren't padded... - the error stems
from the manual initialization in `initLocks()`, right? That should be easily
adaptable; the ctor only gets the `this` pointer and shouldn't have any idea
about the actual size.

--


More information about the Digitalmars-d-bugs mailing list