UpCount - recursive calamity

s_ha_dum
Posts: 2
Joined: Tue Jul 07, 2009 2:56 pm

Post by s_ha_dum »

lechat wrote:what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size...
But do you really need it?
Thank you. And yes, I did really need it. This was the only reason the code wouldn't run. As soon as I ran it with 'java -X ...' it ran without issue.
Stack
Posts: 3
Joined: Sat Aug 28, 2010 3:40 am

Post by Stack »

s_ha_dum wrote:
lechat wrote:what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size...
But do you really need it?
Thank you. And yes, I did really need it. This was the only reason the code wouldn't run. As soon as I ran it with 'java -X ...' it ran without issue.
Same thing happened to me.
irish
Posts: 1
Joined: Tue Apr 05, 2011 11:48 pm

Post by irish »

when i run the programs this is all i see

at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)

what am i doing wrong here
Karian
Posts: 75
Joined: Wed Jan 09, 2008 10:21 am

Post by Karian »

irish wrote:when i run the programs this is all i see

at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)
at UpCount.calc(UpCount.java:4)

what am i doing wrong here
Seems like you are missing part of the message. Make sure you get the whole message, and not just the last X lines.
Post Reply