Hunt Framework hunt-skeleton 运行错误

· Created · Last modified by Brian replied at · 841 times read

这两天在解决 3.0.0 beta 在 Windows 环境下的稳定性问题。

git clone hunt-skeleton

dub run

有一下错误:

D:\tmp\hunt-skeleton>dub run
Performing "debug" build using C:\D\dmd-2.090.0\windows\bin\dmd.exe for x86_64.
hunt 1.4.10: target for configuration "library" is up to date.
hunt-net 0.4.7: target for configuration "default" is up to date.
hunt-time 1.0.2: target for configuration "library" is up to date.
hunt-proton 1.0.0-beta.5: building configuration "library"...
---
ERROR: This is a compiler bug.
Please report it via https://issues.dlang.org/enter_bug.cgi
with, preferably, a reduced, reproducible example and the information below.
DustMite (https://github.com/CyberShadow/DustMite/wiki) can help with the reduction.
---
DMD v2.090.0-dirty
predefs   Have_hunt_proton Have_hunt_time Have_hunt HAVE_IOCP WITH_HUNT_CACHE WITH_HUNT_ENTITY DigitalMars Windows CRuntime_Microsoft CppRuntime_Microsoft LittleEndian D_Version2 all D_SIMD D_InlineAsm_X86_64 X86_64 Win64 D_LP64 assert D_ModuleInfo D_Exceptions D_TypeInfo D_HardFloat
binary    C:\D\dmd-2.090.0\windows\bin\dmd.exe
version   v2.090.0-dirty
config    C:\D\dmd-2.090.0\windows\bin\sc.ini
DFLAGS    -IC:\D\dmd-2.090.0\windows\bin\..\..\src\phobos -IC:\D\dmd-2.090.0\windows\bin\..\..\src\druntime\import -L/OPT:NOICF
---

core.exception.OutOfMemoryError@src\core\exception.d(647): Memory allocation failed
----------------
0x0063C06E
0x005A50F3
0x005A51C4
0x005A52DC
0x00450539
0x00450598
0x0055D87D
0x004FDCAE
0x004FE54E
0x0063E7EB
0x0063E765
0x0063E600
0x0063B21A
0x004FE4F5
0x0065FCF1
0x751C6359 in BaseThreadInitThunk
0x777F7C14 in RtlGetAppContainerNamedObjectPath
0x777F7BE4 in RtlGetAppContainerNamedObjectPath
C:\D\dmd-2.090.0\windows\bin\dmd.exe failed with exit code 1.

请大神指点迷津。

Login to reply