Thread overview
druntime memory unittest fails
Dec 28, 2017
Thomas Mader
Dec 28, 2017
Seb
Dec 28, 2017
Thomas Mader
December 28, 2017
Hello,

on NixOS the druntime memory unittest fails at 'assert(z is null);' (https://github.com/dlang/druntime/blob/v2.075.1/src/core/memory.d#L899)

Does anyone have a clue how that can happen?

Thomas

December 28, 2017
On Thursday, 28 December 2017 at 10:23:38 UTC, Thomas Mader wrote:
> Hello,
>
> on NixOS the druntime memory unittest fails at 'assert(z is null);' (https://github.com/dlang/druntime/blob/v2.075.1/src/core/memory.d#L899)
>
> Does anyone have a clue how that can happen?
>
> Thomas

Use master: https://github.com/dlang/druntime/pull/1991
December 28, 2017
On Thursday, 28 December 2017 at 10:25:01 UTC, Seb wrote:
> On Thursday, 28 December 2017 at 10:23:38 UTC, Thomas Mader wrote:
>> Hello,
>>
>> on NixOS the druntime memory unittest fails at 'assert(z is null);' (https://github.com/dlang/druntime/blob/v2.075.1/src/core/memory.d#L899)
>>
>> Does anyone have a clue how that can happen?
>>
>> Thomas
>
> Use master: https://github.com/dlang/druntime/pull/1991

Perfect, thanks.
I already tested building with 2.078.0-beta1 but don't remember if I reactivated the test or not.
Nevertheless I will just wait for the final release.