-
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
Mac fork() fatal error #606
Comments
Having the same issue 😕 |
I checked your Hombrew packages against mine and these are the ones we both have:
|
This appears to be causing me issues as well. Any attempts to connect to Postgres hit a segfault due to some spring incompatibility with something. Of the Homebrew packages already listed, I share:
|
Further information from reporting the issue to the Ruby bug tracker, in case it was a problem deeper in Ruby, it appears to potentially be related to an interaction between spring, Postgres 12, and the |
FYI: I tried downgrading to postgresql11 and the issue persisted |
I'm also using pg11 |
Might be related to this cause of segfaults in the |
Re-installing PostgreSQL fixed the issue for me. Check ged/ruby-pg#311 (comment) |
Remains an issue for us. When running spring we can randomly get one of two errors. Big Sur, both M1 and different errors on Intel. Concur that all signs point to forking, pg, maybe postgis for us. I've re-installed everything, tried the environment variables on various threads etc, nothing. Should note that identical setup on Linux has no problems. I can hand off crash logs, the fault, and crash as needed, just ping me. |
We're seeing this issue still today: Environment:
We've opted to remove Spring as was crashing too much for us. |
Recently it's broken again due to |
I suddenly starting running into an issue today on my Rails project where all commands I run that use
spring
as a preloader, such asrspec
orrake
fail due to an error similar to this:This happened right after I upgraded all my Homebrew packages on my Mac machine (Mac OS 10.15.1). I can verify that I was not running into this issue on my machine before I upgraded my Homebrew packages, which rules out the issue being due to an application code change. I can also note that I have deduced this to be a Spring issue because I don't run into this error when I run these commands with Spring disabled, via the
DISABLE_SPRING=1
variable.I'm guessing that one of the upgrades from one of my Homebrew packages is serving as a catalyist for this bug to manifest. I'm unsure of how to track this down myself. Here's my list of Homebrew packages, maybe it'll be useful.
In the meanwhile, I'm using an environment variable workaround I've commonly seen in Google searches, such as from this post, to disable this MacOS check.
The text was updated successfully, but these errors were encountered: