OPTLINK : Warning 9: Unknown Option : OUT
Anonymouse
zorael at gmail.com
Wed Jul 17 17:43:53 UTC 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
More information about the Digitalmars-d-learn
mailing list