I have the same problem with corridor 1.9.
The plugin version that I used has different code for the showWebPage function:
In my logs, I noticed that when the child browser crashes, the javascript 'click' function is called twice in a row. Sometimes this happens at the first click, sometimes it will be after 5 or 6.
2012-07-27 09:27:12.155 XX[10562:707] [INFO] JS :: Should open in childBrowser 2012-07-27 09:27:12.158 XX[10562:707] Opening Url : http:
I tried removing the click event from the button after it was clicked and re-applying it to the childBrowser.onClose event, it looks like this helped the issue with the child browser.
source share