ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
@ 2015-03-12  8:52 ` g_montel
  2015-03-30 11:40 ` [ruby-core:68687] [Ruby trunk - Bug #10968] [Feedback] " Martin.Bosslet
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: g_montel @ 2015-03-12  8:52 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:68687] [Ruby trunk - Bug #10968] [Feedback] [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
  2015-03-12  8:52 ` [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 g_montel
@ 2015-03-30 11:40 ` Martin.Bosslet
  2015-03-30 19:48 ` [ruby-core:68698] [Ruby trunk - Bug #10968] " dmarkow
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: Martin.Bosslet @ 2015-03-30 11:40 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Martin Bosslet.

Status changed from Open to Feedback
Assignee set to Koichi Sasada

This [1] seems to be the section of the code where the error happened.

@ko1: Could this be a GC issue?

[1] https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.c#L1661

----------------------------------------
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-51974

* 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)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:68698] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
  2015-03-12  8:52 ` [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 g_montel
  2015-03-30 11:40 ` [ruby-core:68687] [Ruby trunk - Bug #10968] [Feedback] " Martin.Bosslet
@ 2015-03-30 19:48 ` dmarkow
  2015-06-13  7:51 ` [ruby-core:69565] " ko1
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: dmarkow @ 2015-03-30 19:48 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Dylan Markow.


This might be a duplicate of https://bugs.ruby-lang.org/issues/10933 which has already been fixed (but not released)?

----------------------------------------
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-51985

* 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)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69565] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-03-30 19:48 ` [ruby-core:68698] [Ruby trunk - Bug #10968] " dmarkow
@ 2015-06-13  7:51 ` ko1
  2015-06-15 13:59 ` [ruby-core:69591] " michael
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: ko1 @ 2015-06-13  7:51 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Koichi Sasada.


Could you check it on the latest version?

----------------------------------------
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-52898

* 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)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69591] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2015-06-13  7:51 ` [ruby-core:69565] " ko1
@ 2015-06-15 13:59 ` michael
  2015-06-15 23:02 ` [ruby-core:69593] " e
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: michael @ 2015-06-15 13:59 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Michaël Rigart.

File stacktrace.txt added

Koichi Sasada wrote:
> Could you check it on the latest version?

I'm experiencing the same issue under ruby 2.2.2p95 . Full stack trace attached:






----------------------------------------
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-52932

* 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2015-06-15 13:59 ` [ruby-core:69591] " michael
@ 2015-06-15 23:02 ` e
  2015-06-21 11:00 ` [ruby-core:69696] " michael
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: e @ 2015-06-15 23:02 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69696] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (5 preceding siblings ...)
  2015-06-15 23:02 ` [ruby-core:69593] " e
@ 2015-06-21 11:00 ` michael
  2015-06-21 12:30 ` [ruby-core:69697] " nobu
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: michael @ 2015-06-21 11:00 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Michaël Rigart.

File stacktrace.txt added

Zachary Scott wrote:
> Do you know how to reproduce it?
> 
> Rails+Ruby 2.2 isn't enough for me to make a crash.

I was able to reduce the frequency by updating some gems. Now, instead of happening in different cases, it only seems to happen on routines that fetch data from an external API's  ( yammer and Diigo ). 

Going to have a look in more detail if I find a common denominator.

----------------------------------------
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-53072

* 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)
stacktrace.txt (201 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69697] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (6 preceding siblings ...)
  2015-06-21 11:00 ` [ruby-core:69696] " michael
@ 2015-06-21 12:30 ` nobu
  2015-07-10 18:09 ` [ruby-core:69942] " storrence97
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: nobu @ 2015-06-21 12:30 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Nobuyoshi Nakada.


Can't you compile with debug symbols enabled?

----------------------------------------
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-53073

* 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)
stacktrace.txt (201 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69942] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (7 preceding siblings ...)
  2015-06-21 12:30 ` [ruby-core:69697] " nobu
@ 2015-07-10 18:09 ` storrence97
  2015-07-10 18:10 ` [ruby-core:69943] " storrence97
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: storrence97 @ 2015-07-10 18:09 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Steve Torrence.

File crash_thin.txt added

I have recently experienced two crashes (stack traces attached) that appear similar to Mr. Rigart's. Both appear to involve creation of a new array in methods called indirectly from the block passed to Thread.new. 

Both occurred when running cucumber tests in a rails app. Unfortunately I haven't figured out how to reproduce them.

crash_webrick.txt happened under rails 4.1.6 when using webrick as the http server for the tests.

crash_thin.txt happened under rails 4.1.11 when using thin as the http server for the tests.


----------------------------------------
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-53369

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69943] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (8 preceding siblings ...)
  2015-07-10 18:09 ` [ruby-core:69942] " storrence97
@ 2015-07-10 18:10 ` storrence97
  2015-07-11  0:11 ` [ruby-core:69946] " nobu
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: storrence97 @ 2015-07-10 18:10 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Steve Torrence.

File crash_webrick.txt added

Upload failed for one of the stack traces I mentioned in the preceding comment. Here is that file.

----------------------------------------
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-53370

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69946] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (9 preceding siblings ...)
  2015-07-10 18:10 ` [ruby-core:69943] " storrence97
@ 2015-07-11  0:11 ` nobu
  2015-07-11  0:11 ` [ruby-core:69947] " nobu
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: nobu @ 2015-07-11  0:11 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Nobuyoshi Nakada.


`crash_thin.txt` seems related to EventMachine.
Maybe it didn't acquire GVL properly.

----------------------------------------
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-53373

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69947] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (10 preceding siblings ...)
  2015-07-11  0:11 ` [ruby-core:69946] " nobu
