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 649A517DE763 for ; Thu, 12 Mar 2015 17:47:02 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 8AB22B5D884 for ; Thu, 12 Mar 2015 17:53:08 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 85FE297A82B for ; Thu, 12 Mar 2015 17:53:10 +0900 (JST) X-Virus-Scanned: amavisd-new at nagaokaut.ac.jp Authentication-Results: funfun.nagaokaut.ac.jp (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=sendgrid.me Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RsFmcbL7kEi6 for ; Thu, 12 Mar 2015 17:53:10 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 30C2897A826 for ; Thu, 12 Mar 2015 17:53:10 +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 0D75995241B for ; Thu, 12 Mar 2015 17:53:04 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 393EF120441; Thu, 12 Mar 2015 17:53:03 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 0B5FD120433 for ; Thu, 12 Mar 2015 17:52:59 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=DCsgePVI4ZbfER0ZhDGB8QeQ9tY=; b=f2UL/gOC1EU6+HEk8c 0rRQ4RAk/0WkaOEvIHyGWNw1ozrNHmEuE5F7qAX2BgFW9GTMQoXsJZ7SqW4LTmHw aeN4vnLfgO7N70umJ7qLL7uSJCdYyQUrEzFFoyp83ytV0Uqy5+6il9yYxKKXjlPB VoMGIBEXM16sftXvIrP0VbMQk= Received: by filter0049p1mdw1.sendgrid.net with SMTP id filter0049p1mdw1.19690.550153E611 2015-03-12 08:52:55.08044264 +0000 UTC Received: from herokuapp.com (ec2-54-205-127-246.compute-1.amazonaws.com [54.205.127.246]) by ismtpd-009 (SG) with ESMTP id 14c0d2fbe64.2f43.1945e2 for ; Thu, 12 Mar 2015 08:52:55 +0000 (UTC) Date: Thu, 12 Mar 2015 08:52:54 +0000 From: g_montel@yahoo.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 42937 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 10968 X-Redmine-Issue-Author: geoffroy X-Redmine-Sender: geoffroy X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: OOF Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6XrXblQLP6v3SI5HH0leyrAA1+GKSG6AA48/ EzGF6OqlFpCGqb+aJeLuEceoh6gX5m5WDQCn5fvWuvtOh28oc/I1DL8uQRAU/o9veNj6So1PDda2TX h6biBjpqz5CndvgiLHBrbkf8TUBji+Mx9o31 X-ML-Name: ruby-core X-Mail-Count: 68505 Subject: [ruby-core:68505] [Ruby trunk - Bug #10968] [Open] [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177 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" Issue #10968 has been reported by Geoffroy Montel. ---------------------------------------- Bug #10968: [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177 https://bugs.ruby-lang.org/issues/10968 * Author: Geoffroy Montel * Status: Open * Priority: Normal * Assignee: * ruby -v: 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Hello I'm running a Rails 4.2 app in production with chruby 0.3.9 and Ruby 2.2.1p85 on Ubuntu 14.04TLS. I have several unicorn and workers processes. I got this crash on my cron jobs several times Thu Mar 12 08:30:01 CET 2015 /usr/local/share/chruby/chruby-cron-wrapper.sh instatube:clean_up_assets - started by deployer on /bin/bash /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177: [BUG] object allocation during garbage collection phase ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] -- Control frame information ----------------------------------------------- c:0028 p:---- s:0134 e:000133 CFUNC :peer_cert c:0027 p:0016 s:0131 e:000129 METHOD /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177 c:0026 p:0584 s:0126 e:000125 METHOD /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:925 Full stack trace attached. Many thanks in advance for your help, best regards Geoffroy ---Files-------------------------------- object allocation bug ssl.txt (203 KB) -- https://bugs.ruby-lang.org/