#1435: GC crashing when trying to free a regex currently in use ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by watson1978@…): I think more better for repro that use GC.start: {{{ $ macirb --simple -Ilib -Iext -rubygems -rax_elements
app = Accessibility.application_with_name 'Finder' => #<AX::Application 4 children focused[✘] pid=159> 10_000_000.times { puts app.main_window.children.map &:inspect; GC.start } }}}
-- Ticket URL: <http://www.macruby.org/trac/ticket/1435#comment:9> MacRuby <http://macruby.org/>