From: Dustin Tosh Date: 2007-10-05T03:44:26+09:00 Subject: Re: 64-bit Linux Ruby Problem - Segmentation Fault Wayne E. Seguin wrote: > On 10/1/07, Dustin Tosh wrote: >> >> 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: > > > What happens when you switch to database sessions? (You are using file > based > sessions, correct?) It seems as though there is some sort of 64-bit memory leak when using the file store mechanism, specifically the PStore.rb file. I installed/configured the program to use MemCache and it appears to be working, effectively avoiding the file causing the segmentation fault. Thanks everyone for your help. -- Posted via http://www.ruby-forum.com/.