ActionsLike0
Bug #8591
closed
[BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
Description
rails server crashes with Segmentation fault
in pure app created with rails new .
after installing mysql2 gem like this
gem install mysql2 -v '0.3.12b6' -- --with-opt-dir="C:\work\mysqlconnectorc61"
On Windows 7 64b with ruby 2.0 64b in C:\Ruby200-x64 installed by ruby installer rubyinstaller-2.0.0-p195-x64.exe, devkit DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe and mysql connector mysql-connector-c-6.1.0-winx64.msi.
without gem 'mysql2', '~>0.3.12b6' with gem 'sqlite3' server runs fine
Files
Updated by nagachika (Tomoyuki Chikanaga) almost 12 years ago
- Status changed from Open to Third Party's Issue
Updated by nobu (Nobuyoshi Nakada) about 11 years ago
- Has duplicate Bug #9411: Rails server not started with Ruby(ruby 2.0.0p353 (2013-11-22) [x64-mingw32] with Rails 4.0.2 and MySQL Server 5.6) added
Updated by nobu (Nobuyoshi Nakada) almost 11 years ago
- Related to Bug #9958: rails server error added
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- Has duplicate Bug #10834: Segmentation fault when I try to do rails server in Windows 7 home edition 64bits added
ActionsLike0