【发布时间】:2012-01-13 23:51:46
【问题描述】:
我正在尝试运行这个项目https://github.com/eLobato/cartodb-rb-client,但显然我的 rvm 搞砸了,或者 pg 有一个可怕的错误。 这是错误跟踪
/usr/bin/ruby1.8 -S bundle exec rspec "./spec/model/data_spec.rb" "./spec/model/metadata_spec.rb" "./spec/model/scopes_spec.rb" "./spec/client_spec.rb"
/home/daniel/.rvm/gems/ruby-1.9.2-p290@cartodb-rb-client/gems/pg-0.11.0/lib/pg_ext.so: [BUG] Segmentation fault
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
Aborted
rake aborted!
ruby -S bundle exec rspec "./spec/model/data_spec.rb" "./spec/model/metadata_spec.rb" "./spec/model/scopes_spec.rb" "./spec/client_spec.rb" failed
Tasks: TOP => spec
(See full trace by running task with --trace)
Segmentation fault line 确实困扰了我很多,因为我尝试重新安装 pg 无济于事。我正在运行 Ubuntu 11.10,并且我已经安装了 ruby 1.9.2 和 1.8.7
有什么线索吗?
【问题讨论】:
标签: ruby postgresql rspec segmentation-fault rails-postgresql