12 | | On Microsoft .NET, a !StackOverflowException will be produced. However, on NovellMono, the program will simply crash with some systems reporting a SIGSEGV and others displaying no additional output of any type. This behavior of the NovellMono VirtualMachine is out of control of the Cobra project, however, the Cobra compiler can add additional code generation to track stackframes and then complain if they reach an upper limit. This is invoked with the DetailedStackTrace option like so: |
| 12 | On DotNet, a !StackOverflowException will be produced. However, on NovellMono, the program will simply crash with some systems reporting a SIGSEGV and others displaying no additional output of any type. This behavior of the NovellMono VirtualMachine is out of control of the Cobra project, however, the Cobra compiler can add additional code generation to track stackframes and then complain if they reach an upper limit. This is invoked with the DetailedStackTrace option like so: |