https://issues.dlang.org/show_bug.cgi?id=19481
Dlang Bot changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=19481
Iain Buclaw changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.dlang.org/show_bug.cgi?id=19481
Dlang Bot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=19481
--- Comment #8 from Dlang Bot ---
@ibuclaw created dlang/druntime pull request #2534 "[dmd-cxx] Fix Issue 19481:
mutex.d(95) Error: pthread_mutex_init failed" fixing this issue:
- Fix Issue 19481: mutex.d(95) Error: pthread_mutex_init failed
https:
https://issues.dlang.org/show_bug.cgi?id=19481
Dlang Bot changed:
What|Removed |Added
Keywords||pull
--- Comment #7 from Dlang Bot ---
@ibuclaw
https://issues.dlang.org/show_bug.cgi?id=19481
--- Comment #6 from ki...@gmx.net ---
Yep, looks fine, and definitely keep the `align(mutexAlign)`. :) - You could
get away with a single `alignedMutexInstanceSize` enum (and no
`mutexInstanceSize`) by using `const init = typeid(Mutex).initializer; lo
https://issues.dlang.org/show_bug.cgi?id=19481
--- Comment #5 from Iain Buclaw ---
(In reply to kinke from comment #4)
> 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 cto
https://issues.dlang.org/show_bug.cgi?id=19481
--- Comment #4 from ki...@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 should
https://issues.dlang.org/show_bug.cgi?id=19481
--- Comment #3 from Iain Buclaw ---
According to response, the alignment of _locks[0] is fine, _locks[1] is the
problem.
>>>
Unfortunately, this doesn't work: the first time through, _locks[0] was
already 8-byte aligned and everything worked fine.
https://issues.dlang.org/show_bug.cgi?id=19481
Iain Buclaw changed:
What|Removed |Added
CC||ibuc...@gdcproject.org
--- Comment #2 from Iai
https://issues.dlang.org/show_bug.cgi?id=19481
ki...@gmx.net changed:
What|Removed |Added
CC||ki...@gmx.net
--- Comment #1 from ki...@gmx.n
11 matches
Mail list logo