[MacRuby-devel] [MacRuby] #195: NSThread causes exception/crash?

MacRuby ruby-noreply at macosforge.org
Sat Jan 3 17:25:28 PST 2009


#195: NSThread causes exception/crash?
------------------------------------+---------------------------------------
 Reporter:  rebotfc@…               |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  blocker                 |   Milestone:                       
Component:  MacRuby                 |    Keywords:  NSThread             
------------------------------------+---------------------------------------
 Maybe calling in the wrong way but this seems to fail?

 {{{
 class AppDelegate


         def testit
                 puts "test"
         end

         def do_it(sender)
                 NSThread.detachNewThreadSelector ( "testit",toTarget:self,
 withObject:nil)
         end

 }}}

 end

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/195>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list