From: Dustin Tosh Date: 2007-10-02T02:48:54+09:00 Subject: 64-bit Linux Ruby Problem - Segmentation Fault I've been running a basic ruby/rails CRUD application on a 32-bit Red Hat Linux machine. It works well on several 32-bit test/dev boxes. When I move it over to a 64-bit box it runs for a few minutes, then I start getting the following error: $ ruby script/server lighttpd => Booting lighttpd (use 'script/server webrick' to force WEBrick) => Rails application starting on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server (see config/lighttpd.conf for options) /usr/local/lib/ruby/1.8/pstore.rb:354: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [x86_64-linux] I've tried using all three web servers, but they all produce the same error. I've been using Red Hat Enterprise Linux AS release 4 (Nahant Update 2) with the following packages installed: ruby-1.8.6 rubygems-0.9.4 ruby-oci8-1.0.0-rc3 fcgi-2.4.0 pcre-5 rails In addition I have the following web servers installed: lighttpd-1.4.16 webrick mongrel Thanks, Dustin -- Posted via http://www.ruby-forum.com/.