[MacRuby-devel] [MacRuby] #723: nsset + bindings error

MacRuby ruby-noreply at macosforge.org
Tue May 25 16:27:33 PDT 2010


#723: nsset + bindings error
-----------------------------------+----------------------------------------
 Reporter:  jakub.suder@…          |       Owner:  lsansonetti@…        
     Type:  defect                 |      Status:  new                  
 Priority:  major                  |   Milestone:                       
Component:  MacRuby                |    Keywords:                       
-----------------------------------+----------------------------------------

Comment(by martinlagardette@…):

 I guess this would more or less confirm the stub generation error theory.
 With:
 {{{
 #!ruby
 framework 'Cocoa'
 p NSArray.arrayWithObjects("1", "2", "3", "4", "5", "6", nil)
 p NSArray.arrayWithObjects("1", "2", "3", "4", "5", nil)
 p NSArray.arrayWithObjects("1", "2", "3", "4", "5", "6", "7", nil)
 }}}
 {{{
 $> macruby test.rb
 ["1", "2", "3", "4", "5", "6"]
 ["1", "2", "3", "4", "5"]
 Segmentation fault
 }}}

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



More information about the MacRuby-devel mailing list