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

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


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

2018-08-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #10 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/945a58edd628df96a8a7e134616d5c3808ed5004
Fix Issue 19076 - dmd 2.081 crashed by getVirtualFunctions for a interface
extended interface

https://github.com/dlang/dmd/commit/e810f3f6ce93ea1b6f294dfe7d646ad6395500c1
Merge pull request #8486 from RazvanN7/Issue_19076

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

--


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

2018-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #9 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/d007483bfe83c416c1db76868fb1be1b6de5b856
Fix Issue 19076 - dmd 2.081 crashed by getVirtualFunctions for a interface
extended interface

--


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

2018-07-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #8 from RazvanN  ---
(In reply to kntroh from comment #7)
> (In reply to Basile B. from comment #5)
> > sorry kntroh, i've been misleaded it was so similar.
> It's nothing :).
> Thanks for the quick fix!

Don't mention it!

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

knt...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #7 from knt...@gmail.com ---
(In reply to Basile B. from comment #5)
> sorry kntroh, i've been misleaded it was so similar.
It's nothing :).
Thanks for the quick fix!

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

RazvanN  changed:

   What|Removed |Added

   Severity|enhancement |regression

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #6 from RazvanN  ---
PR: https://github.com/dlang/dmd/pull/8486

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #5 from Basile B.  ---
sorry kntroh, i've been misleaded it was so similar.

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

RazvanN  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||razvan.nitu1...@gmail.com
 Resolution|DUPLICATE   |---

--- Comment #4 from RazvanN  ---
This is a different issue. I will soon make a PR

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

--- Comment #3 from knt...@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
binaryC:\Users\username\Desktop\dmd2\windows\bin\dmd.exe
version   v2.081.1

configC:\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]$

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

Basile B.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Basile B.  ---


*** This issue has been marked as a duplicate of issue 19064 ***

--


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

2018-07-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19076

Basile B.  changed:

   What|Removed |Added

 CC||b2.t...@gmx.com

--- Comment #1 from Basile B.  ---
Try with 2.081.1, released today. Looks that this bug is fixed.

--