Project

General

Profile

Actions

Bug #9433

closed

Backquote fail to allocate memory

Added by dlibanori (Daniel Libanori) over 10 years ago. Updated about 10 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
1.9.3, 2.0.0 and 2.1.0
[ruby-core:59906]

Description

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) fork.rb dlibanori (Daniel Libanori), 01/20/2014 02:41 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0