From: itsnikolay@... Date: 2014-10-16T01:59:29+00:00 Subject: [ruby-core:65740] [ruby-trunk - Bug #10390] BUG] Segmentation fault at 0xbf3eeedc Issue #10390 has been updated by Nikolay Ponomarev. Got this when I tries to merge ``` FactoryGirl.define do factory :calculator_params, class: Hash do initialize_with do { from: { city_id: '0987654321' }, to: { city_id: '12345678' }, weight: 3, variant: '����', length: 100, width: 100, height: 100, parcel_type: { id: 1, name: '������������', }, packaging: true, } end end end ``` ``` let(:params) { build :calculator_params } let(:new_params) { params.merge!( { from: { city_id: '195851995' }, to: { city_id: '48951627' }} ) ``` ---------------------------------------- Bug #10390: BUG] Segmentation fault at 0xbf3eeedc https://bugs.ruby-lang.org/issues/10390#change-49479 * Author: Nikolay Ponomarev * Status: Open * Priority: Normal * Assignee: Zachary Scott * Category: doc * Target version: * ruby -v: 2.1.2 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- I've got segmentation fault on ruby 1.9.3 and 2.1.2 when starting rspec task @myronmatson said that is ruby core issue, thus i post it here https://github.com/rspec/rspec-dev/issues/52 Full listing of output in attachment Thanks for support! ``` > rspec Warning: You're using Rubygems 1.8.23.2 with Spring. Upgrade to at least Rubygems 2.1.0 and run `gem pristine --all` for better startup performance. Run options: include {:focus=>true} All examples were filtered out; ignoring {:focus=>true} ...../home/itsnikolay/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242: [BUG] Segmentation fault at 0xbf3eeedc ruby 2.1.2p95 (2014-05-08 revision 45877) [i686-linux] -- Control frame information ----------------------------------------------- c:9386 p:0000 s:32886 e:002885 LAMBDA /home/itsnikolay/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242 [FINISH] c:9385 p:0007 s:32884 e:002883 LAMBDA /home/itsnikolay/projects/CUSTOMERS/sendit_parsers/spec/models/calculator_spec.rb:34 [FINISH] c:9384 p:0015 s:32882 e:002878 BLOCK /home/itsnikolay/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242 [FINISH] c:9383 p:---- s:32876 e:002875 CFUNC :fetch c:9382 p:0011 s:32872 e:002871 LAMBDA /home/itsnikolay/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242 [FINISH] c:9381 p:0007 s:32870 e:002869 LAMBDA /home/itsnikolay/projects/CUSTOMERS/sendit_parsers/spec/models/calculator_spec.rb:34 [FINISH] c:9380 p:0015 s:32868 e:002864 BLOCK /home/itsnikolay/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242 [FINISH] ``` ---Files-------------------------------- stderr.txt (2.6 MB) -- https://bugs.ruby-lang.org/