[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60533] [ruby-trunk - Bug #9433] [Rejected] Backquote fail to allocate memory
From:
nagachika00@...
Date:
2014-02-06 12:14:31 UTC
List:
ruby-core #60533
Issue #9433 has been updated by Tomoyuki Chikanaga. Status changed from Open to Rejected Assignee deleted (Yukihiro Matsumoto) Priority changed from High to Normal Hello, Daniel. Thank you for your reporting. I cannot reproduce this, but I doubt your fork.rb have object leak. String objects are accumulated to local variable `array` at line.12. I think it's regular behavior. ---------------------------------------- Bug #9433: Backquote fail to allocate memory https://bugs.ruby-lang.org/issues/9433#change-44989 * Author: Daniel Libanori * Status: Rejected * Priority: Normal * Assignee: * Category: core * Target version: * ruby -v: 1.9.3, 2.0.0 and 2.1.0 * Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- Backquote fail to allocate memory even if you have free memory. When your ruby process takes more memory then you have free, backquote fail to run the most simple command. Same issue with Open3.popen3. Kernel#system works fine. I don't know ruby's internal, but I think it is something related with pipe_open. I am trying this script in Ubuntu Server 13.10 64 bits with 256 MB no swap at VirtualBox. ---Files-------------------------------- fork.rb (776 Bytes) -- http://bugs.ruby-lang.org/