Project

General

Profile

Actions

Bug #12932

closed

[BUG] Segmentation fault at 0x00000000000078

Added by NaixSpirit (Naix Spirit) over 7 years ago. Updated almost 5 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
[ruby-core:78117]

Description

After runing Sidekiq and Elasticsearch-rb in 10 threads, I got this page

-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:
     * ~/Library/Logs/CrashReporter
     * /Library/Logs/CrashReporter
     * ~/Library/Logs/DiagnosticReports
     * /Library/Logs/DiagnosticReports
   for more details.
Don't forget to include the above Crash Report log file in bug reports.

-- Control frame information -----------------------------------------------
c:0058 p:0011 s:0261 e:000261 CFUNC  /Users/Spirit/.rvm/gems/ruby-2.3.1/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:26
c:0057 p:0017 s:0258 e:000257 BLOCK  /Users/Spirit/.rvm/gems/ruby-2.3.1/gems/binding_of_caller-0.7.2/lib/binding_of_caller/mri2.rb:24 [FINISH]
2016-11-14T06:00:09.111Z 15842 TID-owja1nc18 StorageSystemSkuJob JID-138e00a0b2e07ebdf3ee450c INFO: fail: 1.32 sec
2016-11-14T06:00:09.111Z 15842 TID-owja1nc18 WARN: {"class":"StorageSystemSkuJob","args":["bulk_sell_out",[34,36,37,38],"2016-11-14","2016-11-14"],"retry":5,"queue":"elastic_update","jid":"138e00a0b2e07ebdf3ee450c","created_at":1479103207.790802,"enqueued_at":1479103207.790848,"error_message":"easy handle already used in multi handle","error_class":"Faraday::ConnectionFailed","failed_at":1479103209.110569,"retry_count":0}
2016-11-14T06:00:09.111Z 15842 TID-owja1nc18 WARN: Faraday::ConnectionFailed: easy handle already used in multi handle

Files

ruby-20161114.crash (86.4 KB) ruby-20161114.crash NaixSpirit (Naix Spirit), 11/14/2016 06:13 AM
ruby-20161114-1.crash (90.8 KB) ruby-20161114-1.crash NaixSpirit (Naix Spirit), 11/14/2016 06:15 AM

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Status changed from Open to Third Party's Issue

This crash appears to occur in the di_binding C function in the debug_inspector C extension:

https://github.com/banister/binding_of_caller/blob/v0.7.2/lib/binding_of_caller/mri2.rb#L25
https://github.com/banister/debug_inspector/blob/master/ext/rubyvm/debug_inspector/debug_inspector.c#L45-L49

If this issue is still occurring, please work with the developers of binding_of_caller/debug_inspector for support.

Actions

Also available in: Atom PDF

Like0
Like0