[llvm-bugs] [Bug 33762] Segfault due to stack overflow on infinite template instantiation depth

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 26 11:30:36 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=33762

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r369940; we now produce a warning that we ran out of stack space, but
manage to keep going until we hit the instantiation depth anyway (at least on
platforms where we can detect and recover from stack exhaustion).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190826/57ef56a8/attachment-0001.html>


More information about the llvm-bugs mailing list