Archived

This forum has been archived. Please start a new discussion on GitHub.

java.lang.StackOverflowErrors

We have a service with two methods, start and stop.
start instantiates an object, stop sets it to null for
later garbage collection.

When our client calls start, then stop, then start again,
a java.lang.OverflowError appears in the process running
the IceBox server. I've checked for recursion problems, but
cannot find any.

Have you heard of this problem before or have any ideas?

Thanks again,

Brian

Comments

  • mes
    mes California
    Hi Brian,

    Sorry, that situation doesn't sound familiar. If you can provide a small program that reproduces the exception, I'd be happy to take a look at it.

    Take care,
    - Mark