Using both 1.5.4 and 1.5.5 releases of HttpUnit I get an Exception that looks like this (with or without setExceptionsThrownOnScriptError set!)
failed: java.lang.RuntimeException: After b8 Stack underflow (ie the JVM crasshes! (?))
This happens after printing out the entire contents of the JavaScript file it was compiling(?) at the time.
Has anyone come across this and/or seen any common problems/solutions?
I've tried looking for sloppy JavaScript. The JavaScript file in question is 50k or so and has many functions... Could this play a part?
Log in to post a comment.
Using both 1.5.4 and 1.5.5 releases of HttpUnit I get an Exception that looks like this (with or without setExceptionsThrownOnScriptError set!)
failed: java.lang.RuntimeException: After b8 Stack underflow (ie the JVM crasshes! (?))
This happens after printing out the entire contents of the JavaScript file it was compiling(?) at the time.
Has anyone come across this and/or seen any common problems/solutions?
I've tried looking for sloppy JavaScript. The JavaScript file in question is 50k or so and has many functions... Could this play a part?