[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>

Hi ruby-core,

10 messages 2015/03/10

[ruby-core:68592] [Ruby trunk - Bug #9440] Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault

From: nagachika00@...
Date: 2015-03-21 19:35:24 UTC
List: ruby-core #68592
Issue #9440 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.1: REQUIRED to 2.1: DONE

Backported into `ruby_2_1` at r50044.

----------------------------------------
Bug #9440: Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault
https://bugs.ruby-lang.org/issues/9440#change-51898

* Author: Shannon Skipper
* Status: Closed
* Priority: Normal
* Assignee: 
* ruby -v: 2.1.0p0
* Backport: 2.1: DONE
----------------------------------------
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.



-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next