[MacRuby] #578: Garbage Collector in 0.6

MacRuby ruby-noreply at macosforge.org
Mon May 30 07:27:51 PDT 2011


#578: Garbage Collector in 0.6
---------------------------+------------------------------------------------
 Reporter:  jsn@…          |       Owner:  lsansonetti@…        
     Type:  defect         |      Status:  new                  
 Priority:  major          |   Milestone:  MacRuby 0.6          
Component:  MacRuby        |    Keywords:                       
---------------------------+------------------------------------------------

Comment(by watson1978@…):

 It look like does not crash with MacRuby latest.
 I tried with 900MB as READ_BUFFER_SIZE.

 When I specified over 1GB, raise a exception which is "get_digest': given
 size `1073741824' is too big (ArgumentError)".

 This exception is caused by following, so it seems to be correct.

 io.c : line 1337
 {{{
     if (size > 1000000000) {
         rb_raise(rb_eArgError, "given size `%ld' is too big", size);
     }
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/578#comment:3>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list