Project

General

Profile

Installation problem : Segmentation fault with rake db:migrate

Added by David Ruty over 12 years ago

Hello,

I've got a segmentation fault trying install RedMine.

E:\REDMINE\REDMINE>rake db:migrate --trace
Please install RDoc 2.4.2+ to generate documentation.
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
(eval):9: [BUG] Segmentation fault
ruby 1.8.7 (2011-06-30 patchlevel 352) [i386-mingw32]

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

E:\REDMINE\REDMINE>rake db:migrate
Please install RDoc 2.4.2+ to generate documentation.
E:/REDMINE/Ruby187/lib/ruby/gems/1.8/gems/actionpack-2.3.14/lib/action_controlle
r/routing/builder.rb:85: [BUG] Segmentation fault
ruby 1.8.7 (2011-06-30 patchlevel 352) [i386-mingw32]

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

E:\REDMINE\REDMINE>

I'm in a Windows 2008 x64 environnment with :
- Ruby 1.8.7
- MySQL 5.1

Thanks,