[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69043] [Ruby trunk - Bug #11109] Crash of irb.
From:
nobu@...
Date:
2015-05-01 00:34:51 UTC
List:
ruby-core #69043
Issue #11109 has been updated by Nobuyoshi Nakada.
Already.
"Third Party's Issue" is a kind of "Closed."
----------------------------------------
Bug #11109: Crash of irb.
https://bugs.ruby-lang.org/issues/11109#change-52301
* Author: Jeffrey Yang
* Status: Third Party's Issue
* Priority: Normal
* Assignee: ruby-core
* ruby -v: 2.2.2
* Backport: 2.2: UNKNOWN
----------------------------------------
ENV:
Mac OS X 10.10.3
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
HOW TO COMPILE:
1. cd to the dir of ruby 2.2.2.
2. ./configure
3. make
4. make install as root.
STEPS:
1. Start the irb on console.
2. Type the following code lines in irb:
```ruby
require 'stringio'
require 'bson'
sio = StringIO.new 1.to_bson
BSON::Int64. from_bson sio
```
3. The crash happens.
Please see also the attached file for all details.
---Files--------------------------------
bug_report.txt (12 KB)
bug.rb (151 Bytes)
bug.rb (162 Bytes)
--
https://bugs.ruby-lang.org/