[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66129] [ruby-trunk - Bug #9440] Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault
From:
nobu@...
Date:
2014-11-07 11:50:59 UTC
List:
ruby-core #66129
Issue #9440 has been updated by Nobuyoshi Nakada.
Backport changed from 2.1: UNKNOWN to 2.1: REQUIRED
----------------------------------------
Bug #9440: Calling methods on a `Queue.new.dup` or `Queue.new.clone` causes Segfault
https://bugs.ruby-lang.org/issues/9440#change-49835
* Author: Shannon Skipper
* Status: Closed
* Priority: Normal
* Assignee:
* Category: lib
* Target version:
* ruby -v: 2.1.0p0
* Backport: 2.1: REQUIRED
----------------------------------------
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/