Any infinite recursive loop will overflow the stack, no matter how large the
stack is.
Kyle Wayne Kelly
Computer Science Student
University of New Orleans
http://www.cs.uno.edu/~kkelly
----- Original Message -----
From: "Shaun Shepherd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 10:02 AM
Subject: [JAVA3D] Program error
> Hi,
> I'm currently running a driving program in a loop that updates the
scene
> every 10 milliseconds via a thread. In this loop I am updating several
> transform3D's as well as a few counters and trig calculations. I run the
> (driving) program using the mainframe class and it works just fine. The
> problem is, as I am driving around my course, the program will freeze and
a
> warning box will appear with the following:
>
> Program Error
> java.exe has generated errors and
> will be closed by Windows.
> You will need to restart the
> program.
>
> An error log is being created.
>
> It then terminates the application. The only thing I can find about this
is
> it's a stack overflow problem. I use the following params:
> java -Xmx128M -ss1000k filename but changing the stack allocation
doesn't
> solve the problem. I am running on windows2000 but have been able to
> reproduce the error on Windows98. If anyone has experienced this before
or
> knows anything I could try, I would greatly appreciate it.
>
>
> Shaun
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".