Hi, At Mon, 9 Mar 2009 09:25:06 +0900, Michael Malone wrote in [ruby-talk:330697]: > If I run this using either ruby 1.9.1p0 (2009-01-30 revision 21907) > [i686-linux] or ruby 1.9.2dev (2009-03-05 trunk 22769) [i686-linux] I > get results I would not expect: > Joining thread , n= It hasn't been defined which thread, the created child thread or the creating parent thread, runs first at thread creation. In 1.8, the child runs first by chance. > My best guess is that something similar to the fix for this bug > http://redmine.ruby-lang.org/issues/show/657 is happening, but elsewhere > in the code. Does anyone have any ideas? No, it is irrelevant. -- Nobu Nakada