[MacRuby] #858: "rake spec:ci" crashes.

MacRuby ruby-noreply at macosforge.org
Wed Aug 25 18:46:03 PDT 2010


#858: "rake spec:ci" crashes.
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:  0.7-blocker          
----------------------------------+-----------------------------------------

Comment(by lsansonetti@…):

 There might be memory leaks (even if I tracked and fixed a lot of them in
 0.6), but running MacRuby in JIT mode (the default here) uses
 significantly more memory, because of the machine code generated by LLVM.
 spec:ci creates lots of classes, methods, lambdas.

 Maybe spec:ci should run a different macruby process for each suite
 (macruby, language, core, library, etc.) instead of only one, to use less
 memory.

 On a separate, note, did you manage to run spec:ci without crashes? If
 yes, what spec did you disable?

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



More information about the macruby-tickets mailing list