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 7FD2819C003A for ; Thu, 29 Oct 2015 08:21:27 +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 51E1EB5D8C9 for ; Thu, 29 Oct 2015 08:49:27 +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 6551B952408 for ; Thu, 29 Oct 2015 08:49:26 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 721581204D0; Thu, 29 Oct 2015 08:49:25 +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 C4FF112046A for ; Thu, 29 Oct 2015 08:49:20 +0900 (JST) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2EE98200EA; Wed, 28 Oct 2015 23:49:20 +0000 (UTC) Date: Wed, 28 Oct 2015 23:49:20 +0000 From: Eric Wong To: Ruby developers Message-ID: <20151028234920.GB25153@dcvr.yhbt.net> References: <20151028231437.GA25153@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151028231437.GA25153@dcvr.yhbt.net> X-ML-Name: ruby-core X-Mail-Count: 71257 Subject: [ruby-core:71257] 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" Eric Wong wrote: > 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). Nevermind, just took over 2000 times to reproduce on my system. Will commit my patch + followups to reduce autoload_data_i size.