Thread overview
[Issue 19231] Infinite loop in exception chains
Dec 17, 2022
Iain Buclaw
September 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19231

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
There are 2 options other than adding just a limit. First, we could use tortoise and hare algorithm to detect the cycle. Second, we could mark each exception somehow as it is printed, and then unmark them after the printing algorithm is over.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19231

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
December 07
https://issues.dlang.org/show_bug.cgi?id=19231

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17370

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--