[ruby-core:93348] [Ruby trunk Bug#12932] [BUG] Segmentation fault at 0x00000000000078
From:
merch-redmine@...
Date:
2019-06-24 22:47:44 UTC
List:
ruby-core #93348
Issue #12932 has been updated by jeremyevans0 (Jeremy Evans).
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.
----------------------------------------
Bug #12932: [BUG] Segmentation fault at 0x00000000000078
https://bugs.ruby-lang.org/issues/12932#change-78857
* Author: NaixSpirit (Naix Spirit)
* Status: Third Party's Issue
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
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-1.crash (90.8 KB)
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>