|
Prev: Problem with unpack
Next: Ruby MySQL INSERT variable
From: liquid_rails on 1 Jul 2008 17:21 Hi, I am running Rails 2.1.0 and ruby-1.8.6 (2008-06-20 patchlevel 230 [i686-linux]. I am experiencing the same segmentation faults that several others are who are running this version or ruby. Can anyone recommend a good workaround for these bugs until the Rails Core Team puts out something official? Thanks! Cheri
From: Jason Roelofs on 1 Jul 2008 17:25 Um, I somehow doubt it's Rails segfaulting. I'm running the same Ruby and Rails and have had no issues. What exactly is throwing the seg faults? Jason On Tue, Jul 1, 2008 at 5:22 PM, liquid_rails <cheri.anaclerio(a)gmail.com> wrote: > Hi, > > I am running Rails 2.1.0 and ruby-1.8.6 (2008-06-20 patchlevel 230 > [i686-linux]. I am experiencing the same segmentation faults that > several others are who are running this version or ruby. Can anyone > recommend a good workaround for these bugs until the Rails Core Team > puts out something official? > > Thanks! > > Cheri > >
From: liquid_rails on 1 Jul 2008 17:31 It's not Rails, it's Ruby. See http://www.ruby-forum.com/topic/157034 On Jul 1, 2:25 pm, Jason Roelofs <jameskil...(a)gmail.com> wrote: > Um, I somehow doubt it's Rails segfaulting. I'm running the same Ruby > and Rails and have had no issues. > > What exactly is throwing the seg faults? > > Jason > > On Tue, Jul 1, 2008 at 5:22 PM, liquid_rails <cheri.anacle...(a)gmail.com> wrote: > > Hi, > > > I am running Rails 2.1.0 and ruby-1.8.6 (2008-06-20 patchlevel 230 > > [i686-linux]. I am experiencing the same segmentation faults that > > several others are who are running this version or ruby. Can anyone > > recommend a good workaround for these bugs until the Rails Core Team > > puts out something official? > > > Thanks! > > > Cheri
From: liquid_rails on 1 Jul 2008 17:48 See also http://rubyforge.org/tracker/?func=detail&aid=20902&group_id=426&atid=1698 - Cheri On Jul 1, 2:31 pm, liquid_rails <cheri.anacle...(a)gmail.com> wrote: > It's not Rails, it's Ruby. Seehttp://www.ruby-forum.com/topic/157034 > > On Jul 1, 2:25 pm, Jason Roelofs <jameskil...(a)gmail.com> wrote: > > > Um, I somehow doubt it's Rails segfaulting. I'm running the same Ruby > > and Rails and have had no issues. > > > What exactly is throwing the seg faults? > > > Jason > > > On Tue, Jul 1, 2008 at 5:22 PM, liquid_rails <cheri.anacle...(a)gmail.com> wrote: > > > Hi, > > > > I am running Rails 2.1.0 and ruby-1.8.6 (2008-06-20 patchlevel 230 > > > [i686-linux]. I am experiencing the same segmentation faults that > > > several others are who are running this version or ruby. Can anyone > > > recommend a good workaround for these bugs until the Rails Core Team > > > puts out something official? > > > > Thanks! > > > > Cheri
From: Charles Oliver Nutter on 1 Jul 2008 17:58
liquid_rails wrote: > Hi, > > I am running Rails 2.1.0 and ruby-1.8.6 (2008-06-20 patchlevel 230 > [i686-linux]. I am experiencing the same segmentation faults that > several others are who are running this version or ruby. Can anyone > recommend a good workaround for these bugs until the Rails Core Team > puts out something official? I'll probably get smacked for this, but you could certainly try JRuby in the meantime. We're not affected by those security issues and run Rails 2.1 fine... Perhaps an opportunity to try something new? - Charlie |