2011-02-16 68 views
1

更新包括跟踪信息耙分贝:创建失败在Win7的X64

我设置了一个Win7的机器的Ruby on Rails开发,并似乎已经与我的rake任务遇到的问题。当我打电话耙分贝:创建cmd窗口坐了非常长的时间和转储如下:

C:\my\directory\rails>rake db:create --trace 
(in C:/my/directory/rails) 
** Invoke db:create (first_time) 
** Invoke db:load_config (first_time) 
** Invoke rails_env (first_time) 
** Execute rails_env 
** Execute db:load_config 
** Execute db:create 
foo already exists 
foo already exists 
C:/Ruby192/bin/rake: [BUG] Segmentation fault 
ruby 1.9.2p136 (2010-12-25) [i386-mingw32] 

-- control frame ---------- 
c:0001 p:0000 s:0002 b:0002 l:000b24 d:000b24 TOP 
--------------------------- 

[NOTE] 
You may have encountered a bug in the Ruby interpreter or extension libraries. 
Bug reports are welcome. 
For details: http://www.ruby-lang.org/bugreport.html 


This application has requested the Runtime to terminate it in an unusual way. 
Please contact the application's support team for more information. 

这是什么意思?我正在运行Win7 Pro x64,MySQL 5.5和Rails 3.

+0

如果使用`--trace`运行它,输出是什么? – 2011-02-16 18:01:04

回答