[cfe-dev] How to avoid Segmentation Fault 11 on infinite recursion?

Andrey Sharoyko via cfe-dev cfe-dev at lists.llvm.org
Wed Jun 26 11:57:02 PDT 2019


Hi.

I am writing a simple interpreter using C++ and I need to throw exception on infinite recursion.
Currently the program falls with Segmentation fault 11.
Is there a method to avoid it?

Thank you,
Andrey Sharoyko.
----


More information about the cfe-dev mailing list