Hi, To solve this issue I also moved to JRuby, however quickly ran into new issues while building a custom plugin that does process forking (which JRuby doesn't support well).
However upgrading to a later ruby version (1.8 -> 1.9.1) fixed these issues for me as well. Also colleagues of mine who are running 64bit linux don't have the rjb issue. Cheers, -- Bas On Mon, Mar 22, 2010 at 3:55 PM, Alex Boisvert <[email protected]>wrote: > Sadly, JRuby becomes your only viable choice at the moment. If startup > time > is an issue for you, try using it with nailgun. > > Alex > > On Mar 21, 2010 9:26 PM, "Adam Crain" <[email protected]> > wrote: > > This is now biting me. I've found several posts to this issue. I get the > seg faults when downloading dependencies. > > JDK 1.5 isn't an option b/c of some dependencies. > > Any suggestions? I'm using rjb 1.1.9 with buildr 1.3.5 > > Thanks, > Adam >
