Matt, is it that simple to reproduce that you could provide the webapp allowing to generate the problem? I've tried some test scenarii with form submission that prevent the whole page to be parsed and couldn't get the resultats I expected (ie. that could show that it would lead to a OOM error).
Marc. Matt Raible wrote: > Yeah, I'm pretty sure that's the cause - my pages are only 10 lines > long or so and their only purpose is to auto-submit a form. It takes > quite a few seconds for the OOM to occur, but it's consistent. > > Matt > > On 1/13/06, Marc Guillemot <[EMAIL PROTECTED]> wrote: > >>>It basically seems to happen when you have a form, and JavaScript >>>below it that submits the form before the page finishes loading. This >>>works in a browser - but htmlunit doesn't seem to like it. >>>... >> >>are you sure that it is the cause of the OOM? Is your page containing this >>auto-submit that huge? Does you OOM happen at the first use of such an >>auto-submit? >> >>Marc. >> >>_______________________________________________ >>WebTest mailing list >>[email protected] >>http://lists.canoo.com/mailman/listinfo/webtest >> _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

