[Issue 19231] Infinite loop in exception chains

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 6 18:06:37 UTC 2018


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

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

--- Comment #1 from Steven Schveighoffer <schveiguy at 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.

--


More information about the Digitalmars-d-bugs mailing list