[Issue 19076] dmd 2.081 crashed by getVirtualFunctions for a interface extended interface

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 11 11:46:37 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #3 from kntroh at gmail.com ---
(In reply to Basile B. from comment #1)
> Try with 2.081.1, released today. Looks that this bug is fixed.

I tried it now, but it still crashes.

---
PS[Desktop]$ .\dmd2\windows\bin\dmd.exe test.d
test.d(3): Error: no property V for type test.I
test.d(3): Error: (I).V cannot be resolved
---
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.081.1

predefs   DigitalMars Windows LittleEndian D_Version2 all D_InlineAsm
D_InlineAsm_X86 X86 Win32 CRuntime_DigitalMars assert D_HardFloat
binary    C:\Users\username\Desktop\dmd2\windows\bin\dmd.exe
version   v2.081.1

config    C:\Users\username\Desktop\dmd2\windows\bin\sc.ini
DFLAGS    -IC:\Users\username\Desktop\dmd2\windows\bin\..\..\src\phobos
-IC:\Users\username\Desktop\dmd2\windows\bin\..\..\src\druntime\import
---

object.Error@(0): Access Violation
----------------
0x0058E0D6
0x004CA346
0x00404D3A
0x0044090C
0x0067200B
0x0044404E
0x00485780
0x00466CBA
0x0052A70F
0x776D58A5 in LdrQueryProcessModuleInformation
0x776DD54B in RtlQueryProcessLockInformation
0x77685F72 in RtlRunOnceBeginInitialize
0x77676D35 in RtlAllocateHeap
0x7769A396 in ZwQueryInformationProcess
0x741AD2FF in GetSystemInfo
PS[Desktop]$

--


More information about the Digitalmars-d-bugs mailing list