Project

General

Profile

Actions

Bug #11959

closed

Segfault during `exit' in thread initialize (Extended class).

Added by Zarthus (Jos Ahrens) over 8 years ago. Updated over 7 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:72732]

Description

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

Related issues 1 (0 open1 closed)

Has duplicate Ruby master - Bug #12727: Segfault when subclassing Thread with bad initializeRejectedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0