ruby_threadptr_data_type error

后端 未结 5 2321
不思量自难忘°
不思量自难忘° 2020-12-06 10:50

I\'m starting up a new rails app with the latest version of rails (3.1.3). Rails crashes when I try to start up the server. First I fixed this bug, and now I\'m getting thi

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-06 11:09

    Ok, it turns out that both ruby-debug and linecache needed to be manually updated to the latest versions. These lines in my gemfile did the trick

    gem 'linecache19', :git => 'git://github.com/mark-moseley/linecache'
    gem 'ruby-debug-base19x', '~> 0.11.30.pre4'
    gem 'ruby-debug19'
    

    To run specs, you need to run bundle exec rspec -d spec

提交回复
热议问题