From: "user021 (a s)" Date: 2013-08-21T23:16:33+09:00 Subject: [ruby-core:56771] [ruby-trunk - Bug #8803] Another buffer overflow Issue #8803 has been updated by user021 (a s). normalperson (Eric Wong) wrote: > "user021 (a s)" wrote: > > This might sound silly but how can i run my code with the new ruby > > 1.9.3-p448 that i installed using rbenv. when i do 'ruby -v' shows the > > old version and 'rbenv version' shows the newer one.thx > > I have no familarity with rbenv/rvm, but with any autotooled package, > I will use: > > ./configure --prefix=/my/choice/of/location $any_other_args > make > make install > > And add /my/choice/of/location/bin to the beginning of my $PATH. I do > this for Ruby, and a bunch of other non-Ruby packages I track the > upstream development of. > > rbenv/rvm authors should be able to help you if you choose to stick > with them. Yeah using ruby 1.9.3-p448 fixed my problem, thx alot. ---------------------------------------- Bug #8803: Another buffer overflow https://bugs.ruby-lang.org/issues/8803#change-41313 Author: user021 (a s) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN Hello guys, i was running a little code written in ruby for a few minutes (more exactly https://github.com/Hood3dRob1n/Ding.rb/blob/master/ding2.rb) when it crashed, reason buffer overflow. I did increase opened files limit on my Ubuntu Release 12.04 (precise) 64-bit (Kernel Linux 3.2.0-40-generic) ulimit -n 20000 but no effect.thx in advance -- http://bugs.ruby-lang.org/