-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seg Fault on Ubuntu 20.04 Arm64 #201
Comments
Is this 100% reproducible? Can you include the code snippet that's causing the crash? |
This is coming through using Capybara with a Selenium Chrome driver. The relevant code is as follows:
Specifically it's throwing the error at Backtrace:
|
FYI just attempted this with Firefox on the same machine, so it's definitely not related to the browser being used. Further update: This seems to be an arm64 issue specifically. Running it on a Raspberry Pi running Debian Buster on an armHF works fine. There's a possibility this could be caused from Parallels, which I'm using to run Ubuntu on a MacBook Pro M1, but that'd be exceptionally odd. |
Try: #207 |
Running on Ubuntu 20.04 Arm64 with Ruby 3.0.2 I'm getting a seg fault on what looks to be a
free
. See below for a stack trace:The text was updated successfully, but these errors were encountered: