java.lang.StackOverflowError
Pankaj Agarwal <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <OFD8E4811C.D882E3F8-ON852573D0.005D2812-852573D0.007C5D23@notes.duke.edu> |
Hello, I am running into a Stack memory overflow problem with a java program I am running, and was hoping someone on this list may have experienced this problem before and can provide some help. In my code I have a recursion method, and after several calls of this method, I get a java.lang.StackOverflowError. I can catch the error in a Throwable catch block, but cannot get a stack trace (a null is printed). There are a couple of parameters which I have used to try and increase the stack memory size (-Xss and -Xoss), but it did not help. I would appreciate any help to resolve this problem. Is there a way to find out the stack memory available in the Java API? Thanks, - Pankaj Pankaj Agarwal Duke Bioinformatics Shared Resource Duke Comprehensive Cancer Center Duke University 919-681-6573 [email protected] _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org