Bug #2753: db:create:all generates an "Segmentation Fault " http://redmine.ruby-lang.org/issues/show/2753 Author: Rafael Carvalho Status: Open, Priority: Normal ruby -v: 1.9.1p243 Trying to generate the databases using ruby 1.9.1p243 on Windows 7 return an "Segmentation Fault". To cause the error follow the steps: 1) Open a command line (cmd) 2) rails myapp -d mysql 3) cd myapp 4) rake db:crate:all After a while Windows pops up the message "Ruby interpreter (CUI) 1.9.1.0[i386-mingw32] stopped working" and close the program. In command line I receive the following message: <main>: [BUG] Segmentation fault ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32] -- control frame ---------- c:0001 p:0000 s:0002 b:0002 l:002554 d:002554 TOP --------------------------- -- Ruby level backtrace information----------------------------------------- [NOTE] You may encounter a bug of Ruby interpreter. 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. ---------------------------------------- http://redmine.ruby-lang.org