Actions
Bug #11109
closed
Crash of irb.
Bug #11109:
Crash of irb.
Description
ENV:
Mac OS X 10.10.3
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
HOW TO COMPILE:
- cd to the dir of ruby 2.2.2.
- ./configure
- make
- make install as root.
STEPS:
-
Start the irb on console.
-
Type the following code lines in irb:
require 'stringio' require 'bson' sio = StringIO.new 1.to_bson BSON::Int64. from_bson sio
-
The crash happens.
Please see also the attached file for all details.
Files
Actions