From: shannonskipper@... Date: 2014-01-22T05:32:57+00:00 Subject: [ruby-core:59961] [ruby-trunk - Bug #9440] [Open] Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault Issue #9440 has been reported by Shannon Skipper. ---------------------------------------- Bug #9440: Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault https://bugs.ruby-lang.org/issues/9440 * Author: Shannon Skipper * Status: Open * Priority: Normal * Assignee: * Category: lib * Target version: * ruby -v: 2.1.0p0 * Backport: 2.1: UNKNOWN ---------------------------------------- On all platforms with ruby-2.1.0 calling a Queue#method on a duped or cloned Queue results in a Segfault: queue = Queue.new.dup queue.empty? # Segfault The same issue occurs when calling other Queue#methods. -- http://bugs.ruby-lang.org/