-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tim,
Tim Miller wrote: > I gave that a shot, it didn't seem to matter. after a couple of minutes of > normal flow through the app, it crashed again. Wow, you're talking about a REAL crash: > # > # An unexpected error has been detected by HotSpot Virtual Machine: > # > # EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x080ad956, pid=1800, > tid=1876 I thought you meant that you got a StackOverflowException, which usually means that your code exhibits runaway recursion. In this case (a JVM crash), something worse is happening. Is it possible to try a newer version of the JVM? Perhaps one of the 1.5 series? I recently switched from 1.4.2 to 1.5 without any growing pains (but I have a relatively simple webapp, so YMMV). It's worth checking out because you might have found some obscure bug in the VM... which probably will never be fixed (you're 2 versions out of date according to Sun). - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGhSz19CaO5/Lv0PARAhtuAJwMjgdmCHXYirjrrZrTMk3muQhyYgCdFZAv 1rB48PepZ2elryE5sQgrHAQ= =e/50 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]