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