From: Eric Wong Date: 2017-09-07T19:41:17+00:00 Subject: [ruby-core:82708] Re: [Ruby trunk Bug#13875] segfault in Enumerable#zip after GC Thanks, I can reproduce the bug on GNU/Linux with: --- a/cont.c +++ b/cont.c @@ -57,6 +57,7 @@ # define FIBER_USE_NATIVE 1 # endif #endif +#undef FIBER_USE_NATIVE #if !defined(FIBER_USE_NATIVE) #define FIBER_USE_NATIVE 0 #endif Now, I'm testing the following patch: https://80x24.org/spew/20170907193559.27639-1-e@80x24.org/raw And I no longer get segfaults with the new test However, test/ruby/test_io.rb seems stuck when FIBER_USE_NATIVE is 0 on my system... Unsubscribe: