Actions
Bug #9440
closedCalling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault
Bug #9440:
Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault
Description
Updated by nobu (Nobuyoshi Nakada) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r44681.
thread/thread.c: no dup
- ext/thread/thread.c (Init_thread): ConditionVariable and Queue
are not able to copy. [ruby-core:59961] [Bug #9440]
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Backport changed from 2.1: UNKNOWN to 2.1: REQUIRED
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Related to Bug #10485: NoMethodError "undefined method `initialize_copy'" when trying to execute Queue#dup added
Updated by nagachika (Tomoyuki Chikanaga) over 11 years ago
- Backport changed from 2.1: REQUIRED to 2.1: DONE
Backported into ruby_2_1 at r50044.
Actions