Calvin,
Thanks. Attaching herewith the stacktrace. Could you say whether it is a
native stack overflow, or a java stack overflow?
java.lang.StackOverflowError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java, Compiled Code)
at
> Hmm .. would increasing the heap size affect the stack size ?
It is very possible you will see a stack overflow if the heap is
exhausted. The options to change the stack in non-hotspot vms were -ss for c
stack -oss for Java stacks. These are for each thread and are not configurable
in
I would recommend using JDK 1.3.1, it is way faster than 1.2.2.
Now one of two things may have occured, either you really got a stack overflow
or stack overflow was incorrectly detected. If its the first case try
giving java some more heap space to use (java -Xmx128m ). If its the second
case
Hi ,
We are repeatedly getting a "Stack Over Flow Error" with blackdown
jdk 1.2.2 on linux.
Can you please guide me as to how to fix this problem?
-biju
Biju Mathew
Sixth Dimension Inc.
Fremont, California.
--
To U
Hi ,
I too am getting a stack overflow error with blackdown jdk1.2.2.
What could be the reason? How can we fix it?
It occurrs very rarely. So cannot reproduce.
Stack trace given below.
Could you pl. help?
-biju
Biju Mathew
Sixth Dimension Inc.
Fremont, CA-94555
USA
Hi, Everyone,
When I add shutDownHook to the Runtime,
the system print out "an irrecoverable stack overflow has occurred".
My program run under SUN JVM(current version).
What's mean?
Thanks
yangyuexiang
--