ruby_threadptr_data_type error

后端 未结 5 2324
不思量自难忘°
不思量自难忘° 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:20

    The following lines worked for me:

    gem 'linecache19'
    gem 'ruby-debug-base19x'
    gem 'ruby-debug19', :require => 'ruby-debug'
    

    (Hat tip to declan. His comment didn't work for me, but it gave me the idea to add linecache19.)

提交回复
热议问题