Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Ionuț G. Stan's user avatar