I have a fairly complex JavaScript app I run using the Rhino shell.
Occasionally it runs out of memory and throws the OutOfMemoryError
exception. I expect the java process to exit at that point, but it
doesn't. No code seems to be executed after that point, but the
process doesn't exit.

This is rather annoying because then I can't check to see if the
process has crashed and automatically restart it.

I'm having a hard time creating a simple reduction. Has anyone
experienced anything like this in Rhino, or Java in general?

Thanks.
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to