ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Jasmine is timing out in protractor, Selenium Server crashes afterwards (issue is present in Chrome, Firefox - OK) #933

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Really need some help on this one, I have been struggling for a really long 
time and cant figure it out on my own! I am running tests in chrome and when 
protractor logs in to the system, it suddenly stops and , basically, crashes -

at first Jasmine is timing out (explicitly extended the timeout),enter code here
and then protractor cant quit the browser for long time (Log from Selenium 
Server -Timed out receiving message from renderer: 295.458,
Timed out receiving message from renderer: 10.000)

No log generated from the Chrome Driver other than the following:
..\AppData\Roaming\npm\node_modules\protractor\node_modules\selenium-webdriver\l
ib\atoms\error.js:109
  var template = new Error(this.message);

Not exactly helpful, Firefox seems to work without issue on the same machine.  

Version Info
----------------
Firefox version: 32.0.3
Chrome version: 38.0.2125.101
ChromeDriver version: 2.10
Protractor version: 1.4.9
Selenium Server version: 2.43.1

Original issue reported on code.google.com by dacke....@gmail.com on 14 Oct 2014 at 2:56

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/chromedriver/issues/detail?id=928

I see you're using some Jasmine like us. We see a similar error message to you, 
which I've managed to track down(for us at least) to Chrome 38. I'll take a 
guess you're seeing the same issue. It looks like people are mostly asking for 
this to be fixed on 928, so you might like to go and vote on that issue if it 
sounds like this is your problem too. :)

FYI: Our exception looks like this:
18:59:39 TimeoutException: Message: u'timeout: Timed out receiving message from 
renderer: 600.000\n  (Session info: chrome=38.0.2125.101)\n  (Driver info: 
chromedriver=2.9.248315,platform=Windows NT 6.1 SP1 x86_64)'

Original comment by jake.ben...@bromium.com on 15 Oct 2014 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18