Thread overview
[Issue 18956] latest experimental build crashing a lot
Jun 09, 2018
Rainer Schuetze
Jun 09, 2018
Manu
Jun 09, 2018
Rainer Schuetze
Jun 10, 2018
Rainer Schuetze
June 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18956

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
This is with build 1.0.186 from https://ci.appveyor.com/project/rainers/visuald/history? Is it ok with 1.0.185?

--
June 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18956

--- Comment #2 from Manu <turkeyman@gmail.com> ---
I didn't compare... I'll check next time I'm doing work.

--
June 09, 2018
https://issues.dlang.org/show_bug.cgi?id=18956

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
I've hit this too: it's a stack overflow that happens because indirections are now followed more often when printing a value. That's bad when there are circular references...

Next build should have that fixed.

--
June 10, 2018
https://issues.dlang.org/show_bug.cgi?id=18956

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
Fix released in https://github.com/dlang/visuald/releases/tag/v0.47.0-beta1

--