From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 14B2C19C0021 for ; Thu, 29 Oct 2015 07:46:44 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id B7FB1B5D8AB for ; Thu, 29 Oct 2015 08:14:43 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id CBE6C95241E for ; Thu, 29 Oct 2015 08:14:43 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id AD5641204AE; Thu, 29 Oct 2015 08:14:41 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by neon.ruby-lang.org (Postfix) with ESMTP id C4D89120456 for ; Thu, 29 Oct 2015 08:14:38 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 373AE200EA; Wed, 28 Oct 2015 23:14:37 +0000 (UTC) Date: Wed, 28 Oct 2015 23:14:37 +0000 From: Eric Wong To: Ruby developers Message-ID: <20151028231437.GA25153@dcvr.yhbt.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-ML-Name: ruby-core X-Mail-Count: 71256 Subject: [ruby-core:71256] Re: [Ruby trunk - Bug #11384] multi-threaded autoload sometimes fails X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" shugo@ruby-lang.org wrote: > The script causes an error within 100 times on My Ubuntu 14.04 box, > but it runs over 10,000 times with your patch. Is my patch still running beyond 10,000 times? Without the patch, I can't reproduce the error within 200 times (Debian wheezy + SMP).