From: nobu@... Date: 2015-08-05T05:35:40+00:00 Subject: [ruby-core:70247] [Ruby trunk - Bug #11416] [Open] TestEncodingConverter#test_newline_option fails under GC stress Issue #11416 has been reported by Nobuyoshi Nakada. ---------------------------------------- Bug #11416: TestEncodingConverter#test_newline_option fails under GC stress https://bugs.ruby-lang.org/issues/11416 * Author: Nobuyoshi Nakada * Status: Open * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED ---------------------------------------- `rb_econv_t::source_encoding_name` and `rb_econv_t::destination_encoding_name` refer dangling pointers, after creation. -- https://bugs.ruby-lang.org/