Open nickmjones opened 6 years ago
I have limited experience with Ruby, so please take my hints with a grain of salt.
First of all, did you try installing the pg gem with archflags as suggested on postgresapp.com? I think there was an issue if you just do gem install pg (or use bundle install)
Second of all, without error messages, this is going to be difficult. You can do rails db:create &>output.txt
to save output to a file. Attach this file to the issue, maybe then someone could help.
Finally did you also report this bug to ruby? Since the error message suggests submitting a bug to the ruby project, I’m wondering why you think this is related to Postgres.app?
Thank, I'll try to get the full error messages. I'll also consider making an issue on the Ruby project.
I'm pulling my hair out trying to work around this issue. I've installed version 2.1.3, and when I try to issue `rails db:create' I get almost 2000 lines of segfault errors (that exceed my scroll back buffer) that conclude with:
I have no other Postgres binaries install or running. This is High Sierra 10.13.4. Super minimal Gemfile which looks like the following:
source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" }
I'm at a total loss as to why I'm getting such an over the top error. Any help would be very much appreciated.