[Issue 21734] VS2019 crash while debugging

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 20 06:52:57 UTC 2021


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
It crashes due to the child array pointing back to the original object. This
causes a stack overflow because of a bad output length check.

If you want a quick fix, you can grab MagoNatCC.dll from
https://ci.appveyor.com/project/rainers/mago/build/artifacts and replace the
one in "c:\Program Files (x86)\Microsoft Visual
Studio\2019\Community\Common7\Packages\Debugger"

--


More information about the Digitalmars-d-bugs mailing list