[MacRuby] #195: NSThread causes exception/crash?
#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/>
#195: NSThread causes exception/crash? ------------------------------------+--------------------------------------- Reporter: rebotfc@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: NSThread ------------------------------------+--------------------------------------- Comment(by eloy.de.enige@…): Could you please also provide the result/output? -- Ticket URL: <http://www.macruby.org/trac/ticket/195#comment:1> MacRuby <http://macruby.org/>
#195: NSThread causes exception/crash? ------------------------------------+--------------------------------------- Reporter: rebotfc@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: NSThread | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: In theory this should now work better in trunk. The VM can be reentrantly and concurrently called from external pthreads. Let us know if it doesn't work for you, since this is all new. -- Ticket URL: <http://www.macruby.org/trac/ticket/195#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby