Re: Phoenix's DefaultThreadPool

Leo Sutic <[email protected]> Sun, 7 Nov 2004 15:06:07 +0100
Newsgroups gmane.comp.jakarta.avalon.user
Message-ID <[email protected]>
I've seen two cases where the JVM just stops without any messages whatsoever:

Stack Overflow (infinite recursion)
Out of Memory

You have a try{ but no catch() clause in the code you show. What does
your catch clause look like? You could be suppressing the exception by
mistake.

/LS


On Sun, 7 Nov 2004 19:50:11 +0300, Igor A. Deruga <[email protected]> wrote: