mariner ux wrote:
:java HPUXldap
java.lang.StackOverflowError at java.lang.Thread.run (Thread.java:307)
Is it a problem of the stack size? How can I fix this Problem?
I have no idea what's up with Sun's VM, but for Kaffe you can set the stack size with -ss . kaffe -ss 1M SomeApp for example would give your application one megabyte of stack for each thread to play with, which should be more than enough for most apps I've ever met :)
cheers, dalibor topic
_______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
