[kaffe] java.lang.StackOverflowError at java.lang.Class.forName on PXA 255

Gérard Basler gerard.basler at cinerent.com
Tue Dec 30 01:34:02 PST 2003


Hi!

Setting SP_OFFSET to 20 and undefining FP_OFFSET definetely helped.
Threading (jthreads) seems to work now.
But I get the same error over and over again:

java.lang.StackOverflowError
   at java.lang.Class.forName (Class.java)
   at java.util.ResourceBundle.loadClass (ResourceBundle.java:105)
   at java.util.ResourceBundle.instantiate (ResourceBundle.java:132)
   at java.util.ResourceBundle.getBundle (ResourceBundle.java:50)
   at java.util.ResourceBundle.getBundle (ResourceBundle.java:36)
   at java.text.NumberFormat.computeInstance (NumberFormat.java:279)
   at java.text.NumberFormat.getNumberInstance (NumberFormat.java:429)
   at java.text.NumberFormat.getInstance (NumberFormat.java:354)
   at java.text.NumberFormat.getInstance (NumberFormat.java:339)

If I start the same test program on x86 then everything works fine.
Adjusting stack size with -ss doesn't help.

Gérard





More information about the kaffe mailing list