From: diegojromerolopez@... Date: 2018-07-20T17:31:16+00:00 Subject: [ruby-core:88026] [Ruby trunk Bug#14923] Segmentation fault when running tests Issue #14923 has been updated by diegoj (Diego J. Romero-L��pez). Please, disregard this bug. ---------------------------------------- Bug #14923: Segmentation fault when running tests https://bugs.ruby-lang.org/issues/14923#change-73043 * Author: diegoj (Diego J. Romero-L��pez) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin16] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- Dear developers. When running minitest tests on my project https://github.com/diegojromerolopez/babik on branch feature/method-chaining there is a crash on the Ruby Virtual Machine. To reproduce this problem: - git clone git@github.com:diegojromerolopez/babik.git - git checkout feature/method-chaining - Run: /Users/diegoj/.rvm/rubies/ruby-2.5.0/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) -Ilib:test /Applications/RubyMine.app/Contents/rb/testing/runner/tunit_or_minitest_in_folder_runner.rb (I'm using RubyMine so run al the tests). - The crash appears. Could it be because I'm using ruby_deep_clone gem (https://rubygems.org/gems/ruby_deep_clone)? Until I've started using it, everything worked fine. If you have any question, I will be pleased to answer. -- https://bugs.ruby-lang.org/ Unsubscribe: