General

Profile

yangzhijava (Jeffrey Yang)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/30/2015

04:41 PM Ruby Bug #11109: Crash of irb.
Thanks for your help. One more question, when can I close the bug? yangzhijava (Jeffrey Yang)
04:10 PM Ruby Bug #11109: Crash of irb.
Thanks for your fix and advise.
I added a `sio.rewind` between `from_bson`. The script works well. I should've realized the EOF issue.
Please see also the attached file.
By the way, how long does a bugfix be merged into BSON's m...
yangzhijava (Jeffrey Yang)
03:05 PM Ruby Bug #11109: Crash of irb.
`BSON::Int64.from_bson` accepts the object who can response IO#read, so I have to wrap a string with StringIO.
After re-checking, I found how to reproduce the bug. Please see also my attached file.
In the file, I called `BSON::Int6...
yangzhijava (Jeffrey Yang)
02:40 PM Ruby Bug #11109: Crash of irb.
I double-checked the backtrace in the attached log, in which it shows the `rb_integer_from_bson_int64` causes the crash, however I was not sure. Could you guys still check the attached log file for confirmation?
Of course, I will cont...
yangzhijava (Jeffrey Yang)
01:51 PM Ruby Bug #11109 (Third Party's Issue): Crash of irb.
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. Ty...
yangzhijava (Jeffrey Yang)

Also available in: Atom