Open GoogleCodeExporter opened 9 years ago
I meant "bear" with me. But I make this mistake all the time...
Original comment by detroniz...@gmail.com
on 6 May 2015 at 11:58
I just updated the chromedriver.log with the output of a run in verbose mode.
Original comment by detroniz...@gmail.com
on 6 May 2015 at 1:10
As per request of our customer, I have removed the "offending_script" and the
"offending script output": will provide it upon request of a Chromium team
member that might look into this.
Thanks
Ivan
Original comment by detroniz...@gmail.com
on 6 May 2015 at 1:58
I ran strated headless Xvfb in my Linux machine Ubuntu 14.04
Then launched Remote Webserver in Xvfb simply with :-
Xvfb :1 -ac -screen 0 1027x768x8 & export DISPLAY=:1 && java -Xmx2666m -jar
/usr/local/path/to/selenium-server-standalone-2.45.0.jar - port 4444
-Dwebdriver.chrome.driver=/usr/local/path/to/chromedriver
then ran a simple script which resize chrome window almost 1000 times with
these methods:-
driver.manage().window().setSize(new Dimension(length,width));
System.out.println(driver.manage().window().getSize());
Result:- No Chrome crash
Is this because of offending_script ??
OR is this due to "traffic filter" extension ??
is it reproducible without "offending_script" ??
how can we get them to recreate the issue ?
Original comment by agau...@chromium.org
on 7 May 2015 at 12:15
I can provide the script in private to help with this.
I was expecting that calling "setSize()" multiple times won't crash anything: I
did test this locally and all the normal scenarios didn't cause the crash.
I think I really need to provide the specific script.
I'd be happy to email it to you, but your email is of course obscured for now.
I'll share mine here so we can connect: detronizator[AT]... (this is my
personal email, not the New Relic one)
My name is Ivan De Marino (just in case it can help to find me)
Original comment by detroniz...@gmail.com
on 7 May 2015 at 1:17
detronizator@
I have sent a mail in your mail ID please reply.
Thanks for your help.
Original comment by agau...@chromium.org
on 8 May 2015 at 10:02
Hello,
I have sent back details and scripts via email.
Any update?
Original comment by detroniz...@gmail.com
on 5 Jun 2015 at 2:44
Unable to reproduce using latest chromedriver.
Original comment by ssudunag...@chromium.org
on 12 Jun 2015 at 7:52
Were you able to reproduce with the script I sent in private?
I will test it again on my side to see if 2.16 fixes things.
Original comment by detroniz...@gmail.com
on 12 Jun 2015 at 10:05
Original issue reported on code.google.com by
detroniz...@gmail.com
on 6 May 2015 at 11:56