[MacRuby] #962: Appscript framework causes EXC_BAD_ACCCESS error with MacRuby 0.7

MacRuby ruby-noreply at macosforge.org
Thu Oct 21 18:12:33 PDT 2010


#962: Appscript framework causes EXC_BAD_ACCCESS error with MacRuby 0.7
--------------------------------------+-------------------------------------
 Reporter:  gabriel.gilder@…          |       Owner:  lsansonetti@…        
     Type:  defect                    |      Status:  new                  
 Priority:  major                     |   Milestone:                       
Component:  MacRuby                   |    Keywords:  appscript            
--------------------------------------+-------------------------------------

Comment(by lsansonetti@…):

 Here is a reduction of the bug:

 {{{7
 class Module
   m = method(:method_added)
   define_method(:method_added) do |name|
     p :call_basic_method_added, name
     m.call(name)
   end
 end

 class Foo
   def test; end
 end
 }}}

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



More information about the macruby-tickets mailing list