[Issue 7926] stack overflow on recursive string mixin

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 17 02:52:45 PDT 2014


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

Ivan Kazmenko <gassa at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gassa at mail.ru

--- Comment #3 from Ivan Kazmenko <gassa at mail.ru> ---
Still, the diagnostics can be better than just "Error: out of memory".  At
least showing a [reasonably-sized tail of] what consumed all that memory.

On the other hand, it is tricky to log when you already have no memory, and
adding logging information for such cases will probably increase the memory
footprint in the general case, too.

--


More information about the Digitalmars-d-bugs mailing list