#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/>