[ruby-core:78092] [Ruby trunk Bug#11959] Segfault during `exit' in thread initialize (Extended class).
From:
usa@...
Date:
2016-11-11 22:33:25 UTC
List:
ruby-core #78092
Issue #11959 has been updated by Usaku NAKAMURA. Backport changed from 2.1: UNKNOWN, 2.2: REQUIRED, 2.3: DONE to 2.1: UNKNOWN, 2.2: DONE, 2.3: DONE ruby_2_2 r56726 merged revision(s) 53449. ---------------------------------------- Bug #11959: Segfault during `exit' in thread initialize (Extended class). https://bugs.ruby-lang.org/issues/11959#change-61450 * Author: Jos Ahrens * Status: Closed * Priority: Normal * Assignee: * ruby -v: * Backport: 2.1: UNKNOWN, 2.2: DONE, 2.3: DONE ---------------------------------------- https://ideone.com/jluEsq (ruby 2.1.5p273) https://eval.in/498185 (ruby 2.3.0) Minimal reproduction: ~~~ require 'thread' class A < Thread def initialize exit end end A.new ~~~ -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>