Why does KNative not have anything like a StackOverflowError? Or did the compiler optimize for tail calls and create an empty while loop in my case?
Edit: After changing the function to take a parameter it eventually segfaults, but it'd be nice if it were somehow possible to catch an error.