[ANN] aws/s3 0.1.2 (point release)

  • Thread starter Marcel Molina Jr.
  • Start date
M

Marcel Molina Jr.

A memory leak was discovered in the parsing code of aws/s3. The culprit was a
bit of code that used the generator library which is implemented with
continuations. This (unnecessarily) fancy code was replaced with a simple,
straight forward case statement. This not only got rid of the memory leak, but
(since continuations are quite slow) sped up the unit tests from 8 seconds to
0.3 seconds.

The 0.1.2 point release fixes this memory leak. You should be able to just
'sudo gem update aws-s3' to get the fix.

Big thanks to Remco van't Veer (http://blog.remvee.net/) for reporting the bug
and providing a lot of useful information as well as a script which
demonstrated the problem.

marcel
 
J

James Edward Gray II

A memory leak was discovered in the parsing code of aws/s3. The
culprit was a
bit of code that used the generator library which is implemented with
continuations.

Generator was redone to use threads a while back, wasn't it? Was
this not backported to the 1.8 branch?

James Edward Gray II
 
M

Marcel Molina Jr.

Generator was redone to use threads a while back, wasn't it? Was
this not backported to the 1.8 branch?

marcel:/opt/local/lib/ruby/1.8% which ruby
/opt/local/bin/ruby
marcel:/opt/local/lib/ruby/1.8% ruby -v
ruby 1.8.4 (2005-12-24) [i686-darwin8.5.2]
marcel:/opt/local/lib/ruby/1.8% grep Thread generator.rb
marcel:/opt/local/lib/ruby/1.8%

Doesn't look like it.

Don't have the source of 1.8.5 handy ATM.

marcel
 
B

brabuhr

Generator was redone to use threads a while back, wasn't it? Was
this not backported to the 1.8 branch?

marcel:/opt/local/lib/ruby/1.8% which ruby
/opt/local/bin/ruby
marcel:/opt/local/lib/ruby/1.8% ruby -v
ruby 1.8.4 (2005-12-24) [i686-darwin8.5.2]
marcel:/opt/local/lib/ruby/1.8% grep Thread generator.rb
marcel:/opt/local/lib/ruby/1.8%

Doesn't look like it.

Don't have the source of 1.8.5 handy ATM.

Just installed stable-snapshot a few hours ago:

Mac-mini:~ frank$ cd /usr/local/lib/ruby/1.8/
Mac-mini:/usr/local/lib/ruby/1.8 frank$ grep Thread generator.rb
Mac-mini:/usr/local/lib/ruby/1.8 frank$ /usr/local/bin/ruby -v
ruby 1.8.5 (2006-12-01 patchlevel 5000) [powerpc-darwin8.8.0]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top