stack limitation during recursion
Running a recursive program causes SIGSEGV. The crash happens every time at the same place at the entry of the function which has several parameters. When trying to read the parameters from the stack, the interrupt occurs. Incrementing the ulimit value for the stack had no effect. Is there an Openstack setting that may be relevant ?
OpenStack normally doesn't interfere with the internal affairs of instances. My guess is that this is a bug in the program. Have you run it outside of the cloud?
I am going to set up a system, to test this scenario. - Thanks