From: JZ Date: 2005-07-15T08:20:51+09:00 Subject: RoR example and segmentation fault! I tried add new ticket "Elite Journal" example I found in docs section of RoR but I get "Precondition Failed. The precondition on the request for the URL /newticket evaluated to false." So I send the problem here: PROBLEM: After login I cannot click on anything because I get segmentation fault :( I am using windows xp pro sp2. The problem looks serious and I am afraid of stability RoR on win32 system... --------------------------------- C:\opt\cygwin\home\rails\elitejournal>ruby script\server -i journal => Rails application started on http://127.0.0.1:3000 [2005-07-15 01:10:11] INFO WEBrick 1.3.1 [2005-07-15 01:10:11] INFO ruby 1.8.2 (2004-12-25) [i386-mswin32] [2005-07-15 01:10:11] INFO WEBrick::HTTPServer#start: pid=5556 port=3000 127.0.0.1 - - [15/Jul/2005:01:11:33 �rodkowoeuropejski czas stand.] "GET / HTTP/ 1.1" 200 1771 http://localhost:3000/ -> / 127.0.0.1 - - [15/Jul/2005:01:11:33 �rodkowoeuropejski czas stand.] "GET /styles heets/ej-layout.css HTTP/1.1" 404 614 http://localhost:3000/ -> /stylesheets/ej-layout.css 127.0.0.1 - - [15/Jul/2005:01:11:35 �rodkowoeuropejski czas stand.] "GET / HTTP/ 1.1" 200 1771 http://localhost:3000/ -> / 127.0.0.1 - - [15/Jul/2005:01:11:36 �rodkowoeuropejski czas stand.] "GET /styles heets/ej-layout.css HTTP/1.1" 404 614 http://localhost:3000/ -> /stylesheets/ej-layout.css c:/opt/ruby/lib/ruby/gems/1.8/gems/activesupport-1.1.1/lib/active_support/core_e xt/string/../../inflector.rb:41: [BUG] Segmentation fault ruby 1.8.2 (2004-12-25) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information. --------------------------------- -- JZ