#1294: MacRuby crashes when loading files on the non-main thread ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: reduction 0.11-blocker ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): Looking again, it seems that RoxorCore::copy_methods() needs to acquire the lock. However it's problematic as it calls class_getInstanceMethod() which may use the dynamic resolver (and create a deadlock). -- Ticket URL: <http://www.macruby.org/trac/ticket/1294#comment:16> MacRuby <http://macruby.org/>