@ 2015-07-11  0:11 ` nobu
  2015-07-13 14:11 ` [ruby-core:69956] " kechinoff
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: nobu @ 2015-07-11  0:11 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Nobuyoshi Nakada.

Description updated

----------------------------------------
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-53374

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:69956] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (11 preceding siblings ...)
  2015-07-11  0:11 ` [ruby-core:69947] " nobu
@ 2015-07-13 14:11 ` kechinoff
  2015-07-23 20:01 ` [ruby-core:70106] " kechinoff
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: kechinoff @ 2015-07-13 14:11 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Michael Kechinov.


Same problem for Ruby 2.2.2

Rails 4.2.3
Ruby 2.2.2 (using RVM)
Debian 7.
Stack trace: https://gist.github.com/noff/4c61cd980c098bba1041
Every cron task dies with such error, but everytime it happens in different files (ssl, new_relic, dependencies, etc).

----------------------------------------
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-53386

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:70106] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (12 preceding siblings ...)
  2015-07-13 14:11 ` [ruby-core:69956] " kechinoff
@ 2015-07-23 20:01 ` kechinoff
  2015-08-04 17:09 ` [ruby-core:70242] " bmishkin
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 17+ messages in thread
From: kechinoff @ 2015-07-23 20:01 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Michael Kechinov.


Problem still happens.
Any news with it?
It happens only on one machine on Debian 7.
Does not reproduce on same machine with same OS.

----------------------------------------
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-53534

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:70242] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (13 preceding siblings ...)
  2015-07-23 20:01 ` [ruby-core:70106] " kechinoff
@ 2015-08-04 17:09 ` bmishkin
  2015-08-04 22:31 ` [ruby-core:70245] " nobu
  2015-08-21 15:32 ` [ruby-core:70521] [Ruby trunk - Bug #10968] [Closed] " ko1
  16 siblings, 0 replies; 17+ messages in thread
From: bmishkin @ 2015-08-04 17:09 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Ben Mishkin.


possibly related

Rails version             4.2.3
Ruby version              2.2.2-p95 (x86_64-linux)
RubyGems version          2.4.6
Rack version              1.6.4
Ubuntu 12.04

trace: https://gist.github.com/bmishkin/2766109621a6744a3311


----------------------------------------
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-53669

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:70245] [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
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (14 preceding siblings ...)
  2015-08-04 17:09 ` [ruby-core:70242] " bmishkin
@ 2015-08-04 22:31 ` nobu
  2015-08-21 15:32 ` [ruby-core:70521] [Ruby trunk - Bug #10968] [Closed] " ko1
  16 siblings, 0 replies; 17+ messages in thread
From: nobu @ 2015-08-04 22:31 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Nobuyoshi Nakada.


Ben Mishkin wrote:
> trace: https://gist.github.com/bmishkin/2766109621a6744a3311

It's [Bug #10933].

----------------------------------------
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-53670

* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [ruby-core:70521] [Ruby trunk - Bug #10968] [Closed] [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
       [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
                   ` (15 preceding siblings ...)
  2015-08-04 22:31 ` [ruby-core:70245] " nobu
@ 2015-08-21 15:32 ` ko1
  16 siblings, 0 replies; 17+ messages in thread
From: ko1 @ 2015-08-21 15:32 UTC (permalink / raw)
  To: ruby-core

Issue #10968 has been updated by Koichi Sasada.

Status changed from Feedback to Closed

Please reopen if you got same error on 2.2.3.

----------------------------------------
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-53924

* Author: Geoffroy Montel
* Status: Closed
* 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)
stacktrace.txt (201 KB)
crash_thin.txt (358 KB)
crash_webrick.txt (346 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-08-21 14:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-10968.20150312085248@ruby-lang.org>
2015-03-12  8:52 ` [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 g_montel
2015-03-30 11:40 ` [ruby-core:68687] [Ruby trunk - Bug #10968] [Feedback] " Martin.Bosslet
2015-03-30 19:48 ` [ruby-core:68698] [Ruby trunk - Bug #10968] " dmarkow
2015-06-13  7:51 ` [ruby-core:69565] " ko1
2015-06-15 13:59 ` [ruby-core:69591] " michael
2015-06-15 23:02 ` [ruby-core:69593] " e
2015-06-21 11:00 ` [ruby-core:69696] " michael
2015-06-21 12:30 ` [ruby-core:69697] " nobu
2015-07-10 18:09 ` [ruby-core:69942] " storrence97
2015-07-10 18:10 ` [ruby-core:69943] " storrence97
2015-07-11  0:11 ` [ruby-core:69946] " nobu
2015-07-11  0:11 ` [ruby-core:69947] " nobu
2015-07-13 14:11 ` [ruby-core:69956] " kechinoff
2015-07-23 20:01 ` [ruby-core:70106] " kechinoff
2015-08-04 17:09 ` [ruby-core:70242] " bmishkin
2015-08-04 22:31 ` [ruby-core:70245] " nobu
2015-08-21 15:32 ` [ruby-core:70521] [Ruby trunk - Bug #10968] [Closed] " ko1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).