July 17, 2019
On Tuesday, 16 July 2019 at 13:33:01 UTC, Anonymouse wrote:
> I started a dustmite process, with some luck it should produce something smaller by tonight or tomorrow.

Reduced:

import std.experimental.logger : Logger;

void main()
{
    Logger logger;
    logger.error();
}

> git clone https://github.com/zorael/tests -b loggererror

$ dub run
Performing "debug" build using C:\D\dmd2\windows\bin\dmd.exe for x86_64.
tests ~loggererror: building configuration "application"...
Linking...
Running .\tests.exe
Program exited with code -1073741819

$ dmd -oftests.exe source/app.d && ./tests.exe

object.Error@(0): Access Violation
----------------
0x00402381
0x00402357
0x00409055
0x00408EF0
0x004075A7
0x76358494 in BaseThreadInitThunk
0x775341C8 in RtlAreBitsSet
0x77534198 in RtlAreBitsSet


July 17, 2019
On Wednesday, 17 July 2019 at 17:43:53 UTC, Anonymouse wrote:
> [...]

Ignore this, Logger is a class and the error is to be expected. Will retry dustmite.

1 2
Next ›   Last »