Actions
Bug #5868
closedmake failed on i686-linux from Bitmap Marking GC
Actions
Like0
Like0Like0Like0Like0
Added by naruse (Yui NARUSE) over 13 years ago. Updated over 13 years ago.
I've been told that this is the same issue we are seeing on travis-ci.org: http://travis-ci.org/#!/ruby/ruby/builds/495874/L664
Build history shows it started about one day ago: http://travis-ci.org/#!/ruby/ruby/builds
Sorry if that's a separate issue.
I had similar inconsistencies in building ruby head on Ubuntu 10.04.
https://gist.github.com/1580214
I presume that was r34237
r34242 で直しました。
CentOSの方はメモリ不足みたいですね。
http://c5632.rubyci.org/~chkbuild/ruby-trunk/log/20120109T070102Z.log.html.gz
posix_memalign()の影響でメモリ沢山使うようになったからだと思いますが、対案が思いつかないのでとりあえずcloseします。
My builds now pass when building r34242 from
svn co -q http://svn.ruby-lang.org/repos/ruby/trunk ruby
on 2 different PC's (Ubuntu 10.04 and 11.10).