From: deivid.rodriguez@... Date: 2015-11-09T15:36:01+00:00 Subject: [ruby-core:71420] [Ruby trunk - Bug #11658] Segmentation fault with activeadmin test suite Issue #11658 has been updated by David Rodr��guez. I confirmed on my system. - The proposed test deadlocks. - The proposed 3 line patch makes the test pass. - The proposed 3 line patch resolves activeadmin's deadlock issue. ---------------------------------------- Bug #11658: Segmentation fault with activeadmin test suite https://bugs.ruby-lang.org/issues/11658#change-54789 * Author: Hiroshi SHIBATA * Status: Assigned * Priority: Normal * Assignee: Eric Wong * ruby -v: ruby 2.3.0dev (2015-11-04 trunk 52452) [x86_64-darwin15] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- I detect causes of SEGV with Ruby 2.3.0 HEAD and activeadmin-1.0.0.pre2 after r52332. Please try following instructions with ruby of r52332. ```sh $ gem install bundler $ git clone --branch v1.0.0.pre2 https://github.com/activeadmin/activeadmin $ cd activeadmin $ bundle exec rspec spec/unit/active_admin_spec.rb ``` this segv is happened at launching rails server too. I attached crash log. Please investigate this. ---Files-------------------------------- ruby_2015-11-05-115449_osx.crash (19.2 KB) -- https://bugs.ruby-lang.org/