Project

General

Profile

Actions

Bug #8710

closed

Segmentation fault - when migrating a database on Debian 7.1

Added by AJ-Acevedo (AJ Acevedo) over 10 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
Backport:
[ruby-core:56278]

Description

I just cloned my rails app onto my Debian 7.1 server and while migrating the database ruby reported

Updated by AJ-Acevedo (AJ Acevedo) over 10 years ago

I just cloned my rails app onto my Debian 7.1 server and while migrating the database, Ruby reported a Segmentation fault and mentioned that bug reports are welcome.

Here is a gist with the system and ruby info as well as the output from the Segmentation fault.
https://gist.github.com/AJ-Acevedo/6119570

Hope it helps.

Updated by AJ-Acevedo (AJ Acevedo) over 10 years ago

Not sure if you guys want to close this issue or if it's something worth looking into.

But removing the line
host: localhost
from the rails database.yml file solved the problem

production:
adapter: postgresql
encoding: utf8
database: production
pool: 5
username: username
password: userpass
host: localhost
min_messages: WARNING

Updated by hsbt (Hiroshi SHIBATA) about 10 years ago

  • Status changed from Open to Feedback

Could you try latest ruby and pg gem?

Actions #4

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Status changed from Feedback to Closed
  • Backport deleted (1.9.3: UNKNOWN, 2.0.0: UNKNOWN)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0