[Issue 11283] New: [REG 2.064] assert in std/windows/syserror.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 16 13:37:24 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11283

           Summary: [REG 2.064] assert in std/windows/syserror.d
           Product: D
           Version: D2
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: dmitry.olsh at gmail.com


--- Comment #0 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2013-10-16 13:37:23 PDT ---
It may be Win8 specific. (Win8 PRO x64 to be precise)

But starting with Phobos commit a2fea332ed7f86130942487614152aa3ed91f1c4
I get assertion failure on 
make -fwin32.mak unittest

Output:

unittest
totalCPUs = 4
'qwertyuiop09813478' is not recognized as an internal or external command,
operable program or batch file.
object.Exception at std\windows\syserror.d(43): failed getting error string for
WinAPI error code: The resource loader failed to find MUI file.
----------------
0x00BBD44C in @trusted immutable(char)[]
std.windows.syserror.sysErrorString(uint, int, int)
0x00BBD563 in @safe void std.windows.syserror.__unittestL88_30()
0x00BE642F in int rt.minfo.moduleinfos_apply(scope int delegate(ref
object.ModuleInfo*)).__foreachbody2(ref rt.sections_win32.SectionGroup)
0x00BDC50B in _d_run_main
0x0042B48C in main
0x7561850D in BaseThreadInitThunk
0x7749BF39 in RtlInitializeExceptionChain
0x7749BF0C in RtlInitializeExceptionChain

--- errorlevel 1

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list