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 18B9B17DD1DE for ; Tue, 16 Jun 2015 07:40:52 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 6BC14B5D934 for ; Tue, 16 Jun 2015 08:03:04 +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 3E58997A836 for ; Tue, 16 Jun 2015 08:03:05 +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 s5LGF_kDqOy5 for ; Tue, 16 Jun 2015 08:03:05 +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 ED93F97A832 for ; Tue, 16 Jun 2015 08:03:04 +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 0ED26952443 for ; Tue, 16 Jun 2015 08:03:03 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 4DC53120481; Tue, 16 Jun 2015 08:03:02 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 570D912046B for ; Tue, 16 Jun 2015 08:02:58 +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=RkKEz9x35x8nkD+9Z+u51b6PVHM=; b=nXQmF/57ow+QRYxWPA 4y14wdQBVIFlmtzo0y199Zvee6+/rHTSEw52TG0sf+A25X9Lp6dH/zUt8MUuzMHj eTmt76nMkripsbB0OcnXu5+SH+S6l2h6kNVbD/gpKES+o2nd5Zy6oFJ6AxnNJu+A epJ6ok2s/mlWqBycUE/yilB5s= Received: by filter0549p1mdw1.sendgrid.net with SMTP id filter0549p1mdw1.31803.557F599C1D 2015-06-15 23:02:53.749262296 +0000 UTC Received: from herokuapp.com (ec2-54-81-39-135.compute-1.amazonaws.com [54.81.39.135]) by ismtpd-027 (SG) with ESMTP id 14df9760f95.51a8.67443 Mon, 15 Jun 2015 23:02:53 +0000 (UTC) Date: Mon, 15 Jun 2015 23:02:53 +0000 From: e@zzak.io 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: 44116 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 10968 X-Redmine-Issue-Author: geoffroy X-Redmine-Issue-Assignee: ko1 X-Redmine-Sender: zzak X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5We5xtt/5lcPNxHNYOzCVyYLYjTT14bpN0Ca +5s3KIpPMgW71cXc241UTITcDyAxpTTKI4QJc/fuyVMWQWSPQnhaqST9LqxZkBQ3EnU0FAp9NOi+om IN+nh8U0uW4Vnbj4yk5199N2JQMlHozD+QfF X-ML-Name: ruby-core X-Mail-Count: 69593 Subject: [ruby-core:69593] [Ruby trunk - 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 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 updated by Zachary Scott. Do you know how to reproduce it? Rails+Ruby 2.2 isn't enough for me to make a crash. ---------------------------------------- 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#change-52936 * Author: Geoffroy Montel * Status: Feedback * Priority: Normal * Assignee: Koichi Sasada * 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) stacktrace.txt (215 KB) -- https://bugs.ruby-lang.org/