Project

General

Profile

This project is closed and read-only.

Actions

Backport #2654

closed

segfault on self thread join

Backport #2654: segfault on self thread join

Added by rogerdpack (Roger Pack) over 16 years ago. Updated about 7 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 - Bug #2394: [BUG] pthread_mutex_lock: 22 revisitedClosednobu (Nobuyoshi Nakada)Actions
Actions

Also available in: PDF Atom