Problem:
We are using Watir/Cucumber , when starting Firefox with watir, it fails with the following error "process still alive after 90 seconds (ChildProcess::TimeoutError)" This happens sporadically but really brings down the reliability of our CI pipeline. FFv25 (we are seeing this issue only after upgrading to FFv25 / Selenium-webdriver 2.39.0) Watir-webdriver : 0.6.4 cucumber : 1.3.4 Windows win2k3 SP2 Does anyone know which process this is waiting for 90seconds, then we can try to kill it by other means ? full stack trace: 13:26:16 process still alive after 90 seconds (ChildProcess::TimeoutError) 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/childprocess-0.4.0/lib/childprocess/abstract_process.rb:142:in `poll_for_exit' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/firefox/binary.rb:47:in `wait' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/firefox/launcher.rb:71:in `start_silent_and_wait' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/firefox/launcher.rb:35:in `block in launch' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/firefox/socket_lock.rb:20:in `locked' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/firefox/launcher.rb:32:in `launch' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/firefox/bridge.rb:24:in `initialize' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/common/driver.rb:31:in `new' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver/common/driver.rb:31:in `for' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/selenium-webdriver-2.39.0/lib/selenium/webdriver.rb:67:in `for' 13:26:16 e:/jenkins/workspace//gems/ruby/1.9.1/gems/watir-webdriver-0.6.4/lib/watir-webdriver/browser.rb:46:in `initialize' 13:26:16 E:/jenkins/workspace//src/core/browser_overrides/watir_webdriver_override.rb:62:in `new' 13:26:16 E:/jenkins/workspace//src/core/browser_overrides/watir_webdriver_override.rb:62:in `__start' Thanks Ragavan -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
