Actions
Bug #11317
closedSegmentation fault
Bug #11317:
Segmentation fault
Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [i386-mingw32]
Description
i have tried to execute the following code for 2.2.2
irb
2
3 > require "selenium-webdriver"
4 => true
5
6 > browser = Selenium::WebDriver.for
7 :internet_explorer
i am getting the error. The log is attached with
Files
Updated by usa (Usaku NAKAMURA) over 10 years ago
- Status changed from Open to Third Party's Issue
- Priority changed from 6 to 3
Ask the author(s) of "selenium-webdriver".
Updated by hitesh770 (hitesh vishal) over 10 years ago
- File Capture.JPG Capture.JPG added
But i manually trigger that it is working fine for me .?
please find the attached screenshot
Updated by hitesh770 (hitesh vishal) over 10 years ago
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
It's a bug of childprocess gem which uses ffi, not selenium-webdriver.
Updated by wanabe (_ wanabe) over 10 years ago
- Is duplicate of Bug #11314: [BUG] Segmentaton fault added
Updated by hitesh770 (hitesh vishal) over 10 years ago
Nobuyoshi Nakada wrote:
It's a bug of childprocess gem which uses ffi, not selenium-webdriver.
how to fix this issue than .
Updated by nobu (Nobuyoshi Nakada) over 10 years ago
It depends.
So ask the author(s) of that gem, who should know how it uses ffi.
Actions