All Questions
Tagged with stackoverflow jvm
1 question
29
votes
2
answers
9k
views
Is it *ever* okay to catch StackOverflowError in Java?
I used to think that it's not, but yesterday I had to do it. It's an application that uses Akka (an actor system implementation for the JVM) to process asynchronous jobs. One of the actors performs ...