Project

General

Profile

Help for segmention fault

Added by yuan lang almost 14 years ago

- Ruby implementation and version
ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]

- Rails version (rails --version)
D:\1.tools\ruby\redmine-1.0.2>gem list

  • LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (3.0.1, 2.3.5)
hoe (2.6.2)
json_pure (1.4.6)
mysql (2.8.1 x86-mswin32)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7, 0.8.3)
rubyforge (2.0.4)

- Operating system (precise if you're using cygwin when running on Windows)
Windows 2003 Server

- Database used, and its version
mysql Ver 14.12 Distrib 5.0.83, for Win32 (ia32)

- Redmine version
redmine-1.0.2

- Detail:
Processing NewsController#index (for 189.8.200.62 at 2010-10-22 18:14:08) [GET]
Parameters: {"project_id"=>"v8r2-svrp-smk", "action"=>"index", "controller"=>"news"}
Rendering template within layouts/base
Rendering news/index
Completed in 31ms (View: 31, DB: 0) | 200 OK [http://189.8.1.14/projects/v8r2-svrp-smk/news]
/news]

Processing DocumentsController#index (for 189.8.200.62 at 2010-10-22 18:14:11) [GET]
Parameters: {"project_id"=>"v8r2-svrp-smk", "action"=>"index", "controller"=>"documents"}
Rendering template within layouts/base
Rendering documents/index
Completed in 47ms (View: 31, DB: 0) | 200 OK [http://189.8.1.14/projects/v8r2-svrp-smk/documents]
ments]

Processing ProjectsController#show (for 189.8.200.62 at 2010-10-22 18:14:12) [GET]
Parameters: {"action"=>"show", "id"=>"v8r2-svrp-smk", "controller"=>"projects"}
Rendering template within layouts/base
Rendering projects/show
Completed in 63ms (View: 31, DB: 0) | 200 OK [http://189.8.1.14/projects/v8r2-svrp-smk]
D:/1.tools/ruby/redmine-1.0.2/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:589: [B] Segmentation fault
ruby 1.8.7 (2010-01-10 patchlevel 249) [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.


Replies (1)

RE: Help for segmention fault - Added by Felix Schäfer almost 14 years ago

This seems to be a problem with the mysql adapter… Have you followed the Notes on Windows Installation?

    (1-1/1)