-
Notifications
You must be signed in to change notification settings - Fork 75
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
Crashing on Mac M1 #265
Comments
Could you check whether the following command run? ruby -r oci8 -e "p OCI8.oracle_client_version" If it runs without crash, I guess that the issue depends the order of The workaround is to make sure ruby-oci8 is loaded as early as possible. |
Running that several times hasn't raised the error. I'm seeing it in an application I work on, but the issue is intermittent. Sometimes the app fails to start, sometimes it works for a while and then crashes. Wouldn't the ordering issue be more consistent in its crashes? |
I don't say whether it is consistent or intermittent. If it is caused by symbol conflict, nobody can predict what will happen. |
Okay, thanks, I'll try moving |
I'm seeing random crashes while using
ruby-oci8
natively on my Mac M1:The text was updated successfully, but these errors were encountered: