-
Notifications
You must be signed in to change notification settings - Fork 340
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
rails with spring gem and google/cloud/firestore thread fault #604
Comments
@davingee I'm having a similar issue, what OS are you on? |
Same here. Catalina 10.15.1, Rails 6.0.1, ruby-2.6.5 |
For me it only started in the past couple of days. We've been using spring 2.1.0 for a while now. The crash happens if I try using ActiveRecord in a rails console. |
Did you see this issue? |
Yep watching that one too. My workaround atm is to uninstall spring from my rails project. 😢 |
@jpaas my workaround so far it's running all commands with |
Ah that's handy. Thanks @pablocrivella ! |
Re-installing PostgreSQL fixed the issue for me. Check ged/ruby-pg#311 (comment) |
I just tried it but it didn't help. In my setup I am running postgres in a Docker container. I use Homebrew to install postgresql just for the lib so that I can use rails in macland.
|
I had the same issue when using google-cloud-translate (3.2.2) in rails console While rails server works fine with both puma and passenger.
|
if i install google/cloud/firestore i get a threading fault.
Environment details
Steps to reproduce
Code example
Full backtrace
The text was updated successfully, but these errors were encountered: