#542: Attempt to unlock a mutex which is not locked (ThreadError) -------------------------------------+-------------------------------------- Reporter: valerii.hiora@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by lsansonetti@…): Can't seem to reproduce this with master: {{{ $ while [ 1 ]; do ./miniruby ~/Downloads/testThreadComm.rb; echo "success"; done 0 1688262 3351766 5159677 6707739 8514222 success 0 1628400 3246128 5025082 6485548 8201978 success 0 1493911 2982025 4382340 5925772 7175266 8740334 success 0 1631704 3286208 5036276 6494757 8242057 success 0 1572863 3145727 4845975 6291455 7963761 9713879 success 0 1600947 3170841 4972433 6364928 8142890 9920475 success 0 1573188 3178755 4901616 6297448 8064487 ^C $ $ $ $ }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/542#comment:4> MacRuby <http://macruby.org/>