Project

General

Profile

Actions

Backport #2654

closed

segfault on self thread join

Added by rogerdpack (Roger Pack) about 14 years ago. Updated almost 5 years ago.

Status:
Closed
[ruby-core:27822]

Description

=begin
for me, this code

Thread.new { sleep 0.1 }
Thread.list.each{|t| t.join}

seg faults on mingw 1.9.1, is fine on 1.9.2

Just pointing it out in case it's a known problem or what not.
Thanks.
-rp

ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-mingw32]
=end


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #2394: [BUG] pthread_mutex_lock: 22 revisitedClosednobu (Nobuyoshi Nakada)11/24/2009Actions
Actions

Also available in: Atom PDF

Like0
Like0Like0